Skip to content

Releases: thelia-modules/Keyword

Keyword : Version 2.4.0

24 Nov 10:56
Compare
Choose a tag to compare

Back up your data before updating because the table structure " keyword " has changed

  • Adding a feature that allows you to change a keyword group (in keyword edition view)
  • Optimize & clean schema.xml for better table links

Keyword : Version 2.3.0

14 Nov 11:20
Compare
Choose a tag to compare

⚠️ Compatible from Thelia 2.1

  • Replace old redirect methods (deprecated)
  • Ergonomic improvement (use collapse instead of opened blocks)

Keyword : Version 2.2.1

03 Sep 12:16
Compare
Choose a tag to compare
  • Fix wrong behavior & redirection after changing keyword order
  • Fix wrong behavior when changing keyword group order
  • Fix double js scripts implementation (bootstrap-switch & bootstrap-editable)

Keyword : Version 2.2.0

12 Aug 14:49
Compare
Choose a tag to compare

You can now order your associations :

  • Add order to all loop (manual, manual_reverse & random) with the "association_order" criteria
  • Refactoring of loop code

Keyword : Version 2.1.0

23 Jun 12:17
Compare
Choose a tag to compare

This version contains a new Smarty feature :

  • You can now check the association between a keyword and a category, product, folder or content

For more information read the documentation.

Keyword : Version 2.0.2

03 Jun 10:44
Compare
Choose a tag to compare

⚠️ Important fix

  • Fix bad filter request for keyword_group search criteria

Keyword : Version 2.0.1

30 May 16:23
Compare
Choose a tag to compare

The keyword loop take new arguments :

  • folder : id (or list of id) of folder
  • content : id (or list of id) of content
  • category : id (or list of id) of category
  • product : id (or list of id) of product

This will list the keywords associated to an object. For example, you can list the tags of a blog post.

Keyword : Version 2.0.0

30 May 09:30
Compare
Choose a tag to compare

Creating groups of keywords

  • Keywords are now sorted by group
  • Using the last translation system of Thelia (translation domain)
  • Add keyword_group loop

Keyword : Version 1.0.2

19 Feb 15:13
Compare
Choose a tag to compare
  • Change .gif to .png ext for flag icon
  • Fix Keyword update bug : Overload of verifyExistingCode to allow updating of a keyword in another language

Keyword : Version 1.0.1

10 Feb 14:31
Compare
Choose a tag to compare
  • Fixe bad practices (security, services use)
  • Disable keyword creation without identifier
  • Disable duplicates identifiers for keyword
  • Display error message on all forms
  • PSR1 & PSR2 respect