Changeset 2862076
- Timestamp:
- 02/08/2023 01:12:19 PM (3 years ago)
- Location:
- fazae-wp-booster
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.7 (copied) (copied from fazae-wp-booster/trunk)
-
tags/1.3.7/Plugin.php (modified) (2 diffs)
-
tags/1.3.7/README.txt (modified) (1 diff)
-
tags/1.3.7/templates/BoosterAdminForm.php (modified) (1 diff)
-
trunk/Plugin.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/templates/BoosterAdminForm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fazae-wp-booster/tags/1.3.7/Plugin.php
r2811998 r2862076 3 3 * Plugin Name: Fazaé WP Booster 4 4 * Description: Le plugin Booster pour Wordpress réalisé par Fazaé 5 * Version: 1.3. 65 * Version: 1.3.7 6 6 * Author: Fazaé 7 7 * Author URI: https://www.fazae.com … … 19 19 } 20 20 21 define('fazaeWPBooster_VERSION', '1.3. 6');21 define('fazaeWPBooster_VERSION', '1.3.7'); 22 22 23 23 require_once __DIR__ . "/vendor/autoload.php"; -
fazae-wp-booster/tags/1.3.7/README.txt
r2811998 r2862076 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.1 7 Stable tag: 1.3. 67 Stable tag: 1.3.7 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later -
fazae-wp-booster/tags/1.3.7/templates/BoosterAdminForm.php
r2609366 r2862076 114 114 <div class="card" style="max-width: 100%"> 115 115 <h3><span class="dashicons dashicons-admin-site-alt"></span> FazaCache</h3> 116 <p> C'est le cache de base que nous recommandons de garder activé dans tous les cas.</p>116 <p>Activez FazaCache pour accélérer la vitesse de votre site et tirer tout le potentiel des serveurs Fazaé.</p> 117 117 <table class="table table-striped form-table"> 118 118 <tr valign="top"> -
fazae-wp-booster/trunk/Plugin.php
r2811998 r2862076 3 3 * Plugin Name: Fazaé WP Booster 4 4 * Description: Le plugin Booster pour Wordpress réalisé par Fazaé 5 * Version: 1.3. 65 * Version: 1.3.7 6 6 * Author: Fazaé 7 7 * Author URI: https://www.fazae.com … … 19 19 } 20 20 21 define('fazaeWPBooster_VERSION', '1.3. 6');21 define('fazaeWPBooster_VERSION', '1.3.7'); 22 22 23 23 require_once __DIR__ . "/vendor/autoload.php"; -
fazae-wp-booster/trunk/README.txt
r2811998 r2862076 5 5 Requires at least: 4.9.1 6 6 Tested up to: 6.1 7 Stable tag: 1.3. 67 Stable tag: 1.3.7 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later -
fazae-wp-booster/trunk/templates/BoosterAdminForm.php
r2609366 r2862076 114 114 <div class="card" style="max-width: 100%"> 115 115 <h3><span class="dashicons dashicons-admin-site-alt"></span> FazaCache</h3> 116 <p> C'est le cache de base que nous recommandons de garder activé dans tous les cas.</p>116 <p>Activez FazaCache pour accélérer la vitesse de votre site et tirer tout le potentiel des serveurs Fazaé.</p> 117 117 <table class="table table-striped form-table"> 118 118 <tr valign="top">
Note: See TracChangeset
for help on using the changeset viewer.