Changeset 3468279
- Timestamp:
- 02/24/2026 06:25:22 AM (12 days ago)
- Location:
- accessibility-assistant/trunk
- Files:
-
- 1 added
- 16 deleted
- 1 edited
-
README.txt (deleted)
-
accessibility-assistant.php (modified) (2 diffs)
-
accessibility_assistant.php (deleted)
-
admin/accessibility_assistant_admin.php (deleted)
-
admin/accessibility_counts_dashboard.php (deleted)
-
admin/accessibility_dashboard.php (deleted)
-
admin/edit-language.php (deleted)
-
admin/installation-popup.php (deleted)
-
admin/languages-listing.php (deleted)
-
admin/menu-settings.php (deleted)
-
admin/plan-list.php (deleted)
-
admin/plan-popup.php (deleted)
-
admin/preview-model.php (deleted)
-
admin/scanner.php (deleted)
-
admin/thanyou-popup.php (deleted)
-
admin/widget-settings.php (deleted)
-
assets (deleted)
-
readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
accessibility-assistant/trunk/accessibility-assistant.php
r3468271 r3468279 17 17 * Plugin URI: https://accessibilityapp.accessibilityassistant.com 18 18 * Description: ADA, EAA, AODA & WCAG Compliance Widget for Website Accessibility 19 * Version: 4.1.619 * Version: 5.0 20 20 * Author: CartCoder 21 21 * Author URI: https://cartcoders.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('ACCESSIBILITY_ASSISTANT_VERSION', ' 4.1.6');38 define('ACCESSIBILITY_ASSISTANT_VERSION', '5.0'); 39 39 define('ASSISTANT_URL', 'https://accessibilityapp.accessibilityassistant.com'); 40 40 define('ASSISTANT_API_URL', ASSISTANT_URL . '/v1');
Note: See TracChangeset
for help on using the changeset viewer.