Skip to content

Releases: SatelliteWP/rocket-nginx

3.0.2

25 Aug 15:37
2018dfe
Compare
Choose a tag to compare
  • Add query strings to ignore in the default configuration
  • Update WP Rocket compatibility version to latest
  • Update Nginx compatibility version to latest

3.0.1

31 May 16:03
Compare
Choose a tag to compare
  • Add query strings to ignore in the default configuration
  • Fix Indentation in PHP
  • Update WP Rocket compatibility version to latest
  • Update Nginx compatibility version to latest

3.0

12 Dec 01:08
Compare
Choose a tag to compare
3.0

Version 3.0.0 is finally released!

What's new?

  • Query strings to cache are supported via the ini file. See the WP Rocket Cache query strings documentation for configuration.
  • Query string to ignore are supported. See the WP Rocket Cache query strings to ignore documentation for configuration.
  • Default HSTS value was removed.
  • Custom configurations can be included in every sections
  • Custom expiration are supported for CSS, JS and medias
  • Allowing adding headers from the config file was removed

Enjoy!

Media extensions bug fix

29 Oct 01:41
Compare
Choose a tag to compare

Media extensions were not populated correctly from the ini file. This is a hot fix from issue #67.

Brotli support

05 Oct 23:40
Compare
Choose a tag to compare

Version 2.1 is now released.

It now handles Brotli by solving the issue as described in #48 .

Version 2.0 is out!

18 Apr 12:57
Compare
Choose a tag to compare

Version 2.0 is out!

This new version is a major makeover because the configuration now has a PHP parser to generate one (or more) configuration from the main template. By editing the rocket-nginx.ini file, you can alter and add more to the default configuration.

If you were satisfied with the previous version, generating the default configuration is more than enough!

Some bugs were fix and enhancements were made:
#24 More headers needed with this configuration
#38 PHP Configuration generator
#40 Checking for user-defined cookies
#43 Lot of 404 on generated JS / CSS Files

If you are updating from version 1.x to version 2.0:

It is important to know you cannot simply do a git pull to make it work because version 2.0 uses a PHP parser to generate the configuration. See the Installation section to know how to generate the new configuration file.

Version 1.2

01 Nov 00:13
Compare
Choose a tag to compare

Version 1.2 has many optimizations and supports mobile cache from WP-Rocket.

Version 1.1

21 Dec 03:41
Compare
Choose a tag to compare

Version 1.1 is out!

Improvements

HSTS support

HSTS header is now supported and uses the following default value:

Strict-Transport-Security: max-age=31536000; includeSubDomains

For more information, see the HTTP Strict Transport Security section.

Thank you to @dschallert for the proposed pull request.

Typo fixed in comments

A comment in the code was edited by @tcg. Thank you for the pull request.