Plugin Directory

Changeset 2902356


Ignore:
Timestamp:
04/21/2023 03:18:16 PM (3 years ago)
Author:
fazae
Message:

Release 1.4.1

Location:
fazae-wp-booster
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fazae-wp-booster/tags/1.4.1/Plugin.php

    r2902352 r2902356  
    22/**
    33 * Plugin Name:       Fazaé WP Booster
    4  * Description:       Le plugin Booster pour Wordpress réalisé par Fazaé
    5  * Version:           1.4.0
     4 * Description:       Boost your WordPress and unleash the full potential of your Fazaé hosting !
     5 * Version:           1.4.1
    66 * Author:            Fazaé
    77 * Author URI:        https://www.fazae.com
     
    1919}
    2020
    21 define('fazaeWPBooster_VERSION', '1.4.0');
     21define('fazaeWPBooster_VERSION', '1.4.1');
    2222
    2323require_once __DIR__ . "/vendor/autoload.php";
  • fazae-wp-booster/tags/1.4.1/README.txt

    r2902352 r2902356  
    44Tags: cache, fazae, optimisation
    55Requires at least: 4.9.1
    6 Tested up to: 6.1
    7 Stable tag: 1.4.0
     6Tested up to: 6.2
     7Stable tag: 1.4.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    6161
    6262= 1.4.0 =
    63 * Conversion automatique des images en WebP
    64 * Amélioration de l'expérience utilisateur
    65 * Résolution de bugs
     63* Auto-conversion of your pictures in WebP format
     64* UX Improvements
     65* Bugfixes
    6666
    6767= 1.3.0 =
    68 * Intégration Fazae Analytics
    69 * Amélioration du mécanisme de vidage de cache
    70 * Résolution de bugs
     68* New "Fazaé Analytics" integration
     69* Cache-clearing improvements
     70* Bugfixes
    7171
    7272= 1.2.0 =
    73 * Lazy-loading des images
     73* Lazy-loading of your pictures
    7474
    7575= 1.1.0 =
    76 * Optimisation JS & CSS par minification
    77 * Optimisation JSS & CSS pour HTTP/2 (push)
     76* JS and CSS files minification
     77* HTTP/2 (push) support
    7878
    7979= 1.0.0 =
    80 * Intégration du FazaCache
    81 * Intégration CDN
    82 * Checklist des services
     80* FazaCache integration
     81* CDN integration
     82* Services checklists
  • fazae-wp-booster/trunk/Plugin.php

    r2902352 r2902356  
    22/**
    33 * Plugin Name:       Fazaé WP Booster
    4  * Description:       Le plugin Booster pour Wordpress réalisé par Fazaé
    5  * Version:           1.4.0
     4 * Description:       Boost your WordPress and unleash the full potential of your Fazaé hosting !
     5 * Version:           1.4.1
    66 * Author:            Fazaé
    77 * Author URI:        https://www.fazae.com
     
    1919}
    2020
    21 define('fazaeWPBooster_VERSION', '1.4.0');
     21define('fazaeWPBooster_VERSION', '1.4.1');
    2222
    2323require_once __DIR__ . "/vendor/autoload.php";
  • fazae-wp-booster/trunk/README.txt

    r2902352 r2902356  
    44Tags: cache, fazae, optimisation
    55Requires at least: 4.9.1
    6 Tested up to: 6.1
    7 Stable tag: 1.4.0
     6Tested up to: 6.2
     7Stable tag: 1.4.1
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    6161
    6262= 1.4.0 =
    63 * Conversion automatique des images en WebP
    64 * Amélioration de l'expérience utilisateur
    65 * Résolution de bugs
     63* Auto-conversion of your pictures in WebP format
     64* UX Improvements
     65* Bugfixes
    6666
    6767= 1.3.0 =
    68 * Intégration Fazae Analytics
    69 * Amélioration du mécanisme de vidage de cache
    70 * Résolution de bugs
     68* New "Fazaé Analytics" integration
     69* Cache-clearing improvements
     70* Bugfixes
    7171
    7272= 1.2.0 =
    73 * Lazy-loading des images
     73* Lazy-loading of your pictures
    7474
    7575= 1.1.0 =
    76 * Optimisation JS & CSS par minification
    77 * Optimisation JSS & CSS pour HTTP/2 (push)
     76* JS and CSS files minification
     77* HTTP/2 (push) support
    7878
    7979= 1.0.0 =
    80 * Intégration du FazaCache
    81 * Intégration CDN
    82 * Checklist des services
     80* FazaCache integration
     81* CDN integration
     82* Services checklists
Note: See TracChangeset for help on using the changeset viewer.