Skip to content

Commit cbd3306

Browse files
authored
Merge pull request #310 from alleyinteractive/revert-309-feature/bump-dependencies
Revert "Update Type Extensions to 4.0"
2 parents 92c13fa + 4579e3b commit cbd3306

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `WP Curate` will be documented in this file.
44

5+
## 2.6.1 - 2025-04-09
6+
7+
- Bug Fix: Revert update to wp-type-extensions to avoid conflicts with the Alleyvate plugin.
8+
59
## 2.6.0 - 2025-04-09
610

711
- Enhancement: Update wp-type-extensions to 4.0.0.

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"php": "^8.2",
2525
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
2626
"alleyinteractive/traverse-reshape": "^2.0",
27-
"alleyinteractive/wp-match-blocks": "^4.1",
28-
"alleyinteractive/wp-type-extensions": "^4.0"
27+
"alleyinteractive/wp-type-extensions": "^3.0"
2928
},
3029
"require-dev": {
3130
"alleyinteractive/alley-coding-standards": "^2.0",

wp-curate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WP Curate
44
* Plugin URI: https://github.com/alleyinteractive/wp-curate
55
* Description: Plugin to curate homepages and other landing pages
6-
* Version: 2.6.0
6+
* Version: 2.6.1
77
* Author: Alley Interactive
88
* Author URI: https://github.com/alleyinteractive/wp-curate
99
* Requires at least: 6.4

0 commit comments

Comments
 (0)