Skip to content

Commit 3606be0

Browse files
committed
doc: SOL-705 | adjust meta data and changelog for this new version 1.4.0 for php 7.4 platforms
1 parent 7315fcd commit 3606be0

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog Details
22

3+
### 1.4.0 (Aug 1, 2024) ###
4+
* [NEW] Introduction of the possibility to add a custom Top level primary category - can ENABLE/DISABLED when needed
5+
* Addition of two new fields on the Settings page for the below
6+
* use-case: when you have several wordpress instance on the same root domain
7+
* by default, it will use the full domain as the primary category when enabled, with the flexibility for you to change it on the *settings page*
8+
* [NEW] added source_detail in json payload
9+
* [UPDATE] Updated composer dependencies to their latest stable version supporting PHP 7.4
10+
* [FIX] There was a bug that could prevent the primary category of an article from being fetched from the fallback method if the one from Yoast fails
11+
312
### 1.3.1 (Oct 18, 2022) ###
413
* [UPDATE] JSON | change page_type to content_type for sailthru vars
514

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
**Contributors:** [RingierSA](https://profiles.wordpress.org/ringier/), [wkhayrattee](https://profiles.wordpress.org/wkhayrattee/)
66
**Tags:** ringier, bus, api, cde
77
**Requires at least:** 5.7.0
8-
**Tested up to:** 6.0.2
9-
**Stable tag:** 1.3.1
8+
**Tested up to:** 6.6.1
9+
**Stable tag:** 1.4.0
1010
**License:** GPLv2 or later
1111
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1212

readme.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: ringier, wkhayrattee
33
Tags: ringier, bus, api, cde
44
Requires at least: 4.7
5-
Tested up to: 6.0.2
6-
Stable tag: 1.3.1
7-
Requires PHP: 7.0
5+
Tested up to: 6.6.1
6+
Stable tag: 1.4.0
7+
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -67,6 +67,15 @@ An info log file named ringier_bus_plugin.log, currently not viewable in the adm
6767

6868
== Changelog ==
6969

70+
### 1.4.0 (Aug 1, 2024) ###
71+
* [NEW] Introduction of the possibility to add a custom Top level primary category - can ENABLE/DISABLED when needed
72+
* Addition of two new fields on the Settings page for the below
73+
* use-case: when you have several wordpress instance on the same root domain
74+
* by default, it will use the full domain as the primary category when enabled, with the flexibility for you to change it on the *settings page*
75+
* [NEW] added source_detail in json payload
76+
* [UPDATE] Updated composer dependencies to their latest stable version supporting PHP 7.4
77+
* [FIX] There was a bug that could prevent the primary category of an article from being fetched from the fallback method if the one from Yoast fails
78+
7079
### 1.3.1 (Oct 18, 2022) ###
7180
* [UPDATE] JSON | change page_type to content_type for sailthru vars
7281

ringier-bus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: Ringier Bus
1111
* Plugin URI: https://github.com/RingierIMU/mkt-plugin-wordpress-bus
1212
* Description: A plugin to push events to Ringier CDE via the BUS API whenever an article is created, updated or deleted
13-
* Version: 1.3.1
13+
* Version: 1.4.0
1414
* Requires at least: 4.7.0
1515
* Author: Ringier SA, Wasseem Khayrattee
1616
* Author URI: https://www.ringier.com/
@@ -49,7 +49,7 @@
4949
* Some global constants for our use-case
5050
*/
5151
define('RINGIER_BUS_DS', DIRECTORY_SEPARATOR);
52-
define('RINGIER_BUS_PLUGIN_VERSION', '1.3.1');
52+
define('RINGIER_BUS_PLUGIN_VERSION', '1.4.0');
5353
define('RINGIER_BUS_PLUGIN_MINIMUM_WP_VERSION', '4.7');
5454
define('RINGIER_BUS_PLUGIN_DIR_URL', plugin_dir_url(__FILE__)); //has trailing slash at end
5555
define('RINGIER_BUS_PLUGIN_DIR', plugin_dir_path(__FILE__)); //has trailing slash at end

0 commit comments

Comments
 (0)