Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.8.4

- Chore: update cmb2, move to wp-packages over wp-packagist

## v3.8.3

- Chore: Revert to wp-packagist version of 10up/elasticpress due to psr/container conflicts
Expand Down
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,16 @@
],
"repositories": [
{
"name": "wpackagist",
"name": "wp-packages",
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
"url": "https://repo.wp-packages.org"
}
],
"require": {
"php": ">=7.4",
"johnbillion/extended-cpts": "^5.0",
"cmb2/cmb2": "^2.11",
"wpackagist-plugin/elasticpress": "^5.0 | ^4.0",
"wp-plugin/elasticpress": "^5.0 | ^4.0",
"yahnis-elsts/plugin-update-checker": "^5.0"
},
"require-dev": {
Expand Down
21 changes: 17 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openpub-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Yard | OpenPub Base
* Plugin URI: https://www.openwebconcept.nl/
* Description: Acts as foundation for other OpenPub related content plugins. This plugin implements actions to allow for other plugins to add and/or change Custom Posttypes, Metaboxes, Taxonomies, en Posts 2 posts relations.
* Version: 3.8.3
* Version: 3.8.4
* Author: Yard | Digital Agency
* Author URI: https://www.yard.nl/
* License: GPL-3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Base/Foundation/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Plugin
{
public const NAME = 'openpub-base';
public const VERSION = '3.8.3';
public const VERSION = '3.8.4';

protected string $rootPath;
public Config $config;
Expand Down
Loading