Skip to content

Commit

Permalink
Ready to release 2.13.1 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed May 4, 2024
1 parent e788956 commit 6c94e76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to **oEmbed Manager** are documented in this *changelog*.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **oEmbed Manager** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.13.1] - Not Yet Released
## [2.13.1] - 2024-05-04

### Changed
- Updated DecaLog SDK from version 3.0.0 to version 4.1.0.
Expand Down
2 changes: 1 addition & 1 deletion includes/libraries/class-libraries.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public static function init() {
'name' => 'DecaLog SDK',
'prefix' => 'DecaLog',
'base' => OEMM_VENDOR_DIR . 'decalog-sdk/',
'version' => '4.0.0',
'version' => '4.1.0',
'author' => 'Pierre Lannoy',
'url' => 'https://github.com/Pierre-Lannoy/wp-decalog-sdk',
'license' => 'mit',
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'OEMM_PRODUCT_SHORTNAME', 'oEmbed Manager' );
define( 'OEMM_PRODUCT_ABBREVIATION', 'oemm' );
define( 'OEMM_SLUG', 'oembed-manager' );
define( 'OEMM_VERSION', '2.13.0' );
define( 'OEMM_VERSION', '2.13.1' );
define( 'OEMM_CODENAME', '"-"' );

define( 'OEMM_CDN_AVAILABLE', true );
2 changes: 1 addition & 1 deletion oembed-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: oEmbed Manager
* Plugin URI: https://perfops.one/oembed-manager
* Description: Manage oEmbed capabilities of your website and take a new step in the GDPR compliance of your embedded content.
* Version: 2.13.0
* Version: 2.13.1
* Requires at least: 6.2
* Requires PHP: 8.1
* Author: Pierre Lannoy / PerfOps One
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: oembed, embed, privacy, gdpr, manager
Requires at least: 6.2
Requires PHP: 8.1
Tested up to: 6.5
Stable tag: 2.13.0
Stable tag: 2.13.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 6c94e76

Please sign in to comment.