Skip to content

Commit

Permalink
doc: update meta and changelog for new release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhayrattee committed Oct 9, 2024
1 parent 4a938c7 commit 382d659
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog Details

### 3.1.0 (Oct 9, 2024) ###
* [NEW] Added Youtube videos to the event payload if there's any as part of the article
* see PR#8 for more details
* [UPDATE] When description is not set by author, it defaulted to the excerpt. As a consequence hellip was being added to the description. This has been fixed to remove the hellip, as well as any other html entities/tags that might be present in the excerpt.

### 3.0.0 (Jul 15, 2024) ###

* [BREAKING] PHP Version | The code base now requires a minimum version of PHP 8.1+
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
**Contributors:** [RingierSA](https://profiles.wordpress.org/ringier/), [wkhayrattee](https://profiles.wordpress.org/wkhayrattee/)
**Tags:** ringier, bus, api, cde
**Requires at least:** 6.0
**Tested up to:** 6.5.5
**Stable tag:** 3.0.0
**Tested up to:** 6.6.2
**Stable tag:** 3.1.0
**Requires PHP:** 8.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: ringier, wkhayrattee
Tags: ringier, bus, api, cde
Requires at least: 6.0
Tested up to: 6.5.5
Stable tag: 3.0.0
Tested up to: 6.6.2
Stable tag: 3.1.0
Requires PHP: 8.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -128,6 +128,11 @@ This plugin requires *PHP version >= 8.1*.

== Changelog ==

### 3.1.0 (Oct 9, 2024) ###
* [NEW] Added Youtube videos to the event payload if there's any as part of the article
- see PR#8 for more details
* [UPDATE] When description is not set by author, it defaulted to the excerpt. As a consequence hellip was being added to the description. This has been fixed to remove the hellip, as well as any other html entities/tags that might be present in the excerpt.

### 3.0.0 (Jul 12, 2024) ###
* [BREAKING] PHP Version | The code base now requires a minimum version of PHP 8.1+
* [NEW] Added three new custom filters to allow for more flexibility in the plugin's behavior (see readme file):
Expand Down
4 changes: 2 additions & 2 deletions ringier-bus.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Ringier Bus
* Plugin URI: https://github.com/RingierIMU/mkt-plugin-wordpress-bus
* Description: A plugin to push events to Ringier CDE via the BUS API whenever an article is created, updated or deleted
* Version: 3.0.0
* Version: 3.1.0
* Requires at least: 6.0
* Author: Ringier SA, Wasseem Khayrattee
* Author URI: https://www.ringier.com/
Expand Down Expand Up @@ -49,7 +49,7 @@
* Some global constants for our use-case
*/
define('RINGIER_BUS_DS', DIRECTORY_SEPARATOR);
define('RINGIER_BUS_PLUGIN_VERSION', '3.0.0');
define('RINGIER_BUS_PLUGIN_VERSION', '3.1.0');
define('RINGIER_BUS_PLUGIN_MINIMUM_WP_VERSION', '6.0');
define('RINGIER_BUS_PLUGIN_DIR_URL', plugin_dir_url(__FILE__)); //has trailing slash at end
define('RINGIER_BUS_PLUGIN_DIR', plugin_dir_path(__FILE__)); //has trailing slash at end
Expand Down

0 comments on commit 382d659

Please sign in to comment.