Skip to content

Commit

Permalink
Craft 5!
Browse files Browse the repository at this point in the history
  • Loading branch information
internetztube committed Apr 9, 2024
1 parent b45a2cc commit 47b0d6a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 6,597 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Slug Equals Title Changelog
All notable changes to this project will be documented in this file.

## 3.0.0-beta.1 - 2024-04-09
### Added
- Added support for [Craft CMS 5.0.0](https://github.com/craftcms/cms/releases/tag/5.0.0).
- Added support for [Craft Commerce 5.0.0-beta.2](https://github.com/craftcms/commerce/releases/tag/5.0.0-beta.2).

## 2.0.1 - 2023-07-20
### Fixed
- Fixed bug that occurred when title was empty. [#19](https://github.com/internetztube/craft-slug-equals-title/issues/19) [#20](https://github.com/internetztube/craft-slug-equals-title/pull/20) Thank you [@jorisnoo](https://github.com/jorisnoo)!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Slug Equals Title plugin for Craft CMS 4.x
# Slug Equals Title plugin for Craft CMS 5.x

The plugin does exactly what the name says. It assures that the slug is equal to the title.

![Share Image](screenshots/share.png)

## Requirements
This plugin requires Craft CMS ^4.0.0-alpha or later.
This plugin requires Craft CMS ^5.0.0 or later.

## Installation
To install this plugin, follow these steps:
Expand Down
5 changes: 2 additions & 3 deletions 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.1",
"version": "3.0.0-beta.1",
"keywords": [
"craft",
"cms",
Expand All @@ -22,8 +22,7 @@
}
],
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0-alpha"
"craftcms/cms": "^5.0.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 47b0d6a

Please sign in to comment.