Changeset 3344809
- Timestamp:
- 08/14/2025 05:55:36 PM (8 months ago)
- Location:
- accessimate
- Files:
-
- 2 edited
- 10 copied
-
tags/1.0.1 (copied) (copied from accessimate/trunk)
-
tags/1.0.1/accessimate.php (copied) (copied from accessimate/trunk/accessimate.php) (2 diffs)
-
tags/1.0.1/assets (copied) (copied from accessimate/trunk/assets)
-
tags/1.0.1/assets/css/accessimate-admin.css (copied) (copied from accessimate/trunk/assets/css/accessimate-admin.css)
-
tags/1.0.1/assets/css/accessimate-frontend.css (copied) (copied from accessimate/trunk/assets/css/accessimate-frontend.css)
-
tags/1.0.1/assets/fonts (copied) (copied from accessimate/trunk/assets/fonts)
-
tags/1.0.1/assets/images (copied) (copied from accessimate/trunk/assets/images)
-
tags/1.0.1/assets/js/accessimate-frontend.js (copied) (copied from accessimate/trunk/assets/js/accessimate-frontend.js)
-
tags/1.0.1/readme.txt (copied) (copied from accessimate/trunk/readme.txt) (1 diff)
-
tags/1.0.1/vendor (copied) (copied from accessimate/trunk/vendor)
-
trunk/accessimate.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
accessimate/tags/1.0.1/accessimate.php
r3344806 r3344809 3 3 * Plugin Name: AccessiMate 4 4 * Description: A comprehensive WordPress accessibility plugin that provides tools to make your website more accessible to users with disabilities. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: BDPlugins 7 7 * License: GPL v2 or later … … 15 15 16 16 // Define plugin constants 17 define('ACCESSIMATE_VERSION', '1.0. 0');17 define('ACCESSIMATE_VERSION', '1.0.1'); 18 18 define('ACCESSIMATE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('ACCESSIMATE_PLUGIN_URL', plugin_dir_url(__FILE__)); -
accessimate/tags/1.0.1/readme.txt
r3344806 r3344809 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
accessimate/trunk/accessimate.php
r3344806 r3344809 3 3 * Plugin Name: AccessiMate 4 4 * Description: A comprehensive WordPress accessibility plugin that provides tools to make your website more accessible to users with disabilities. 5 * Version: 1.0. 05 * Version: 1.0.1 6 6 * Author: BDPlugins 7 7 * License: GPL v2 or later … … 15 15 16 16 // Define plugin constants 17 define('ACCESSIMATE_VERSION', '1.0. 0');17 define('ACCESSIMATE_VERSION', '1.0.1'); 18 18 define('ACCESSIMATE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('ACCESSIMATE_PLUGIN_URL', plugin_dir_url(__FILE__)); -
accessimate/trunk/readme.txt
r3344806 r3344809 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.