Changeset 2870333
- Timestamp:
- 02/23/2023 11:59:00 PM (3 years ago)
- Location:
- ultimate-custom-cursor
- Files:
-
- 2 edited
- 10 copied
-
tags/1.0.1 (copied) (copied from ultimate-custom-cursor/trunk)
-
tags/1.0.1/assets (copied) (copied from ultimate-custom-cursor/trunk/assets)
-
tags/1.0.1/assets/css/admin-style.css (copied) (copied from ultimate-custom-cursor/trunk/assets/css/admin-style.css)
-
tags/1.0.1/inc (copied) (copied from ultimate-custom-cursor/trunk/inc)
-
tags/1.0.1/inc/assets.php (copied) (copied from ultimate-custom-cursor/trunk/inc/assets.php)
-
tags/1.0.1/inc/options-class.php (copied) (copied from ultimate-custom-cursor/trunk/inc/options-class.php)
-
tags/1.0.1/inc/settings.php (copied) (copied from ultimate-custom-cursor/trunk/inc/settings.php)
-
tags/1.0.1/license.txt (copied) (copied from ultimate-custom-cursor/trunk/license.txt)
-
tags/1.0.1/readme.txt (copied) (copied from ultimate-custom-cursor/trunk/readme.txt)
-
tags/1.0.1/ultimate-custom-cursor.php (copied) (copied from ultimate-custom-cursor/trunk/ultimate-custom-cursor.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/ultimate-custom-cursor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-custom-cursor/trunk/readme.txt
r2870319 r2870333 7 7 Tested up to: 6.1.1 8 8 Requires PHP: 5.4 9 Stable Tag: 1.0. 19 Stable Tag: 1.0.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 1.0.2 = 60 * Fix minor options page issue 61 59 62 = 1.0.1 = 60 63 * Fix the PHP 8.0 issues -
ultimate-custom-cursor/trunk/ultimate-custom-cursor.php
r2870318 r2870333 6 6 * Author: DynamicLayers 7 7 * Author URI: https://dynamiclayers.net 8 * Version: 1.0. 18 * Version: 1.0.2 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. 1';27 const version = '1.0.2'; 28 28 29 29 /**
Note: See TracChangeset
for help on using the changeset viewer.