Changeset 2870337
- Timestamp:
- 02/24/2023 12:06:17 AM (3 years ago)
- Location:
- ultimate-custom-cursor
- Files:
-
- 2 edited
- 12 copied
-
tags/1.0.2 (copied) (copied from ultimate-custom-cursor/trunk)
-
tags/1.0.2/assets (copied) (copied from ultimate-custom-cursor/trunk/assets)
-
tags/1.0.2/assets/css/admin-style.css (copied) (copied from ultimate-custom-cursor/trunk/assets/css/admin-style.css)
-
tags/1.0.2/assets/js/color-picker.js (copied) (copied from ultimate-custom-cursor/trunk/assets/js/color-picker.js)
-
tags/1.0.2/assets/js/wp-color-picker-alpha.min.js (copied) (copied from ultimate-custom-cursor/trunk/assets/js/wp-color-picker-alpha.min.js)
-
tags/1.0.2/inc (copied) (copied from ultimate-custom-cursor/trunk/inc)
-
tags/1.0.2/inc/assets.php (copied) (copied from ultimate-custom-cursor/trunk/inc/assets.php)
-
tags/1.0.2/inc/options-class.php (copied) (copied from ultimate-custom-cursor/trunk/inc/options-class.php)
-
tags/1.0.2/inc/settings.php (copied) (copied from ultimate-custom-cursor/trunk/inc/settings.php)
-
tags/1.0.2/license.txt (copied) (copied from ultimate-custom-cursor/trunk/license.txt)
-
tags/1.0.2/readme.txt (copied) (copied from ultimate-custom-cursor/trunk/readme.txt) (1 diff)
-
tags/1.0.2/ultimate-custom-cursor.php (copied) (copied from ultimate-custom-cursor/trunk/ultimate-custom-cursor.php) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/ultimate-custom-cursor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-custom-cursor/tags/1.0.2/readme.txt
r2870333 r2870337 7 7 Tested up to: 6.1.1 8 8 Requires PHP: 5.4 9 Stable Tag: 1.0. 29 Stable Tag: 1.0.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ultimate-custom-cursor/tags/1.0.2/ultimate-custom-cursor.php
r2870333 r2870337 6 6 * Author: DynamicLayers 7 7 * Author URI: https://dynamiclayers.net 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * License: GPL2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 * @var string 26 26 */ 27 const version = '1.0. 2';27 const version = '1.0.3'; 28 28 29 29 /** -
ultimate-custom-cursor/trunk/readme.txt
r2870333 r2870337 7 7 Tested up to: 6.1.1 8 8 Requires PHP: 5.4 9 Stable Tag: 1.0. 29 Stable Tag: 1.0.3 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ultimate-custom-cursor/trunk/ultimate-custom-cursor.php
r2870333 r2870337 6 6 * Author: DynamicLayers 7 7 * Author URI: https://dynamiclayers.net 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * License: GPL2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 25 25 * @var string 26 26 */ 27 const version = '1.0. 2';27 const version = '1.0.3'; 28 28 29 29 /**
Note: See TracChangeset
for help on using the changeset viewer.