Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
internetztube committed Feb 9, 2023
1 parent 8fabc9f commit 92b0c60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
# 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
- Updated Icon.

## 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
- Added support for Commerce Products and Categories.

## 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
- Update element id JavaScript selector (`entryId` -> `sourceId`)

## 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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 92b0c60

Please sign in to comment.