Changeset 2166349
- Timestamp:
- 10/01/2019 12:47:10 PM (6 years ago)
- Location:
- wp-roids/trunk
- Files:
-
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
readme.txt (modified) (8 diffs)
-
wp-roids.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-roids/trunk/CHANGELOG.md
r2066599 r2166349 1 = v3.2.0 = 2 3 - **Fixed:** Logic condition was preventing some storing of HTML files 4 1 5 = v3.1.1 = 2 6 -
wp-roids/trunk/readme.txt
r2066599 r2166349 1 1 === WP Roids === 2 3 Stable tag: 3.1.14 Requires at least: 4.25 Tested up to: 5.1.16 Requires PHP: 5.4.07 8 License: GPLv3 or later9 License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html10 2 11 3 Contributors: philmeadows 12 4 Donate link: https://philmeadows.com/say-thank-you/ 13 5 Tags: cache,caching,minify,page speed,optimize,performance,compression 14 15 Best caching, minification and compression for WordPress. Tested FASTER than: WP Super Cache, W3 Total Cache, WP Fastest Cache, & more! 6 Requires at least: 4.2 7 Tested up to: 5.2.3 8 Requires PHP: 5.4.0 9 Stable tag: 3.2.0 10 License: GPLv3 or later 11 License URI: https://www.gnu.org/licenses/gpl-3.0-standalone.html 12 13 Best caching, minification and compression for WordPress. Tested FASTER than: WP Super Cache, W3 Total Cache, WP Fastest Cache and many others! 16 14 17 15 == Description == … … 24 22 - Minifies JavaScript and generates single compiled JavaScript files per page 25 23 - Defers loading of generated JavaScript file 26 - Compiles WordPress ®Core jQuery and jQuery-migrate files into one file24 - Compiles WordPress Core jQuery and jQuery-migrate files into one file 27 25 - Compiles and minifies CSS and JavaScript loaded from external CDN sources 28 26 - Compresses JPEG and PNG images hosted in your site's Media Library … … 45 43 46 44 1. Switch your site's theme to "Twenty Nineteen" (or one of the other "Twenty..." Themes). If it then works, you have a moody theme 47 2. If still broken, go to the WordPress ®Plugins page and disable all Plugins (except WP Roids, obviously). If WP Roids starts to work, we have a plugin conflit45 2. If still broken, go to the WordPress Plugins page and disable all Plugins (except WP Roids, obviously). If WP Roids starts to work, we have a plugin conflit 48 46 3. Reactivate each plugin one by one and refresh your home page each time time until it breaks 49 47 4. If _still_ broken after the above step, go to the Settings tab and try disabling JS optimisation for the Plugin which triggered an error in the previous step - this is done in the second section "Plugins JavaScript" … … 72 70 = Software Requirements = 73 71 74 In addition to the [WordPress Requirements](http ://wordpress.org/about/requirements/), WP Roids requires the following:72 In addition to the [WordPress Requirements](https://wordpress.org/about/requirements/), WP Roids requires the following: 75 73 76 74 - **`.htaccess` file to be writable** … … 88 86 **NOTE:** WP Roids requires the `.htaccess` file to have permissions set to 644 at time of activation. Some security plugins (quite rightly) change the permissions to disable editing. Please temporarily disable this functionality for a moment whilst activating WP Roids. 89 87 90 The quickest and easiest way to install is via the `Plugins > Add New` feature within WordPress ®. But if you must, manual installation instructions follow...88 The quickest and easiest way to install is via the `Plugins > Add New` feature within WordPress. But if you must, manual installation instructions follow... 91 89 92 90 1. Download and unzip the latest release zip file. … … 195 193 = Credits / Additional Acknowledgments = 196 194 197 * Software designed for WordPress ®195 * Software designed for WordPress 198 196 - GPL License <https://codex.wordpress.org/GPL> 199 - WordPress ®<https://wordpress.org>197 - WordPress <https://wordpress.org> 200 198 * Photograph of Lance Armstrong 201 199 - Source: <http://newsactivist.com/en/articles/604-103-lf/lance-armstrong-cheater-0> … … 204 202 == Upgrade Notice == 205 203 204 = v3.2.0 = 205 206 Logic condition was preventing some storing of HTML files 207 206 208 = v3.1.1 = 207 209 … … 290 292 == Changelog == 291 293 292 = v3.1.0 = 293 294 - **Fixed:** Image compression sometimes causing Server Errors 295 296 - **Improved:** Image compression levels editable in Settings 294 = v3.2.0 = 295 296 - **Fixed:** Logic condition was preventing some storing of HTML files -
wp-roids/trunk/wp-roids.php
r2066599 r2166349 3 3 Plugin Name: WP Roids 4 4 Description: Fast AF Caching for WordPress! 5 Version: 3. 1.15 Version: 3.2.0 6 6 Author: Philip K. Meadows 7 7 Author URI: https://philmeadows.com … … 712 712 && ! post_password_required() 713 713 && ( is_singular() || is_archive() ) 714 && ( defined( 'DONOTCACHEPAGE' ) && intval( DONOTCACHEPAGE ) !== 1 )714 && ( defined( 'DONOTCACHEPAGE' ) !== TRUE && intval( DONOTCACHEPAGE ) !== 1 ) 715 715 && ! is_404() 716 716 && get_post_status( $post->ID ) === 'publish' … … 1088 1088 if( ( ! $this->isViablePost( $post ) && ! $_POST ) || strpos( $wp_query->request, 'SQL_CALC_FOUND_ROWS' ) !== FALSE ) 1089 1089 { 1090 $html .= "\n" . '<!--' . "\n" . 'Minified web page generated at ' . gmdate("M d Y H:i:s") . ' GMT by ' . $this->pluginName . "\n" . 'This page is NOT a cached static HTML file for at least one of a few possible reasons:' . "\n\t" . ' - It is not a WordPress Page/Post' . "\n\t" . ' - It is an Archive (list of Posts) Page' . "\n\t" . ' - You are logged in to this WordPress site' . "\n\t" . ' - It has received HTTP POST data' . "\n\t" . ' - It is a particular WooCommerce page [Cart/Checkout/My Account]' . "\n" . '-->';1090 $html .= "\n" . '<!--' . "\n" . 'Minified web page generated at ' . gmdate("M d Y H:i:s") . ' GMT by ' . $this->pluginName . "\n" . 'This page is NOT a cached static HTML file for at least one of a few possible reasons:' . "\n\t" . ' - It is not a WordPress Page/Post' . "\n\t" . ' - It is marked `DONOTCACHEPAGE`' . "\n\t" . ' - It is an Archive (list of Posts) Page' . "\n\t" . ' - You are logged in to this WordPress site' . "\n\t" . ' - It has received HTTP POST data' . "\n\t" . ' - It is a particular WooCommerce page [Cart/Checkout/My Account]' . "\n" . '-->'; 1091 1091 } 1092 1092 } // END $this->settingMinifyHtml === TRUE
Note: See TracChangeset
for help on using the changeset viewer.