Plugin Directory

Changeset 1751317

Timestamp:
10/23/2017 05:00:15 PM (7 years ago)
Author:
JoeFusco
Message:

v1.0.4

Location:
accessible-divi/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • accessible-divi/trunk/divi-accessibility.php

    r1737062 r1751317  
    1717 * Plugin URI:        https://wordpress.org/plugins/accessible-divi/
    1818 * Description:       Improve Divi accessibility in accordance with WCAG 2.0 guidelines.
    19  * Version:           1.0.3
     19 * Version:           1.0.
    2020 * Author:            CampusPress
    2121 * Author URI:        https://campuspress.com
  • accessible-divi/trunk/includes/class-divi-accessibility.php

    r1734302 r1751317  
    9494        $this->da11y         = 'divi_accessibility';
    9595        $this->da11y_options = 'divi_accessibility_options';
    96         $this->version       = '1.0.3';
     96        $this->version       = '1.0.';
    9797
    9898        $this->load_dependencies();
  • accessible-divi/trunk/public/partials/divi-accessibility-embedded-js.php

    r1677780 r1751317  
    266266             */
    267267            $('.et_pb_contact_form').each(function (e) {
    268                 var captchaQuestion = $(this).find('.et_pb_contact_captcha_question');
    269                 $(this).find('input.et_pb_contact_captcha').attr('id', 'et_pb_contact_module_captcha_' + e);
    270 
    271                 captchaQuestion.wrap('<label for="et_pb_contact_module_captcha_' + e + '"></label>');
     268                $(this).find('.et_pb_contact_captcha_question').parent().wrap('<label></label>');
    272269            });
    273270        });
  • accessible-divi/trunk/readme.txt

    r1734302 r1751317  
    33Tags: divi, accessibility, accessible, navigation, wcag, a11y, section508, focus, labels, aria
    44Requires at least: 3.5.0
    5 Tested up to: 4.8.2
     5Tested up to: 4.
    66Stable tag: trunk
    77License: GPL3
     
    4747== Changelog ==
    4848
     49
     50
     51
    4952= 1.0.3 =
    5053* Add missing quote in viewport tag causing issues in head
Note: See TracChangeset for help on using the changeset viewer.