Changeset 3161344
- Timestamp:
- 10/02/2024 08:44:14 AM (17 months ago)
- Location:
- fastcache-by-host-it
- Files:
-
- 48 added
- 2 edited
-
tags/1.2.15 (added)
-
tags/1.2.15/LICENSE.txt (added)
-
tags/1.2.15/README.txt (added)
-
tags/1.2.15/admin (added)
-
tags/1.2.15/admin/class-fastcache-admin.php (added)
-
tags/1.2.15/admin/css (added)
-
tags/1.2.15/admin/css/fastcache-admin.css (added)
-
tags/1.2.15/admin/index.php (added)
-
tags/1.2.15/admin/js (added)
-
tags/1.2.15/admin/js/fastcache-admin.js (added)
-
tags/1.2.15/admin/js/fastcache-generic-admin.js (added)
-
tags/1.2.15/admin/partials (added)
-
tags/1.2.15/admin/partials/faq.html (added)
-
tags/1.2.15/admin/partials/faq.php (added)
-
tags/1.2.15/admin/partials/fastcache-admin-display.php (added)
-
tags/1.2.15/cache (added)
-
tags/1.2.15/common (added)
-
tags/1.2.15/common/class-fastcache-common.php (added)
-
tags/1.2.15/fastcache.php (added)
-
tags/1.2.15/includes (added)
-
tags/1.2.15/includes/class-fastcache-activator.php (added)
-
tags/1.2.15/includes/class-fastcache-adminbar.php (added)
-
tags/1.2.15/includes/class-fastcache-deactivator.php (added)
-
tags/1.2.15/includes/class-fastcache-i18n.php (added)
-
tags/1.2.15/includes/class-fastcache-loader.php (added)
-
tags/1.2.15/includes/class-fastcache.php (added)
-
tags/1.2.15/includes/index.php (added)
-
tags/1.2.15/index.php (added)
-
tags/1.2.15/languages (added)
-
tags/1.2.15/languages/fastcache.pot (added)
-
tags/1.2.15/logs (added)
-
tags/1.2.15/logs/log.txt (added)
-
tags/1.2.15/public (added)
-
tags/1.2.15/public/class-fastcache-public.php (added)
-
tags/1.2.15/public/css (added)
-
tags/1.2.15/public/css/fastcache-public.css (added)
-
tags/1.2.15/public/index.php (added)
-
tags/1.2.15/public/js (added)
-
tags/1.2.15/public/js/fastcache-public.js (added)
-
tags/1.2.15/public/partials (added)
-
tags/1.2.15/public/partials/fastcache-public-display.php (added)
-
tags/1.2.15/public/workarounds.class.php (added)
-
tags/1.2.15/uninstall.php (added)
-
tags/1.2.15/workarounds (added)
-
tags/1.2.15/workarounds/Rey.class.php (added)
-
tags/1.2.15/workarounds/Storefront.class.php (added)
-
tags/1.2.15/workarounds/handlUtmGrabber.class.php (added)
-
tags/1.2.15/workarounds/yithwcwl.class.php (added)
-
trunk/README.txt (modified) (1 diff)
-
trunk/fastcache.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastcache-by-host-it/trunk/README.txt
r3161341 r3161344 5 5 Tested up to: 6.6.1 6 6 Requires PHP: 8.0 7 Stable Tag: 1.2.1 47 Stable Tag: 1.2.15 8 8 License: GPL-2.0+ 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt -
fastcache-by-host-it/trunk/fastcache.php
r3161341 r3161344 17 17 * Plugin URI: https://fastcachecdn.com/ 18 18 * Description: Abilita il tuo sito Wordpress alla prima vera CDN realizzata PER Wordpress e configurata AD-HOC per il tuo sito. Il massimo della velocità senza difficoltà di setup. 19 * Version: 1.2.1 419 * Version: 1.2.15 20 20 * Author: Host.it - Alessandro Poletto 21 21 * Author URI: https://fastcachecdn.com/ … … 137 137 * Rename this for your plugin and update it as you release new versions. 138 138 */ 139 define( 'FASTCACHEHOST_VERSION', '1.2.1 4' );139 define( 'FASTCACHEHOST_VERSION', '1.2.15' ); 140 140 141 141 /**
Note: See TracChangeset
for help on using the changeset viewer.