Changeset 3425271
- Timestamp:
- 12/22/2025 11:16:29 AM (2 months ago)
- Location:
- falcon
- Files:
-
- 10 edited
- 1 copied
-
tags/2.9.1 (copied) (copied from falcon/trunk)
-
tags/2.9.1/falcon.php (modified) (1 diff)
-
tags/2.9.1/readme.txt (modified) (8 diffs)
-
tags/2.9.1/src/Components/Cache/Serve.php (modified) (1 diff)
-
tags/2.9.1/vendor/composer/installed.json (modified) (1 diff)
-
tags/2.9.1/vendor/composer/installed.php (modified) (1 diff)
-
trunk/falcon.php (modified) (1 diff)
-
trunk/readme.txt (modified) (8 diffs)
-
trunk/src/Components/Cache/Serve.php (modified) (1 diff)
-
trunk/vendor/composer/installed.json (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
falcon/tags/2.9.1/falcon.php
r3423539 r3425271 2 2 /** 3 3 * Plugin Name: Falcon 4 * Plugin URI: https:// elightup.com4 * Plugin URI: https://wpfalcon.pro 5 5 * Description: WordPress optimizations & tweaks 6 * Version: 2.9. 06 * Version: 2.9.1 7 7 * Author: eLightUp 8 8 * Author URI: https://elightup.com -
falcon/tags/2.9.1/readme.txt
r3423532 r3425271 4 4 Requires at least: 6.5 5 5 Tested up to: 6.9 6 Stable tag: 2.9. 06 Stable tag: 2.9.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 16 16 ### FEATURES & MODULES 17 17 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: 18 Falcon 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:** 29 23 30 24 - [Disable Gutenberg](https://metabox.io/disable-gutenberg-without-using-plugins/) (the block editor) 31 25 - Disable heartbeat 32 26 - 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 34 28 - Disable revisions 35 29 - Disable self pings … … 37 31 - Disable cron 38 32 - Disable auto updates 33 - Block external requests 39 34 - Disable replacing text with formatted entities like smart quotes, dashes, ellipses, etc. 40 35 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/) 42 45 43 46 - Remove feed links … … 49 52 - Remove REST API link 50 53 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/) 65 57 66 58 - Remove admin email confirmation … … 71 63 - SMTP configuration 72 64 73 ### Admin65 #### [Admin cleanup](https://wpfalcon.pro/features/admin-cleanup/) 74 66 75 67 - Show site icon on login page … … 80 72 - Remove application passwords 81 73 82 ### Security74 #### [Security](https://wpfalcon.pro/features/security/) 83 75 84 76 - Disable REST API for unauthenticated requests … … 89 81 - Force login to view the website 90 82 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 91 92 ### You might also like 92 93 … … 107 108 108 109 == Changelog == 110 111 = 2.9.1 - 2025-12-19 = 112 113 - Fix not creating cache dir after cleaning 109 114 110 115 = 2.9.0 - 2025-12-19 = -
falcon/tags/2.9.1/src/Components/Cache/Serve.php
r3423539 r3425271 37 37 38 38 $file = $this->get_cache_file(); 39 wp_mkdir_p( dirname( $file ) ); 39 40 file_put_contents( $file, $html ); 40 41 header( 'X-Cache: MISS' ); -
falcon/tags/2.9.1/vendor/composer/installed.json
r3423539 r3425271 1 1 { 2 2 "packages": [], 3 "dev": false,3 "dev": true, 4 4 "dev-package-names": [] 5 5 } -
falcon/tags/2.9.1/vendor/composer/installed.php
r3423539 r3425271 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', 9 9 'aliases' => array(), 10 'dev' => false,10 'dev' => true, 11 11 ), 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
falcon/trunk/falcon.php
r3423539 r3425271 2 2 /** 3 3 * Plugin Name: Falcon 4 * Plugin URI: https:// elightup.com4 * Plugin URI: https://wpfalcon.pro 5 5 * Description: WordPress optimizations & tweaks 6 * Version: 2.9. 06 * Version: 2.9.1 7 7 * Author: eLightUp 8 8 * Author URI: https://elightup.com -
falcon/trunk/readme.txt
r3423532 r3425271 4 4 Requires at least: 6.5 5 5 Tested up to: 6.9 6 Stable tag: 2.9. 06 Stable tag: 2.9.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 16 16 ### FEATURES & MODULES 17 17 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: 18 Falcon 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:** 29 23 30 24 - [Disable Gutenberg](https://metabox.io/disable-gutenberg-without-using-plugins/) (the block editor) 31 25 - Disable heartbeat 32 26 - 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 34 28 - Disable revisions 35 29 - Disable self pings … … 37 31 - Disable cron 38 32 - Disable auto updates 33 - Block external requests 39 34 - Disable replacing text with formatted entities like smart quotes, dashes, ellipses, etc. 40 35 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/) 42 45 43 46 - Remove feed links … … 49 52 - Remove REST API link 50 53 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/) 65 57 66 58 - Remove admin email confirmation … … 71 63 - SMTP configuration 72 64 73 ### Admin65 #### [Admin cleanup](https://wpfalcon.pro/features/admin-cleanup/) 74 66 75 67 - Show site icon on login page … … 80 72 - Remove application passwords 81 73 82 ### Security74 #### [Security](https://wpfalcon.pro/features/security/) 83 75 84 76 - Disable REST API for unauthenticated requests … … 89 81 - Force login to view the website 90 82 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 91 92 ### You might also like 92 93 … … 107 108 108 109 == Changelog == 110 111 = 2.9.1 - 2025-12-19 = 112 113 - Fix not creating cache dir after cleaning 109 114 110 115 = 2.9.0 - 2025-12-19 = -
falcon/trunk/src/Components/Cache/Serve.php
r3423539 r3425271 37 37 38 38 $file = $this->get_cache_file(); 39 wp_mkdir_p( dirname( $file ) ); 39 40 file_put_contents( $file, $html ); 40 41 header( 'X-Cache: MISS' ); -
falcon/trunk/vendor/composer/installed.json
r3423539 r3425271 1 1 { 2 2 "packages": [], 3 "dev": false,3 "dev": true, 4 4 "dev-package-names": [] 5 5 } -
falcon/trunk/vendor/composer/installed.php
r3423539 r3425271 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', 9 9 'aliases' => array(), 10 'dev' => false,10 'dev' => true, 11 11 ), 12 12 'versions' => array( 13 13 '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', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.