Changeset 3169055
- Timestamp:
- 10/15/2024 07:34:27 AM (16 months ago)
- Location:
- fastcache-by-host-it
- Files:
-
- 48 added
- 2 edited
-
tags/1.2.16 (added)
-
tags/1.2.16/LICENSE.txt (added)
-
tags/1.2.16/README.txt (added)
-
tags/1.2.16/admin (added)
-
tags/1.2.16/admin/class-fastcache-admin.php (added)
-
tags/1.2.16/admin/css (added)
-
tags/1.2.16/admin/css/fastcache-admin.css (added)
-
tags/1.2.16/admin/index.php (added)
-
tags/1.2.16/admin/js (added)
-
tags/1.2.16/admin/js/fastcache-admin.js (added)
-
tags/1.2.16/admin/js/fastcache-generic-admin.js (added)
-
tags/1.2.16/admin/partials (added)
-
tags/1.2.16/admin/partials/faq.html (added)
-
tags/1.2.16/admin/partials/faq.php (added)
-
tags/1.2.16/admin/partials/fastcache-admin-display.php (added)
-
tags/1.2.16/cache (added)
-
tags/1.2.16/common (added)
-
tags/1.2.16/common/class-fastcache-common.php (added)
-
tags/1.2.16/fastcache.php (added)
-
tags/1.2.16/includes (added)
-
tags/1.2.16/includes/class-fastcache-activator.php (added)
-
tags/1.2.16/includes/class-fastcache-adminbar.php (added)
-
tags/1.2.16/includes/class-fastcache-deactivator.php (added)
-
tags/1.2.16/includes/class-fastcache-i18n.php (added)
-
tags/1.2.16/includes/class-fastcache-loader.php (added)
-
tags/1.2.16/includes/class-fastcache.php (added)
-
tags/1.2.16/includes/index.php (added)
-
tags/1.2.16/index.php (added)
-
tags/1.2.16/languages (added)
-
tags/1.2.16/languages/fastcache.pot (added)
-
tags/1.2.16/logs (added)
-
tags/1.2.16/logs/log.txt (added)
-
tags/1.2.16/public (added)
-
tags/1.2.16/public/class-fastcache-public.php (added)
-
tags/1.2.16/public/css (added)
-
tags/1.2.16/public/css/fastcache-public.css (added)
-
tags/1.2.16/public/index.php (added)
-
tags/1.2.16/public/js (added)
-
tags/1.2.16/public/js/fastcache-public.js (added)
-
tags/1.2.16/public/partials (added)
-
tags/1.2.16/public/partials/fastcache-public-display.php (added)
-
tags/1.2.16/public/workarounds.class.php (added)
-
tags/1.2.16/uninstall.php (added)
-
tags/1.2.16/workarounds (added)
-
tags/1.2.16/workarounds/Rey.class.php (added)
-
tags/1.2.16/workarounds/Storefront.class.php (added)
-
tags/1.2.16/workarounds/handlUtmGrabber.class.php (added)
-
tags/1.2.16/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
r3161344 r3169055 5 5 Tested up to: 6.6.1 6 6 Requires PHP: 8.0 7 Stable Tag: 1.2.1 57 Stable Tag: 1.2.16 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
r3161344 r3169055 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 519 * Version: 1.2.16 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 5' );139 define( 'FASTCACHEHOST_VERSION', '1.2.16' ); 140 140 141 141 /**
Note: See TracChangeset
for help on using the changeset viewer.