Plugin Directory

Changeset 3003401

Timestamp:
11/29/2023 05:59:19 PM (8 months ago)
Author:
stevejonesdev
Message:

release v1.6.9

Location:
accessibility-checker
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • accessibility-checker/tags/1.6.9/README.txt

    r2995259 r3003401  
    44Requires at least: 5.0.0
    55Tested up to: 6.4.1
    6 Stable tag: 1.6.8
     6Stable tag: 1.6.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    171171
    172172== Changelog ==
     173
     174
     175
    173176
    174177= 1.6.8 =
  • accessibility-checker/tags/1.6.9/accessibility-checker.php

    r2995259 r3003401  
    1111 * Plugin URI:        https://a11ychecker.com
    1212 * Description:       Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
    13  * Version:           1.6.8
     13 * Version:           1.6.
    1414 * Author:            Equalize Digital
    1515 * Author URI:        https://equalizedigital.com
     
    4646// Current plugin version.
    4747if ( ! defined( 'EDAC_VERSION' ) ) {
    48     define( 'EDAC_VERSION', '1.6.8' );
     48    define( 'EDAC_VERSION', '1.6.' );
    4949}
    5050
  • accessibility-checker/tags/1.6.9/includes/classes/class-helpers.php

    r2990054 r3003401  
    159159        return array();
    160160    }
     161
     162
     163
     164
     165
     166
     167
     168
     169
     170
     171
     172
     173
     174
     175
     176
     177
     178
     179
     180
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201
     202
     203
     204
     205
     206
     207
     208
     209
    161210}
  • accessibility-checker/tags/1.6.9/includes/validate.php

    r2972752 r3003401  
    264264    $password = get_option( 'edacp_authorization_password' );
    265265
     266
     267
     268
     269
     270
     271
     272
     273
     274
     275
     276
     277
     278
     279
     280
     281
     282
     283
     284
     285
     286
    266287    /**
    267288     * Indicates file_get_html should not verify SSL.
     
    271292     * @param bool $no_verify_ssl The boolean to check.
    272293     */
    273     $no_verify_ssl = apply_filters( 'edac_no_verify_ssl', false );
     294
     295    $no_verify_ssl = apply_filters( 'edac_no_verify_ssl', $is_local_loopback );
    274296
    275297    if ( $no_verify_ssl ) {
     
    319341            $merged_context_opts = array_merge( $default_context_opts, $context_opts );
    320342            $context             = stream_context_create( $merged_context_opts );
    321 
     343           
    322344            $dom             = file_get_html( $url, false, $context );     
    323345            $content['html'] = edac_remove_elements(
  • accessibility-checker/tags/1.6.9/vendor/composer/installed.php

    r2995259 r3003401  
    22    'root' => array(
    33        'name' => 'equalizedigital/accesibility-checker',
    4         'pretty_version' => 'dev-develop',
    5         'version' => 'dev-develop',
    6         'reference' => '53d1186f11405c653082978feefea85d6ca463b0',
     4        'pretty_version' => 'dev-',
     5        'version' => 'dev-',
     6        'reference' => '',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'equalizedigital/accesibility-checker' => array(
    32             'pretty_version' => 'dev-develop',
    33             'version' => 'dev-develop',
    34             'reference' => '53d1186f11405c653082978feefea85d6ca463b0',
     32            'pretty_version' => 'dev-',
     33            'version' => 'dev-',
     34            'reference' => '',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
  • accessibility-checker/trunk/README.txt

    r2995259 r3003401  
    44Requires at least: 5.0.0
    55Tested up to: 6.4.1
    6 Stable tag: 1.6.8
     6Stable tag: 1.6.
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    171171
    172172== Changelog ==
     173
     174
     175
    173176
    174177= 1.6.8 =
  • accessibility-checker/trunk/accessibility-checker.php

    r2995259 r3003401  
    1111 * Plugin URI:        https://a11ychecker.com
    1212 * Description:       Audit and check your website for accessibility before you hit publish. In-post accessibility scanner and guidance.
    13  * Version:           1.6.8
     13 * Version:           1.6.
    1414 * Author:            Equalize Digital
    1515 * Author URI:        https://equalizedigital.com
     
    4646// Current plugin version.
    4747if ( ! defined( 'EDAC_VERSION' ) ) {
    48     define( 'EDAC_VERSION', '1.6.8' );
     48    define( 'EDAC_VERSION', '1.6.' );
    4949}
    5050
  • accessibility-checker/trunk/includes/classes/class-helpers.php

    r2990054 r3003401  
    159159        return array();
    160160    }
     161
     162
     163
     164
     165
     166
     167
     168
     169
     170
     171
     172
     173
     174
     175
     176
     177
     178
     179
     180
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
     194
     195
     196
     197
     198
     199
     200
     201
     202
     203
     204
     205
     206
     207
     208
     209
    161210}
  • accessibility-checker/trunk/includes/validate.php

    r2972752 r3003401  
    264264    $password = get_option( 'edacp_authorization_password' );
    265265
     266
     267
     268
     269
     270
     271
     272
     273
     274
     275
     276
     277
     278
     279
     280
     281
     282
     283
     284
     285
     286
    266287    /**
    267288     * Indicates file_get_html should not verify SSL.
     
    271292     * @param bool $no_verify_ssl The boolean to check.
    272293     */
    273     $no_verify_ssl = apply_filters( 'edac_no_verify_ssl', false );
     294
     295    $no_verify_ssl = apply_filters( 'edac_no_verify_ssl', $is_local_loopback );
    274296
    275297    if ( $no_verify_ssl ) {
     
    319341            $merged_context_opts = array_merge( $default_context_opts, $context_opts );
    320342            $context             = stream_context_create( $merged_context_opts );
    321 
     343           
    322344            $dom             = file_get_html( $url, false, $context );     
    323345            $content['html'] = edac_remove_elements(
  • accessibility-checker/trunk/vendor/composer/installed.php

    r2995259 r3003401  
    22    'root' => array(
    33        'name' => 'equalizedigital/accesibility-checker',
    4         'pretty_version' => 'dev-develop',
    5         'version' => 'dev-develop',
    6         'reference' => '53d1186f11405c653082978feefea85d6ca463b0',
     4        'pretty_version' => 'dev-',
     5        'version' => 'dev-',
     6        'reference' => '',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    3030        ),
    3131        'equalizedigital/accesibility-checker' => array(
    32             'pretty_version' => 'dev-develop',
    33             'version' => 'dev-develop',
    34             'reference' => '53d1186f11405c653082978feefea85d6ca463b0',
     32            'pretty_version' => 'dev-',
     33            'version' => 'dev-',
     34            'reference' => '',
    3535            'type' => 'library',
    3636            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.