Plugin Directory

Changeset 3446369


Ignore:
Timestamp:
01/25/2026 02:12:34 AM (2 months ago)
Author:
theaminuldev
Message:

Update to version 2.1.0 from GitHub

Location:
pageflash
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • pageflash/tags/2.1.0/pageflash.php

    r3446147 r3446369  
    1111 * Author:      theaminul
    1212 * Author URI:  https://theaminul.com
    13  * Version: 2.0.0
    14  * Stable tag:  1.2.0
    15  * Requires at least: 6.0
    16  * Tested up to: 6.8.1
     13 * Version: 2.1.0
     14 * Stable tag: 2.0.0
     15 * Requires at least: 6.1
     16 * Tested up to: 6.9
    1717 * Requires PHP: 7.4
    1818 * License:     GPL-3.0-or-later
  • pageflash/tags/2.1.0/readme.txt

    r3446147 r3446369  
    44Requires at least: 6.1
    55Tested up to: 6.9
    6 Stable tag: 2.0.0
     6Requires PHP: 7.4
     7Stable tag: 2.1.0
    78License: GPL-3.0
    89License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1617### Key Features:
    1718
    18 **Preloading:**
     19#### Preloading:
    1920- **Quicklink:** Experience a 50% increase in conversions and enjoy 4x faster page loading. Boost your website speed and increase user engagement.
    2021- **InstantPage:** Uses just-in-time preloading — preloads a page right before a user clicks on it.
    2122
    22 **Performance Optimization:**
     23#### Performance Optimization:
    2324- **Disable Dashicons:** Remove Dashicons on the frontend for non-logged-in users to improve performance.
    2425- **Disable Embeds:** Disable the WordPress oEmbed feature to reduce unnecessary HTTP requests and improve page load times.
     
    2728- **Remove jQuery Migrate:** Remove jQuery Migrate script to improve performance on the frontend.
    2829
    29 **Security Enhancements:**
     30#### Security Enhancements:
    3031- **Disable REST API:** Disable the WordPress REST API for non-authenticated users to enhance security and reduce unnecessary requests.
    3132- **Remove REST API Link:** Remove REST API link tag from the front end and the REST API header link from page requests.
     
    8485== Changelog ==
    8586
     87= 2.1.0 - 2026-01-25 =
     88- Fixed: Add Icomoon icon font stylesheet for admin settings page.
     89- Fixed: Update plugin metadata for version 2.0.0.
     90- Fixed: Update readme with PHP requirement and formatting.
     91
    8692= 2.0.0 - 2026-01-24 =
    8793* Added: InstantPage integration to enhance the Preloading module performance.
  • pageflash/trunk/pageflash.php

    r3446147 r3446369  
    1111 * Author:      theaminul
    1212 * Author URI:  https://theaminul.com
    13  * Version: 2.0.0
    14  * Stable tag:  1.2.0
    15  * Requires at least: 6.0
    16  * Tested up to: 6.8.1
     13 * Version: 2.1.0
     14 * Stable tag: 2.0.0
     15 * Requires at least: 6.1
     16 * Tested up to: 6.9
    1717 * Requires PHP: 7.4
    1818 * License:     GPL-3.0-or-later
  • pageflash/trunk/readme.txt

    r3446147 r3446369  
    44Requires at least: 6.1
    55Tested up to: 6.9
    6 Stable tag: 2.0.0
     6Requires PHP: 7.4
     7Stable tag: 2.1.0
    78License: GPL-3.0
    89License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1617### Key Features:
    1718
    18 **Preloading:**
     19#### Preloading:
    1920- **Quicklink:** Experience a 50% increase in conversions and enjoy 4x faster page loading. Boost your website speed and increase user engagement.
    2021- **InstantPage:** Uses just-in-time preloading — preloads a page right before a user clicks on it.
    2122
    22 **Performance Optimization:**
     23#### Performance Optimization:
    2324- **Disable Dashicons:** Remove Dashicons on the frontend for non-logged-in users to improve performance.
    2425- **Disable Embeds:** Disable the WordPress oEmbed feature to reduce unnecessary HTTP requests and improve page load times.
     
    2728- **Remove jQuery Migrate:** Remove jQuery Migrate script to improve performance on the frontend.
    2829
    29 **Security Enhancements:**
     30#### Security Enhancements:
    3031- **Disable REST API:** Disable the WordPress REST API for non-authenticated users to enhance security and reduce unnecessary requests.
    3132- **Remove REST API Link:** Remove REST API link tag from the front end and the REST API header link from page requests.
     
    8485== Changelog ==
    8586
     87= 2.1.0 - 2026-01-25 =
     88- Fixed: Add Icomoon icon font stylesheet for admin settings page.
     89- Fixed: Update plugin metadata for version 2.0.0.
     90- Fixed: Update readme with PHP requirement and formatting.
     91
    8692= 2.0.0 - 2026-01-24 =
    8793* Added: InstantPage integration to enhance the Preloading module performance.
Note: See TracChangeset for help on using the changeset viewer.