diff --git a/CHANGELOG.md b/CHANGELOG.md index 6471661..90a9a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## Version [3.13.2] (2025-01-29) + +### Fix + +- Fatal error "non-static method OWC\PDC\Base\Taxonomy\TaxonomyController::addShowOnExplanation() cannot be called statically. @richardkorthuis (#36) + ## Version [3.13.1] (2025-01-20) ### Fix diff --git a/pdc-base.php b/pdc-base.php index 2156001..b428c95 100644 --- a/pdc-base.php +++ b/pdc-base.php @@ -4,7 +4,7 @@ * Plugin Name: Yard | PDC Base * Plugin URI: https://www.openwebconcept.nl/ * Description: Acts as foundation for other PDC 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.13.1 + * Version: 3.13.2 * Author: Yard | Digital Agency * Author URI: https://www.yard.nl/ * License: GPL-3.0 diff --git a/src/Base/Foundation/Plugin.php b/src/Base/Foundation/Plugin.php index c2f46a4..100d299 100644 --- a/src/Base/Foundation/Plugin.php +++ b/src/Base/Foundation/Plugin.php @@ -19,7 +19,7 @@ class Plugin * * @var string */ - public const VERSION = '3.13.1'; + public const VERSION = '3.13.2'; /** * Path to the root of the plugin.