Changeset 3401658
- Timestamp:
- 11/24/2025 08:36:05 AM (4 months ago)
- Location:
- fastcache-by-host-it
- Files:
-
- 4 edited
- 2 copied
-
tags/1.2.26 (copied) (copied from fastcache-by-host-it/trunk)
-
tags/1.2.27 (copied) (copied from fastcache-by-host-it/trunk)
-
tags/1.2.27/README.txt (modified) (2 diffs)
-
tags/1.2.27/fastcache.php (modified) (1 diff)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/fastcache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/tags/1.2.27/README.txt
r3401648 r3401658 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 8.0 7 Stable Tag: 1.2.2 57 Stable Tag: 1.2.27 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 76 76 77 77 == Changelog == 78 1.2.27 79 Fix for vsc misconfiguration 80 81 1.2.26 82 Fix for vsc misconfiguration 83 78 84 1.2.25 79 85 Fix for error in debugging logs -
fastcache-by-host-it/tags/1.2.27/fastcache.php
r3401648 r3401658 137 137 * Rename this for your plugin and update it as you release new versions. 138 138 */ 139 define( 'FASTCACHEHOST_VERSION', '1.2.2 5' );139 define( 'FASTCACHEHOST_VERSION', '1.2.27' ); 140 140 141 141 /** -
fastcache-by-host-it/trunk/README.txt
r3401648 r3401658 5 5 Tested up to: 6.8.3 6 6 Requires PHP: 8.0 7 Stable Tag: 1.2.2 57 Stable Tag: 1.2.27 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 76 76 77 77 == Changelog == 78 1.2.27 79 Fix for vsc misconfiguration 80 81 1.2.26 82 Fix for vsc misconfiguration 83 78 84 1.2.25 79 85 Fix for error in debugging logs -
fastcache-by-host-it/trunk/fastcache.php
r3401648 r3401658 137 137 * Rename this for your plugin and update it as you release new versions. 138 138 */ 139 define( 'FASTCACHEHOST_VERSION', '1.2.2 5' );139 define( 'FASTCACHEHOST_VERSION', '1.2.27' ); 140 140 141 141 /**
Note: See TracChangeset
for help on using the changeset viewer.