diff --git a/CHANGELOG.md b/CHANGELOG.md index b6eb0df..6471661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## Version [3.13.1] (2025-01-20) + +### Fix + +- Correctly extract URLs from shortcodes in 'links' field of pdc-item for REST API. + ## Version [3.13.0] (2024-09-30) ### Feat diff --git a/pdc-base.php b/pdc-base.php index 91998e8..2156001 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.0 + * Version: 3.13.1 * 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 d729bd7..c2f46a4 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.0'; + public const VERSION = '3.13.1'; /** * Path to the root of the plugin.