Plugin Directory

Changeset 3224617


Ignore:
Timestamp:
01/17/2025 08:13:34 PM (14 months ago)
Author:
anshumanja
Message:

version issue fix

Location:
accessibe/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • accessibe/trunk/accessibe.php

    r3224023 r3224617  
    44  * Plugin URI: https://accessibe.com/
    55  * Description: accessiBe is the #1 fully automated web accessibility solution. Protect your website from lawsuits and increase your potential audience.
    6   * Version: 2.3.2
     6  * Version: 2.3.3
    77  * Author: accessiBe
    88  * Author URI: https://accessibe.com/
  • accessibe/trunk/class.accessibeforwp.php

    r3224023 r3224617  
    175175        }
    176176
    177             echo "<script>(function(){var s=document.createElement('script');e = !document.body ? document.querySelector('head'):document.body;s.src='https://acsbapp.com/apps/app/dist/js/app.js';s.setAttribute('data-source', 'WordPress');s.setAttribute('data-plugin-version', ".self::accessibe_get_plugin_version().");s.defer=true;s.onload=function(){acsbJS.init({
     177            echo "<script>(function(){var s=document.createElement('script');e = !document.body ? document.querySelector('head'):document.body;s.src='https://acsbapp.com/apps/app/dist/js/app.js';s.setAttribute('data-source', 'WordPress');s.setAttribute('data-plugin-version', '".self::accessibe_get_plugin_version()."');s.defer=true;s.onload=function(){acsbJS.init({
    178178                statementLink     : '" . esc_url($accessibe_options['statementLink']) . "',
    179179                footerHtml        : '" . esc_html($accessibe_options['footerHtml']) . "',
  • accessibe/trunk/readme.txt

    r3224023 r3224617  
    44Requires at least: 4.7
    55Tested up to: 6.7
    6 Stable tag: 2.3.2
     6Stable tag: 2.3.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5858
    5959== Changelog ==
     60= v2.3.3 =
     61* 2025-01-18
     62* Bug fixes
     63
    6064= v2.3.1 =
    6165* 2025-01-17
Note: See TracChangeset for help on using the changeset viewer.