From 92b0c6098d018850bb9d875a6026719cd05f723e Mon Sep 17 00:00:00 2001 From: Frederic Koeberl Date: Thu, 9 Feb 2023 11:11:39 +0100 Subject: [PATCH] 1.3.5 --- CHANGELOG.md | 16 ++++++++++------ composer.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 866af14..dea3fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Slug Equals Title Changelog All notable changes to this project will be documented in this file. +## 1.3.5 - 2023-02-09 +### Fixed +- Use `ElementHelper::generateSlug` instead of `StringHelper::slugify`. Thank you, [@engram-design](https://github.com/engram-design). [#18](https://github.com/internetztube/craft-slug-equals-title/pull/18) + ## 1.3.4 - 2021-11-28 ### Fixed -- Use `StringHelper::slugify` before setting `$entry->slug`. Fix #15. +- Use `StringHelper::slugify` before setting `$entry->slug`. Fix [#15](https://github.com/internetztube/craft-slug-equals-title/issues/15). ## 1.3.3 - 2021-10-17 ### Updated @@ -11,11 +15,11 @@ All notable changes to this project will be documented in this file. ## 1.3.2 - 2021-09-06 ### Fixed -- Fix categories. #14 +- Fix categories. [#14](https://github.com/internetztube/craft-slug-equals-title/issues/14) ## 1.3.1 - 2021-02-02 ### Fixed -- Only register Asset Bundle when necessary. #12 +- Only register Asset Bundle when necessary. [#12](https://github.com/internetztube/craft-slug-equals-title/issues/12) ## 1.3.0 - 2021-01-04 ### Added @@ -23,11 +27,11 @@ All notable changes to this project will be documented in this file. ## 1.2.1 - 2020-08-18 ### Fixed -- Fixed a bug that caused the lightswitch to disappear on Craft <= 3.4. Thanks @skoften! #10 +- Fixed a bug that caused the lightswitch to disappear on Craft <= 3.4. Thanks @skoften! [#10](https://github.com/internetztube/craft-slug-equals-title/issues/10) ## 1.2.0 - 2020-07-31 ### Added -- Support for `limitAutoSlugsToAscii`. #8 +- Support for `limitAutoSlugsToAscii`. [#8](https://github.com/internetztube/craft-slug-equals-title/issues/8) ## 1.1.5 - 2020-07-29 ### Fixed @@ -35,7 +39,7 @@ All notable changes to this project will be documented in this file. ## 1.1.4 - 2019-09-05 ### Fixed -- Fixed bug that occurred while resaving entries via console. #3 +- Fixed bug that occurred while resaving entries via console. [#3](https://github.com/internetztube/craft-slug-equals-title/issues/3) ## 1.1.3 - 2019-08-18 ### Fixed diff --git a/composer.json b/composer.json index 753695f..ce8da59 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "internetztube/craft-slug-equals-title", "description": "This plugin makes sure that the slug is always the same as the title.", "type": "craft-plugin", - "version": "1.3.4", + "version": "1.3.5", "keywords": [ "craft", "cms",