Plugin Directory

Changeset 3201121


Ignore:
Timestamp:
12/02/2024 06:03:30 PM (15 months ago)
Author:
onlineada
Message:

4.15

Location:
online-accessibility
Files:
2 added
20 edited
1 copied

Legend:

Unmodified
Added
Removed
  • online-accessibility/tags/4.15/CHANGELOG.md

    r3101342 r3201121  
    11# Changelog
    22All notable changes to this project will be documented in this file.
     34.15
     4- Tested up to Wordpress 6.6
     5- Fixed bug causing license page to not show up
     6- Updated login route for retrieving api key
     7
    384.14
    49- Changed report data from serialized to json storage
  • online-accessibility/tags/4.15/README.txt

    r3107685 r3201121  
    77Author URI: https://adaplugin.com
    88Author: Ability, Inc
    9 Tested up to: 6.5.3
    10 Stable tag: "4.14"
    11 Version 4.14
     9Tested up to: 6.6
     10Stable tag: "4.15"
     11Version 4.15
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • online-accessibility/tags/4.15/includes/classes/Menus.php

    r2333813 r3201121  
    137137    public function display_current_scan_on_results_page() {
    138138        $free_banner_dismissed = get_transient("_oadaas_upgrade_banner_dismissed");
    139        
     139
    140140        if ( !Helper::is_pro() && !$free_banner_dismissed ) {
    141141            include_once Plugin::$instance->info["path"] . "templates/partials/banner.php";
  • online-accessibility/tags/4.15/includes/core-functions.php

    r3091769 r3201121  
    399399    $redirects = [
    400400        "Get Certified" => "https://onlineada.com/certification/",
    401         "Unlock Full Audit" => "https://adaplugin.com/gettheplugin/",
     401        "Unlock Full Audit" => "https://adaplugin.com/purchase/",
    402402        "Scheduled Audits" => "edit.php?post_status=future&post_type=wcag_scan",
    403403    ];
  • online-accessibility/tags/4.15/includes/enqueue.php

    r3101342 r3201121  
    5454        wp_enqueue_script( "ada-plugin-admin-js-fontawesome5" );
    5555        wp_enqueue_script( 'ada-plugin-admin-js_license' );
     56
     57        // the vue code needs type=module.
     58//      thx to //https://micksp.medium.com/integrating-vue-in-a-wordpress-plugin-135f875c9913 for this snippet
     59        add_filter('script_loader_tag', function($tag, $handle, $src) {
     60            if ( 'ada-plugin-admin-js_license' === $handle ) {
     61                // change the script tag by adding type="module" and return it.
     62                $tag = '<script type="module" src="' . esc_url( $src ) . '"></script>';
     63                return $tag;
     64            }
     65
     66            return $tag;
     67        } , 10, 3);
    5668    }
    5769   
  • online-accessibility/tags/4.15/includes/post-type.php

    r3091769 r3201121  
    153153
    154154function display_free_banner(){
    155     include(Plugin::$instance->info["path"] . "templates/partials/banner.php");
     155    include(Plugin::$instance->info["path"] . "templates/partials/banner.php");
    156156}
    157157/**
  • online-accessibility/tags/4.15/index.php

    r3101342 r3201121  
    66 * Plugin URI:        https://adaplugin.com
    77 * Description:       The most powerful and comprehensive Accessibility Suite. Achieve and maintain ADA/WCAG compliance faster than ever before. Audit, identify, get instruction, and fix.
    8  * Version:           4.14
     8 * Version:           4.15
    99 * Author:            Ability, Inc
    1010 * Author URI:        https://adaplugin.com
  • online-accessibility/tags/4.15/templates/getting-started.php

    r3091769 r3201121  
    4343                <h2>Unlock the full audit</h2>
    4444                <div>
    45                     To unlock the license page the Pro version must be installed. If you have not yet purchased the Pro version and would like to unlock your audit, click <a href="https://adaplugin.com/purchase">here</a>. If you have purchased the pro version and need to install it, go <a href="https://adaplugin.com/login">here</a> and login. Once you are logged in to your account, copy your license key, download and install the Pro version and enter your license key.
     45                    To unlock the license page the Pro version must be installed. If you have not yet purchased the Pro version and would like to unlock your audit, click <a href="https://adaplugin.com/purchase">here</a>. If you have purchased the pro version and need to install it, go <a href="https://dashboard.onlineada.com">here</a> and login. Once you are logged in to your account, click into your license, copy your license key, and enter your license key.
    4646                </div>
    4747                <br>
  • online-accessibility/tags/4.15/templates/guidelines.php

    r3091769 r3201121  
    6868                                                                    </div>
    6969                                                                <?php else: ?>
    70                                                                     <a target="_blank" href="https://adaplugin.com/gettheplugin/" data-article="<?php echo esc_attr($index); ?>" class="available upgrade-to-pro">
     70                                                                    <a target="_blank" href="https://adaplugin.com/purchase/" data-article="<?php echo esc_attr($index); ?>" class="available upgrade-to-pro">
    7171                                                                        <i class="fas fa-lock"></i>
    7272                                                                        <div>Upgrade to pro</div>
  • online-accessibility/tags/4.15/templates/partials/banner.php

    r3091769 r3201121  
    1010        <div class="logo"><img alt="Ability logo" src="<?php echo esc_attr(Plugin::$instance->info["url"]) . "/public/img/newabilitylogo-vert.gif"; ?>" ></div>
    1111        <div class="banner-left">
    12         <div>Attention! You are using the FREE version of the Accessibility For WordPress Plugin</div>
    13         <div>Upgrade to the full version by <a target="_blank" href="https://adaplugin.com/purchase/">clicking here</a></div>
    14     </div>
    15     <div class="dismiss"><a href="#">dismiss</a></div>
     12            <div>Attention! You are using the FREE version of the Accessibility For WordPress Plugin</div>
     13            <div>Upgrade to the full version by <a target="_blank" href="https://adaplugin.com/purchase/">clicking here</a></div>
     14        </div>
     15        <div class="dismiss"><a href="#">dismiss</a></div>
    1616    </div>
    1717    <p></p>
  • online-accessibility/trunk/CHANGELOG.md

    r3101342 r3201121  
    11# Changelog
    22All notable changes to this project will be documented in this file.
     34.15
     4- Tested up to Wordpress 6.6
     5- Fixed bug causing license page to not show up
     6- Updated login route for retrieving api key
     7
    384.14
    49- Changed report data from serialized to json storage
  • online-accessibility/trunk/README.txt

    r3107685 r3201121  
    77Author URI: https://adaplugin.com
    88Author: Ability, Inc
    9 Tested up to: 6.5.3
    10 Stable tag: "4.14"
    11 Version 4.14
     9Tested up to: 6.6
     10Stable tag: "4.15"
     11Version 4.15
    1212License: GPLv2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • online-accessibility/trunk/includes/classes/Menus.php

    r2333813 r3201121  
    137137    public function display_current_scan_on_results_page() {
    138138        $free_banner_dismissed = get_transient("_oadaas_upgrade_banner_dismissed");
    139        
     139
    140140        if ( !Helper::is_pro() && !$free_banner_dismissed ) {
    141141            include_once Plugin::$instance->info["path"] . "templates/partials/banner.php";
  • online-accessibility/trunk/includes/core-functions.php

    r3091769 r3201121  
    399399    $redirects = [
    400400        "Get Certified" => "https://onlineada.com/certification/",
    401         "Unlock Full Audit" => "https://adaplugin.com/gettheplugin/",
     401        "Unlock Full Audit" => "https://adaplugin.com/purchase/",
    402402        "Scheduled Audits" => "edit.php?post_status=future&post_type=wcag_scan",
    403403    ];
  • online-accessibility/trunk/includes/enqueue.php

    r3101342 r3201121  
    5454        wp_enqueue_script( "ada-plugin-admin-js-fontawesome5" );
    5555        wp_enqueue_script( 'ada-plugin-admin-js_license' );
     56
     57        // the vue code needs type=module.
     58//      thx to //https://micksp.medium.com/integrating-vue-in-a-wordpress-plugin-135f875c9913 for this snippet
     59        add_filter('script_loader_tag', function($tag, $handle, $src) {
     60            if ( 'ada-plugin-admin-js_license' === $handle ) {
     61                // change the script tag by adding type="module" and return it.
     62                $tag = '<script type="module" src="' . esc_url( $src ) . '"></script>';
     63                return $tag;
     64            }
     65
     66            return $tag;
     67        } , 10, 3);
    5668    }
    5769   
  • online-accessibility/trunk/includes/post-type.php

    r3091769 r3201121  
    153153
    154154function display_free_banner(){
    155     include(Plugin::$instance->info["path"] . "templates/partials/banner.php");
     155    include(Plugin::$instance->info["path"] . "templates/partials/banner.php");
    156156}
    157157/**
  • online-accessibility/trunk/index.php

    r3101342 r3201121  
    66 * Plugin URI:        https://adaplugin.com
    77 * Description:       The most powerful and comprehensive Accessibility Suite. Achieve and maintain ADA/WCAG compliance faster than ever before. Audit, identify, get instruction, and fix.
    8  * Version:           4.14
     8 * Version:           4.15
    99 * Author:            Ability, Inc
    1010 * Author URI:        https://adaplugin.com
  • online-accessibility/trunk/templates/getting-started.php

    r3091769 r3201121  
    4343                <h2>Unlock the full audit</h2>
    4444                <div>
    45                     To unlock the license page the Pro version must be installed. If you have not yet purchased the Pro version and would like to unlock your audit, click <a href="https://adaplugin.com/purchase">here</a>. If you have purchased the pro version and need to install it, go <a href="https://adaplugin.com/login">here</a> and login. Once you are logged in to your account, copy your license key, download and install the Pro version and enter your license key.
     45                    To unlock the license page the Pro version must be installed. If you have not yet purchased the Pro version and would like to unlock your audit, click <a href="https://adaplugin.com/purchase">here</a>. If you have purchased the pro version and need to install it, go <a href="https://dashboard.onlineada.com">here</a> and login. Once you are logged in to your account, click into your license, copy your license key, and enter your license key.
    4646                </div>
    4747                <br>
  • online-accessibility/trunk/templates/guidelines.php

    r3091769 r3201121  
    6868                                                                    </div>
    6969                                                                <?php else: ?>
    70                                                                     <a target="_blank" href="https://adaplugin.com/gettheplugin/" data-article="<?php echo esc_attr($index); ?>" class="available upgrade-to-pro">
     70                                                                    <a target="_blank" href="https://adaplugin.com/purchase/" data-article="<?php echo esc_attr($index); ?>" class="available upgrade-to-pro">
    7171                                                                        <i class="fas fa-lock"></i>
    7272                                                                        <div>Upgrade to pro</div>
  • online-accessibility/trunk/templates/partials/banner.php

    r3091769 r3201121  
    1010        <div class="logo"><img alt="Ability logo" src="<?php echo esc_attr(Plugin::$instance->info["url"]) . "/public/img/newabilitylogo-vert.gif"; ?>" ></div>
    1111        <div class="banner-left">
    12         <div>Attention! You are using the FREE version of the Accessibility For WordPress Plugin</div>
    13         <div>Upgrade to the full version by <a target="_blank" href="https://adaplugin.com/purchase/">clicking here</a></div>
    14     </div>
    15     <div class="dismiss"><a href="#">dismiss</a></div>
     12            <div>Attention! You are using the FREE version of the Accessibility For WordPress Plugin</div>
     13            <div>Upgrade to the full version by <a target="_blank" href="https://adaplugin.com/purchase/">clicking here</a></div>
     14        </div>
     15        <div class="dismiss"><a href="#">dismiss</a></div>
    1616    </div>
    1717    <p></p>
Note: See TracChangeset for help on using the changeset viewer.