Skip to content

Commit

Permalink
Support Statamic 5
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jun 30, 2024
1 parent bff2077 commit cde2a1f
Show file tree
Hide file tree
Showing 7 changed files with 1,905 additions and 2,657 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Statamic 3.1+](https://img.shields.io/badge/Statamic-3.1+-FF269E?style=for-the-badge&link=https://statamic.com)
![Statamic 5+](https://img.shields.io/badge/Statamic-5+-FF269E?style=for-the-badge&link=https://statamic.com)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/codedge/statamic-move-entries?style=for-the-badge)](https://packagist.org/packages/codedge/statamic-move-entries)
![PHP Version](https://img.shields.io/packagist/php-v/codedge/statamic-move-entries?style=for-the-badge)

Expand All @@ -8,10 +8,20 @@ Move entries from one collection to another in your Control Panel.

**Features:**

- Move one or multiple entries from one collection to another
- Move one or multiple entries from one collection to another: available in list view and detail view
- Confirmation question before moving
- German and English localized

:warning: No multi-site support at the moment.

**Usage:**

In Statamic Control Panel go into one of your collections and select an entry. A new action valled **Move** is going to show up.
Click this action and a popup will come up to let you select the target selection where you want to move your entry to.

![](docs/statamic_cp_list_view.png "Move action from list view")
![](docs/statamic_cp_detail_view.png "Move action from detail view")

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
],
"require": {
"php": "^8.1",
"statamic/cms": "^4.0"
"php": "^8.3",
"statamic/cms": "^5.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^9.0",
"phpunit/phpunit": "^11.2",
"spatie/ray": "^1.30"
},
"config": {
Expand Down
Loading

0 comments on commit cde2a1f

Please sign in to comment.