Skip to content

Releases: zf-fr/zfr-prerender

v3.2.0

22 Jul 14:32
63e656f
Compare
Choose a tag to compare

Google now follows what they call "Dynamic Rendering" where they allow you to serve prerendered pages directly to Googlebot based on a user agent check.

More information on Google's Dynamic Rendering here: https://prerender.io/documentation/google-support

v3.1.1

24 Jul 19:57
Compare
Choose a tag to compare
  • Fix an issue with GZip response.

v3.1.0

10 Jul 20:54
Compare
Choose a tag to compare
  • Update service URL

v3.0.0

16 Apr 11:47
v3.0.0
Compare
Choose a tag to compare
  • Minimum PHP version has been raised to PHP 5.4 to take advantage of methods needed to decompress Gzip
  • ZfrPrerender can now returns Gzip responses from Prerender
  • New crawler user agents were added by default

v2.1.0

21 Nov 23:33
Compare
Choose a tag to compare
  • Allow to add a Prerender token in module options (for analytics)

v2.0.0

21 Nov 20:56
Compare
Choose a tag to compare
  • [BC] Remove Google Bot, Yahoo and BingBot from the crawler's list, because those search engines support _escaped_fragment_ and want to ensure people aren't penalized for cloaking
  • Prerender listener now triggers two events: "prerender.pre" and "prerender.post". This allows you to cache the response and return it without hitting the Prerender service
  • The priority the listener is registered has been lowered from 10000 to 1000

v1.1.2

27 Oct 17:23
Compare
Choose a tag to compare
  • Add "xml" extension to blacklist to prevent a problem that can occur with sitemap

v1.1.1

14 Oct 07:26
Compare
Choose a tag to compare
  • Add Twitterbot User-Agent

v1.1.0

12 Oct 21:30
Compare
Choose a tag to compare
  • Add support for escapedfragment_ query param for detecting a bot
  • Add Facebook crawler User-Agent

v1.0.0

07 Oct 21:16
Compare
Choose a tag to compare
  • Initial release