Changeset 3224617
- Timestamp:
- 01/17/2025 08:13:34 PM (14 months ago)
- Location:
- accessibe/trunk
- Files:
-
- 3 edited
-
accessibe.php (modified) (1 diff)
-
class.accessibeforwp.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accessibe/trunk/accessibe.php
r3224023 r3224617 4 4 * Plugin URI: https://accessibe.com/ 5 5 * Description: accessiBe is the #1 fully automated web accessibility solution. Protect your website from lawsuits and increase your potential audience. 6 * Version: 2.3. 26 * Version: 2.3.3 7 7 * Author: accessiBe 8 8 * Author URI: https://accessibe.com/ -
accessibe/trunk/class.accessibeforwp.php
r3224023 r3224617 175 175 } 176 176 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({ 178 178 statementLink : '" . esc_url($accessibe_options['statementLink']) . "', 179 179 footerHtml : '" . esc_html($accessibe_options['footerHtml']) . "', -
accessibe/trunk/readme.txt
r3224023 r3224617 4 4 Requires at least: 4.7 5 5 Tested up to: 6.7 6 Stable tag: 2.3. 26 Stable tag: 2.3.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 58 58 59 59 == Changelog == 60 = v2.3.3 = 61 * 2025-01-18 62 * Bug fixes 63 60 64 = v2.3.1 = 61 65 * 2025-01-17
Note: See TracChangeset
for help on using the changeset viewer.