Skip to content

Commit

Permalink
2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
internetztube committed Apr 2, 2022
1 parent 1682e3e commit fc2df7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Slug Equals Title Changelog
All notable changes to this project will be documented in this file.

## 2.0.0-beta.1 - 2022-04-02
### Added
- Added support for [Craft CMS 4.0.0-beta.3](https://github.com/craftcms/cms/releases/tag/4.0.0-beta.3).
- Added support for [Unified Element Editor](https://craftcms.com/docs/4.x/extend/updating-plugins.html#unified-element-editor).
- Added support for [Craft Commerce 4.0.0-beta.1](https://github.com/craftcms/commerce/releases/tag/4.0.0-beta.1).

## 1.3.4 - 2021-11-28
### Fixed
- Use `StringHelper::slugify` before setting `$entry->slug`. Fix #15.
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": "2.0.0",
"version": "2.0.0-beta.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit fc2df7a

Please sign in to comment.