Skip to content

Commit

Permalink
feat(version): update & bump version to 1.3.1 which is detailed in th…
Browse files Browse the repository at this point in the history
…e CHANGELOG
  • Loading branch information
wkhayrattee committed Oct 18, 2022
1 parent 16c427e commit 723e56e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog Details

### 1.3.1 (Oct 18, 2022) ###
* [UPDATE] JSON | change page_type to content_type for sailthru vars

### 1.3.0 (Oct 12, 2022) ###
* [NEW] custom post_type event | handle triggering of events separately for custom post_type
* [NEW] custom fields on admin UI | allow showing of acf custom fields on custom post_type as well, excluding page for now
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Tags:** ringier, bus, api, cde
**Requires at least:** 5.7.0
**Tested up to:** 6.0.2
**Stable tag:** 1.3.0
**Stable tag:** 1.3.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: ringier, wkhayrattee
Tags: ringier, bus, api, cde
Requires at least: 4.7
Tested up to: 6.0.2
Stable tag: 1.3.0
Stable tag: 1.3.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -67,6 +67,9 @@ An info log file named ringier_bus_plugin.log, currently not viewable in the adm

== Changelog ==

### 1.3.1 (Oct 18, 2022) ###
* [UPDATE] JSON | change page_type to content_type for sailthru vars

### 1.3.0 (Oct 12, 2022) ###
* [NEW] custom post_type event | handle triggering of events separately for custom post_type
* [NEW] custom fields on admin UI | allow showing of acf custom fields on custom post_type as well, excluding page for now
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: 1.3.0
* Version: 1.3.1
* Requires at least: 4.7.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', '1.3.0');
define('RINGIER_BUS_PLUGIN_VERSION', '1.3.1');
define('RINGIER_BUS_PLUGIN_MINIMUM_WP_VERSION', '4.7');
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 723e56e

Please sign in to comment.