Changeset 2902356
- Timestamp:
- 04/21/2023 03:18:16 PM (3 years ago)
- Location:
- fazae-wp-booster
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from fazae-wp-booster/trunk)
-
tags/1.4.1/Plugin.php (modified) (2 diffs)
-
tags/1.4.1/README.txt (modified) (2 diffs)
-
trunk/Plugin.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fazae-wp-booster/tags/1.4.1/Plugin.php
r2902352 r2902356 2 2 /** 3 3 * Plugin Name: Fazaé WP Booster 4 * Description: Le plugin Booster pour Wordpress réalisé par Fazaé5 * Version: 1.4. 04 * Description: Boost your WordPress and unleash the full potential of your Fazaé hosting ! 5 * Version: 1.4.1 6 6 * Author: Fazaé 7 7 * Author URI: https://www.fazae.com … … 19 19 } 20 20 21 define('fazaeWPBooster_VERSION', '1.4. 0');21 define('fazaeWPBooster_VERSION', '1.4.1'); 22 22 23 23 require_once __DIR__ . "/vendor/autoload.php"; -
fazae-wp-booster/tags/1.4.1/README.txt
r2902352 r2902356 4 4 Tags: cache, fazae, optimisation 5 5 Requires at least: 4.9.1 6 Tested up to: 6. 17 Stable tag: 1.4. 06 Tested up to: 6.2 7 Stable tag: 1.4.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 61 61 62 62 = 1.4.0 = 63 * Conversion automatique des images en WebP64 * Amélioration de l'expérience utilisateur65 * Résolution de bugs63 * Auto-conversion of your pictures in WebP format 64 * UX Improvements 65 * Bugfixes 66 66 67 67 = 1.3.0 = 68 * Intégration Fazae Analytics69 * Amélioration du mécanisme de vidage de cache70 * Résolution de bugs68 * New "Fazaé Analytics" integration 69 * Cache-clearing improvements 70 * Bugfixes 71 71 72 72 = 1.2.0 = 73 * Lazy-loading des images73 * Lazy-loading of your pictures 74 74 75 75 = 1.1.0 = 76 * Optimisation JS & CSS par minification77 * Optimisation JSS & CSS pour HTTP/2 (push)76 * JS and CSS files minification 77 * HTTP/2 (push) support 78 78 79 79 = 1.0.0 = 80 * Intégration du FazaCache81 * Intégration CDN82 * Checklist des services80 * FazaCache integration 81 * CDN integration 82 * Services checklists -
fazae-wp-booster/trunk/Plugin.php
r2902352 r2902356 2 2 /** 3 3 * Plugin Name: Fazaé WP Booster 4 * Description: Le plugin Booster pour Wordpress réalisé par Fazaé5 * Version: 1.4. 04 * Description: Boost your WordPress and unleash the full potential of your Fazaé hosting ! 5 * Version: 1.4.1 6 6 * Author: Fazaé 7 7 * Author URI: https://www.fazae.com … … 19 19 } 20 20 21 define('fazaeWPBooster_VERSION', '1.4. 0');21 define('fazaeWPBooster_VERSION', '1.4.1'); 22 22 23 23 require_once __DIR__ . "/vendor/autoload.php"; -
fazae-wp-booster/trunk/README.txt
r2902352 r2902356 4 4 Tags: cache, fazae, optimisation 5 5 Requires at least: 4.9.1 6 Tested up to: 6. 17 Stable tag: 1.4. 06 Tested up to: 6.2 7 Stable tag: 1.4.1 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 61 61 62 62 = 1.4.0 = 63 * Conversion automatique des images en WebP64 * Amélioration de l'expérience utilisateur65 * Résolution de bugs63 * Auto-conversion of your pictures in WebP format 64 * UX Improvements 65 * Bugfixes 66 66 67 67 = 1.3.0 = 68 * Intégration Fazae Analytics69 * Amélioration du mécanisme de vidage de cache70 * Résolution de bugs68 * New "Fazaé Analytics" integration 69 * Cache-clearing improvements 70 * Bugfixes 71 71 72 72 = 1.2.0 = 73 * Lazy-loading des images73 * Lazy-loading of your pictures 74 74 75 75 = 1.1.0 = 76 * Optimisation JS & CSS par minification77 * Optimisation JSS & CSS pour HTTP/2 (push)76 * JS and CSS files minification 77 * HTTP/2 (push) support 78 78 79 79 = 1.0.0 = 80 * Intégration du FazaCache81 * Intégration CDN82 * Checklist des services80 * FazaCache integration 81 * CDN integration 82 * Services checklists
Note: See TracChangeset
for help on using the changeset viewer.