Plugin Directory

Changeset 3425271


Ignore:
Timestamp:
12/22/2025 11:16:29 AM (2 months ago)
Author:
rilwis
Message:

Update to version 2.9.1 from GitHub

Location:
falcon
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • falcon/tags/2.9.1/falcon.php

    r3423539 r3425271  
    22/**
    33 * Plugin Name: Falcon
    4  * Plugin URI:  https://elightup.com
     4 * Plugin URI:  https://wpfalcon.pro
    55 * Description: WordPress optimizations & tweaks
    6  * Version:     2.9.0
     6 * Version:     2.9.1
    77 * Author:      eLightUp
    88 * Author URI:  https://elightup.com
  • falcon/tags/2.9.1/readme.txt

    r3423532 r3425271  
    44Requires at least: 6.5
    55Tested up to: 6.9
    6 Stable tag: 2.9.0
     6Stable tag: 2.9.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1616### FEATURES & MODULES
    1717
    18 Falcon offers a comprehensive list of 49 FREE modules (and growing) for you to tweak and optimize your WordPress websites. These options are divided into the following categories:
    19 
    20 ### General
    21 
    22 - Cache: very simple way to cache pages to improve page loading and avoid server load
    23 - Enable maintenance mode
    24 - Block external requests
    25 - Remove website field from comment form
    26 - Search only posts
    27 
    28 Disable components:
     18Falcon offers a comprehensive list modules for you to tweak and optimize your WordPress websites. These options are divided into the following categories:
     19
     20#### [Disable components](https://wpfalcon.pro/features/disable-components/)
     21
     22**General components:**
    2923
    3024- [Disable Gutenberg](https://metabox.io/disable-gutenberg-without-using-plugins/) (the block editor)
    3125- Disable heartbeat
    3226- Disable embeds, e.g. prevent others from embedding your site and vise-versa
    33 - Disable comments
     27- Disable comments & remove website field from comment form
    3428- Disable revisions
    3529- Disable self pings
     
    3731- Disable cron
    3832- Disable auto updates
     33- Block external requests
    3934- Disable replacing text with formatted entities like smart quotes, dashes, ellipses, etc.
    4035
    41 ### Header cleanup
     36**Media components:**
     37
     38- Remove jQuery Migrate
     39- Disable emojis
     40- Disable scaling down big images
     41- Disable automatic image rotation based on EXIF data
     42- Disable thumbnail generation
     43
     44#### [Header cleanup](https://wpfalcon.pro/features/header-cleanup/)
    4245
    4346- Remove feed links
     
    4952- Remove REST API link
    5053
    51 ### Media
    52 
    53 - **Asynchronous load CSS** to avoid blocking load of CSS files
    54 - Remove query string for JavaScript and CSS files
    55 - Remove jQuery Migrate
    56 - Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
    57 - Remove styles for recent comments widget
    58 - Cleanup nav menu item ID & classes
    59 - Disable emojis
    60 - Disable scaling down big images
    61 - Disable automatic image rotation based on EXIF data
    62 - Disable thumbnail generation
    63 
    64 ### Email
     54#### Media
     55
     56#### [Email](https://wpfalcon.pro/features/email/)
    6557
    6658- Remove admin email confirmation
     
    7163- SMTP configuration
    7264
    73 ### Admin
     65#### [Admin cleanup](https://wpfalcon.pro/features/admin-cleanup/)
    7466
    7567- Show site icon on login page
     
    8072- Remove application passwords
    8173
    82 ### Security
     74#### [Security](https://wpfalcon.pro/features/security/)
    8375
    8476- Disable REST API for unauthenticated requests
     
    8981- Force login to view the website
    9082
     83#### [Tweaks](https://wpfalcon.pro/features/tweaks/)
     84- Search only posts
     85- Enable maintenance mode
     86- Remove query string for JavaScript and CSS files
     87- Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
     88- Remove styles for recent comments widget
     89- Cleanup nav menu item ID & classes
     90- **Asynchronous load CSS** to avoid blocking load of CSS files
     91
    9192### You might also like
    9293
     
    107108
    108109== Changelog ==
     110
     111= 2.9.1 - 2025-12-19 =
     112
     113- Fix not creating cache dir after cleaning
    109114
    110115= 2.9.0 - 2025-12-19 =
  • falcon/tags/2.9.1/src/Components/Cache/Serve.php

    r3423539 r3425271  
    3737
    3838        $file = $this->get_cache_file();
     39        wp_mkdir_p( dirname( $file ) );
    3940        file_put_contents( $file, $html );
    4041        header( 'X-Cache: MISS' );
  • falcon/tags/2.9.1/vendor/composer/installed.json

    r3423539 r3425271  
    11{
    22    "packages": [],
    3     "dev": false,
     3    "dev": true,
    44    "dev-package-names": []
    55}
  • falcon/tags/2.9.1/vendor/composer/installed.php

    r3423539 r3425271  
    22    'root' => array(
    33        'name' => 'elightup/falcon',
    4         'pretty_version' => 'dev-master',
    5         'version' => 'dev-master',
    6         'reference' => '013ecc5c6f078d1681061a78b57c1a5ecf17cf33',
     4        'pretty_version' => '2.9.1',
     5        'version' => '2.9.1.0',
     6        'reference' => 'c80958209bd17c195a86f7df9963d918c163cea7',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
    99        'aliases' => array(),
    10         'dev' => false,
     10        'dev' => true,
    1111    ),
    1212    'versions' => array(
    1313        'elightup/falcon' => array(
    14             'pretty_version' => 'dev-master',
    15             'version' => 'dev-master',
    16             'reference' => '013ecc5c6f078d1681061a78b57c1a5ecf17cf33',
     14            'pretty_version' => '2.9.1',
     15            'version' => '2.9.1.0',
     16            'reference' => 'c80958209bd17c195a86f7df9963d918c163cea7',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • falcon/trunk/falcon.php

    r3423539 r3425271  
    22/**
    33 * Plugin Name: Falcon
    4  * Plugin URI:  https://elightup.com
     4 * Plugin URI:  https://wpfalcon.pro
    55 * Description: WordPress optimizations & tweaks
    6  * Version:     2.9.0
     6 * Version:     2.9.1
    77 * Author:      eLightUp
    88 * Author URI:  https://elightup.com
  • falcon/trunk/readme.txt

    r3423532 r3425271  
    44Requires at least: 6.5
    55Tested up to: 6.9
    6 Stable tag: 2.9.0
     6Stable tag: 2.9.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    1616### FEATURES & MODULES
    1717
    18 Falcon offers a comprehensive list of 49 FREE modules (and growing) for you to tweak and optimize your WordPress websites. These options are divided into the following categories:
    19 
    20 ### General
    21 
    22 - Cache: very simple way to cache pages to improve page loading and avoid server load
    23 - Enable maintenance mode
    24 - Block external requests
    25 - Remove website field from comment form
    26 - Search only posts
    27 
    28 Disable components:
     18Falcon offers a comprehensive list modules for you to tweak and optimize your WordPress websites. These options are divided into the following categories:
     19
     20#### [Disable components](https://wpfalcon.pro/features/disable-components/)
     21
     22**General components:**
    2923
    3024- [Disable Gutenberg](https://metabox.io/disable-gutenberg-without-using-plugins/) (the block editor)
    3125- Disable heartbeat
    3226- Disable embeds, e.g. prevent others from embedding your site and vise-versa
    33 - Disable comments
     27- Disable comments & remove website field from comment form
    3428- Disable revisions
    3529- Disable self pings
     
    3731- Disable cron
    3832- Disable auto updates
     33- Block external requests
    3934- Disable replacing text with formatted entities like smart quotes, dashes, ellipses, etc.
    4035
    41 ### Header cleanup
     36**Media components:**
     37
     38- Remove jQuery Migrate
     39- Disable emojis
     40- Disable scaling down big images
     41- Disable automatic image rotation based on EXIF data
     42- Disable thumbnail generation
     43
     44#### [Header cleanup](https://wpfalcon.pro/features/header-cleanup/)
    4245
    4346- Remove feed links
     
    4952- Remove REST API link
    5053
    51 ### Media
    52 
    53 - **Asynchronous load CSS** to avoid blocking load of CSS files
    54 - Remove query string for JavaScript and CSS files
    55 - Remove jQuery Migrate
    56 - Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
    57 - Remove styles for recent comments widget
    58 - Cleanup nav menu item ID & classes
    59 - Disable emojis
    60 - Disable scaling down big images
    61 - Disable automatic image rotation based on EXIF data
    62 - Disable thumbnail generation
    63 
    64 ### Email
     54#### Media
     55
     56#### [Email](https://wpfalcon.pro/features/email/)
    6557
    6658- Remove admin email confirmation
     
    7163- SMTP configuration
    7264
    73 ### Admin
     65#### [Admin cleanup](https://wpfalcon.pro/features/admin-cleanup/)
    7466
    7567- Show site icon on login page
     
    8072- Remove application passwords
    8173
    82 ### Security
     74#### [Security](https://wpfalcon.pro/features/security/)
    8375
    8476- Disable REST API for unauthenticated requests
     
    8981- Force login to view the website
    9082
     83#### [Tweaks](https://wpfalcon.pro/features/tweaks/)
     84- Search only posts
     85- Enable maintenance mode
     86- Remove query string for JavaScript and CSS files
     87- Set scheme-less URLs for JavaScript and CSS files, e.g. remove `http:` and `https:` from URLs
     88- Remove styles for recent comments widget
     89- Cleanup nav menu item ID & classes
     90- **Asynchronous load CSS** to avoid blocking load of CSS files
     91
    9192### You might also like
    9293
     
    107108
    108109== Changelog ==
     110
     111= 2.9.1 - 2025-12-19 =
     112
     113- Fix not creating cache dir after cleaning
    109114
    110115= 2.9.0 - 2025-12-19 =
  • falcon/trunk/src/Components/Cache/Serve.php

    r3423539 r3425271  
    3737
    3838        $file = $this->get_cache_file();
     39        wp_mkdir_p( dirname( $file ) );
    3940        file_put_contents( $file, $html );
    4041        header( 'X-Cache: MISS' );
  • falcon/trunk/vendor/composer/installed.json

    r3423539 r3425271  
    11{
    22    "packages": [],
    3     "dev": false,
     3    "dev": true,
    44    "dev-package-names": []
    55}
  • falcon/trunk/vendor/composer/installed.php

    r3423539 r3425271  
    22    'root' => array(
    33        'name' => 'elightup/falcon',
    4         'pretty_version' => 'dev-master',
    5         'version' => 'dev-master',
    6         'reference' => '013ecc5c6f078d1681061a78b57c1a5ecf17cf33',
     4        'pretty_version' => '2.9.1',
     5        'version' => '2.9.1.0',
     6        'reference' => 'c80958209bd17c195a86f7df9963d918c163cea7',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
    99        'aliases' => array(),
    10         'dev' => false,
     10        'dev' => true,
    1111    ),
    1212    'versions' => array(
    1313        'elightup/falcon' => array(
    14             'pretty_version' => 'dev-master',
    15             'version' => 'dev-master',
    16             'reference' => '013ecc5c6f078d1681061a78b57c1a5ecf17cf33',
     14            'pretty_version' => '2.9.1',
     15            'version' => '2.9.1.0',
     16            'reference' => 'c80958209bd17c195a86f7df9963d918c163cea7',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.