Plugin Directory

Changeset 1733385

Timestamp:
09/21/2017 01:10:32 AM (7 years ago)
Author:
JoeFusco
Message:

v1.0.2

Location:
accessible-divi/trunk
Files:
3 edited

Legend:

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

    r1677781 r1733385  
    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.1
     19 * Version:           1.0.
    2020 * Author:            CampusPress
    2121 * Author URI:        https://campuspress.com
  • accessible-divi/trunk/includes/class-divi-accessibility.php

    r1677780 r1733385  
    8888     * the public-facing side of the site.
    8989     *
    90      * @since    1.0.0
     90     * @since    1.0.
    9191     */
    9292    public function __construct() {
     
    9494        $this->da11y         = 'divi_accessibility';
    9595        $this->da11y_options = 'divi_accessibility_options';
    96         $this->version       = '1.0.1';
     96        $this->version       = '1.0.';
    9797
    9898        $this->load_dependencies();
     
    175175        $this->loader->add_action( 'wp_footer', $plugin_public, 'embedded_scripts' );
    176176        $this->loader->add_action( 'wp_footer', $plugin_public, 'developer_mode' );
     177
     178
    177179
    178180    }
  • accessible-divi/trunk/public/class-divi-accessibility-public.php

    r1672828 r1733385  
    8080     * Render the gemerated CSS for the plugin.
    8181     *
    82      * @since  1.0.0
     82     * @since  1.0.0
    8383     */
    8484    public function embedded_styles() {
     
    8989     * Render the gemerated JS for the plugin.
    9090     *
    91      * @since  1.0.0
     91     * @since  1.0.0
    9292     */
    9393    public function embedded_scripts() {
    9494        include_once 'partials/divi-accessibility-embedded-js.php';
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
     106
     107
     108
     109
     110
     111
     112
    95113    }
    96114
Note: See TracChangeset for help on using the changeset viewer.