Skip to content

Commit fd6d5f3

Browse files
committed
added support for PageManager 3.x
1 parent 016852b commit fd6d5f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
66

77
-------------
88

9+
## 2.0.5 - 2020-04-24
10+
11+
### Added
12+
- support for PageManager 3.x;
13+
14+
915
## 2.0.4 - 2020-04-24
1016

1117
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prefer-stable": true,
2121
"require": {
2222
"backpack/crud": "^4.1.0|^4.0.0",
23-
"backpack/pagemanager": "^2.0"
23+
"backpack/pagemanager": "^3.0|^2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit" : "^9.0||^7.0",

0 commit comments

Comments
 (0)