Plugin Directory

Changeset 3468547


Ignore:
Timestamp:
02/24/2026 10:36:11 AM (5 weeks ago)
Author:
seshelby
Message:

Releasing version 3.1.10

Location:
wp-ada-compliance-check-basic
Files:
95 added
5 edited

Legend:

Unmodified
Added
Removed
  • wp-ada-compliance-check-basic/trunk/readme.txt

    r3431003 r3468547  
    66Tested up to: 6.9
    77Requires PHP: 5.5
    8 Stable tag: 3.1.9
     8Stable tag: 3.1.10
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    9494
    9595== Changelog ==
     96= 3.1.10 =
     971. Added marketing messages
     98
    9699= 3.1.9 =
    971001. Added screen shots of the new browser extension
  • wp-ada-compliance-check-basic/trunk/res/dashboard.php

    r3062282 r3468547  
    5656        $percent        = 0;
    5757        $percentdisplay = 0;
     58        $score = '';
    5859    } else {
    5960        $percent        = round( ( $totalpages ) / ( $totalitems ) * 100, PHP_ROUND_HALF_UP );
     
    6566        $percentdisplay = 1;
    6667    }
     68
    6769    if ( $percent < 20 ) {
    6870        $class = 'wp_ada_light_green';
     
    7476        $class = '';
    7577    }
     78
     79    //$score = "NR";
    7680
    7781    // display protected issues.
     
    136140    echo '</li>';
    137141
    138     echo '<li class="adaViewbar ' . esc_attr( $class ) . ' wp_ada_light" style="max-width: 500px; white-space: normal;"><i class="fas fa-circle"></i><span>';
    139 
     142    echo '<li class="adaViewbar ' . esc_attr( $class ) . ' wp_ada_light" style="max-width: 500px; white-space: normal;"><span class="wpda-compliance-score">' . esc_attr( $score ) . '<span class="wpda-compliance-score-description wp-ada-screen-reader-text">';
     143    echo '<span class="adaRedText">' . esc_html__( ' Your WP ADA Compliance Check accessibility score is: NOT RATED (Upgrade to the full version to unlock your rating) - ', 'wp-ada-compliance-basic' ) . '</span>';
     144    echo '' . esc_html__( 'The Accessibility Score is a rating between 0-100 that indicates the page or websites level of compliance with WGAG standards. In deriving this score the number of possible errors, number of actual errors and the severity of each error were considered. A higher score means fewer/less severe issues. A score in the 90 to 100 range may indicate that the website meets most WCAG criteria and is highly accessible. Screen reader testing and manual audits should be conducted to ensure compliance.', 'wp-ada-compliance-basic' );
     145    echo '</span></span><i class="fas fa-circle"></i><span>';
    140146    echo esc_html( $percentdisplay );
    141147    esc_html_e( '% of your site has issues ', 'wp-ada-compliance-basic' );
  • wp-ada-compliance-check-basic/trunk/res/reports.php

    r3315186 r3468547  
    2525    $wp_ada_compliance_basic_def = wp_ada_compliance_basic_def();
    2626
     27   
    2728    // check cap allowed to edit settings.
    2829    $settingsuser = get_option( 'wp_ada_compliance_basic_settingsusers', 'manage_options' );
  • wp-ada-compliance-check-basic/trunk/styles.css

    r3062282 r3468547  
    9292  padding: 5px;
    9393}
    94 .wp-ada-compliance-location:hover .wp-ada-screen-reader-text {
     94.wp-ada-compliance-location:hover .wp-ada-screen-reader-text, .wpda-compliance-score:hover .wp-ada-screen-reader-text {
    9595  z-index: 1000;
    9696  position: absolute;
     
    157157
    158158li.wp_ada_light {
    159   font-size: 120%;
     159  font-size: 12pt;
    160160  list-style: none;
     161  position: relative;
    161162}
    162163li.wp_ada_light .fa-circle {
    163   font-size: 250%;
     164  font-size: 35pt;
    164165  margin-right: 10px;
    165166  float: left;
     
    167168}
    168169li.wp_ada_light span {
    169   margin-left: 0px !important;
     170
    170171  white-space: normal;
    171172}
     173li.wp_ada_light span.wpda-compliance-score {
     174  color: #fff;
     175  font-size: 18pt;
     176  position: absolute;
     177  top: 17px;
     178  left: 10px;
     179  cursor: help;
     180}
     181li .wp_ada_light_yellow span.wpda-compliance-score{
     182 color: #000;
     183}
     184
     185li span.wpda-compliance-score-description{
     186  color: #000  !important;
     187  font-size: 10pt !important;
     188  border: 1px solid #000;
     189  background: #eee;
     190  padding: 10px;
     191  width: 500px;
     192  font-weight: normal;
     193}
     194
    172195.wp_ada_light_green {
    173196  color: #005700;
  • wp-ada-compliance-check-basic/trunk/wp-ada-compliance-basic.php

    r3430996 r3468547  
    33 * Plugin Name: WP ADA Compliance Check Basic
    44 * Description: Comply with SECTION 508 and WC3/WCAG Web Accessibility Standards. This easy to use plugin evaluates pages for the most common issues as they are published. Upgrade to the full version to unlock all the great features including complete scans of your website pages, posts, media library images and custom post types.
    5  * Version: 3.1.9
     5 * Version: 3.1.10
    66 * Plugin URI: https://wordpress.org/plugins/wp-ada-compliance-check-basic/
    77 * Author: AlumniOnline Web Services LLC
     
    371371
    372372    if ( 1 == get_option( 'wp_ada_compliance_basic_rescan_required', 0 ) ) {
    373         echo '<span style="font-weight:bold">';
     373        echo '<span style="font-weight:bold; ">';
    374374        esc_html_e( 'A new version of WP ADA Compliance Basic has been installed. Please rescan your website to take advantage of the new features and compliance checks that were added. ', 'wp-ada-compliance-basic' );
    375375        echo '</span> ';
     
    378378    esc_html_e( 'WP ADA Compliance Basic is limited to 15 posts or pages, includes 22 fewer error checks and will not scan your entire website. For custom post types, archives, terms and content outside of WordPress upgrade to the full version, use the WAVE web accessibility evaluation tool or our free single page scanner to identify issues.', 'wp-ada-compliance-basic' );
    379379
     380echo '<p style="font-weight: bold; color: #c91215; font-size: 150%;">';
     381    esc_html_e( '50% off WP ADA Compliance Check 1 Site License - TODAY ONLY - Enter promo code 50OFFNEWSUB during checkout to receive 50% off a single site license of the WP ADA Compliance Check plugin.', 'wp-ada-compliance-basic' );
     382    echo '</p>';
    380383    echo '</div>';
    381384}
Note: See TracChangeset for help on using the changeset viewer.