Skip to content

Commit

Permalink
Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Sep 26, 2024
1 parent 8be857d commit 95e0020
Show file tree
Hide file tree
Showing 7 changed files with 2,332 additions and 2,018 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Entries Subset Changelog

## Unreleased

- Entries Subset now requires Craft CMS 5.3.0 or later. ([#31](/~https://github.com/nfourtythree/entriessubset/issues/31))

## 2.1.0 - 2022-09-26

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Plugin Icon](resources/img/icon.png)

# Entries Subset plugin for Craft CMS 4.x
# Entries Subset plugin for Craft CMS 5.x

Craft field type plugin that extends the core Entries field type to give extra settings with ability to restrict by entry type, author or author's user group.

Expand All @@ -10,7 +10,7 @@ Craft field type plugin that extends the core Entries field type to give extra s

## Requirements

This plugin requires Craft CMS 4.0.0 or later.
This plugin requires Craft CMS 5.3.0 or later.

## Installation

Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
}
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.2.1"
"php": "^8.2",
"craftcms/cms": "^5.3.0"
},
"repositories": [
{
Expand Down Expand Up @@ -59,9 +59,6 @@
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
},
"platform": {
"php": "8.0.2"
}
}
}
Loading

0 comments on commit 95e0020

Please sign in to comment.