Changeset 2577447
- Timestamp:
- 08/03/2021 09:37:08 PM (5 years ago)
- Location:
- accessibility-by-audioeye
- Files:
-
- 33 added
- 2 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/LICENSE.txt (added)
-
tags/1.0.2/README.txt (added)
-
tags/1.0.2/admin (added)
-
tags/1.0.2/admin/class-audioeye-admin.php (added)
-
tags/1.0.2/admin/css (added)
-
tags/1.0.2/admin/css/audioeye-admin.css (added)
-
tags/1.0.2/admin/index.php (added)
-
tags/1.0.2/admin/js (added)
-
tags/1.0.2/admin/js/audioeye-admin.js (added)
-
tags/1.0.2/admin/partials (added)
-
tags/1.0.2/admin/partials/audioeye-admin-display.php (added)
-
tags/1.0.2/audioeye.php (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/class-audioeye-activator.php (added)
-
tags/1.0.2/includes/class-audioeye-deactivator.php (added)
-
tags/1.0.2/includes/class-audioeye-i18n.php (added)
-
tags/1.0.2/includes/class-audioeye-loader.php (added)
-
tags/1.0.2/includes/class-audioeye.php (added)
-
tags/1.0.2/includes/index.php (added)
-
tags/1.0.2/index.php (added)
-
tags/1.0.2/languages (added)
-
tags/1.0.2/languages/audioeye.pot (added)
-
tags/1.0.2/public (added)
-
tags/1.0.2/public/class-audioeye-public.php (added)
-
tags/1.0.2/public/css (added)
-
tags/1.0.2/public/css/audioeye-public.css (added)
-
tags/1.0.2/public/index.php (added)
-
tags/1.0.2/public/js (added)
-
tags/1.0.2/public/js/audioeye-public.js (added)
-
tags/1.0.2/public/partials (added)
-
tags/1.0.2/public/partials/audioeye-public-display.php (added)
-
tags/1.0.2/uninstall.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/audioeye.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accessibility-by-audioeye/trunk/README.txt
r2577403 r2577447 5 5 Requires at least: 5.1 6 6 Tested up to: 5.8 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
accessibility-by-audioeye/trunk/audioeye.php
r2577403 r2577447 10 10 * 11 11 * @link www.audioeye.com 12 * @since 1.0. 112 * @since 1.0.2 13 13 * @package AudioEye 14 14 * 15 15 * @wordpress-plugin 16 16 * Plugin Name: Accessibility by Audioeye 17 * Description: This is a short description of what the plugin does. It's displayed in the WordPress admin area.18 * Version: 1.0. 117 * Description: AudioEye automatically finds and fixes common accessibility issues on your site. This plugin provides an easy way to install AudioEye’s accessibility solution on WordPress. 18 * Version: 1.0.2 19 19 * Author: AudioEye 20 20 * Author URI: www.audioeye.com … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'AUDIOEYE_VERSION', '1.0. 1' );37 define( 'AUDIOEYE_VERSION', '1.0.2' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.