Skip to content

Releases: adampmoss/CreareSEO

v1.5.2

28 Jun 15:00
Compare
Choose a tag to compare
  • added noindex to account create page as well
  • added compatibility with Wyomind_Cmstree
  • #105 sqlstate fix

v1.5.1

18 Dec 15:48
Compare
Choose a tag to compare

PR Merges:

  • #94 - Added NOINDEX option for cart and account pages
  • #90 - Fix for product urls with trailing slashes

v1.5

04 Nov 21:17
Compare
Choose a tag to compare

Refactoring & New Features

Version 1.5 includes a few new features and some refactored code - addressing some of the issues spotted by the Magento Community

HTML Sitemap

  • HTML Sitemap has been refactored, it's faster and cleaner code
  • Styling stripped out
  • Ability to add custom page title, meta desc to sitemap page

Use of Categories in meta fields

  • Thanks to feature request: #33
  • You can now get a product's list of categories with [categories]
  • You can get a product's first or only category with [first_category]
  • Usable in product default titles and meta descriptions

CMS Canonical updates

  • Thanks to issue #72
  • Extra configuration for CMS pages
  • Choose whether to use http or CMS
  • Choose whether to add or remove trailing slashes
  • Refactored code

v1.4.2.1

26 Oct 08:17
Compare
Choose a tag to compare

Forgot to update versions in config.xml in release 1.4.2

Fixes for compatibility with SUPEE-8788

v1.4.1

21 Sep 10:31
Compare
Choose a tag to compare

Https available for canonical CMS pages

v1.4.0

03 Jul 15:24
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

Version 1.4.0

Features:

  • Logo structured data
  • Organization structured data
  • Canonical tags for CMS pages

Fixes:

  • Product structured data no longer escapes apostrophes with backward slash
  • Product canonical redirects maintain querystring
  • customer_log table no longer truncated to preserve last logged in data

v1.4

03 Jul 16:06
Compare
Choose a tag to compare

Features:

  • Logo structured data
  • Organization structured data
  • Canonical tags for CMS pages

Fixes:

  • Product structured data no longer escapes apostrophes with backward slash
  • Product canonical redirects maintain querystring
  • customer_log table no longer truncated to preserve last logged in data

v1.3.1

17 Jun 13:29
Compare
Choose a tag to compare
  • Fixed schema problem with reviews where no rating given

v1.3.0

12 Jun 16:22
Compare
Choose a tag to compare
  • Added product schema
  • Added social schema
  • Added new breadcrumb schema
  • Added Google Content Grouping
  • Added Google Tag Manager support
  • Fixed Twitter cards and OG data
  • Allowed robots.txt editing for multisite
  • Other minor fixes and text changes

v1.2.3

04 Jun 16:37
Compare
Choose a tag to compare
  • Fixed duplication and OG errors in social.phtml
  • Made Universal Analytics only applicable to sites with a version less than 1.9.1 as it is supported in Magento by default from this version onwards.