Changeset 2800501
- Timestamp:
- 10/18/2022 10:09:50 AM (3 years ago)
- Location:
- ringier-bus/trunk
- Files:
-
- 5 edited
-
CHANGELOG.md (modified) (1 diff)
-
README.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
ringier-bus.php (modified) (2 diffs)
-
src/Core/Bus/ArticleEvent.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ringier-bus/trunk/CHANGELOG.md
r2797606 r2800501 1 1 # Changelog Details 2 3 ### 1.3.1 (Oct 18, 2022) ### 4 * [UPDATE] JSON | change page_type to content_type for sailthru vars 2 5 3 6 ### 1.3.0 (Oct 12, 2022) ### -
ringier-bus/trunk/README.md
r2797606 r2800501 7 7 **Requires at least:** 5.7.0 8 8 **Tested up to:** 6.0.2 9 **Stable tag:** 1.3. 09 **Stable tag:** 1.3.1 10 10 **License:** GPLv2 or later 11 11 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html -
ringier-bus/trunk/readme.txt
r2797606 r2800501 4 4 Requires at least: 4.7 5 5 Tested up to: 6.0.2 6 Stable tag: 1.3. 06 Stable tag: 1.3.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 68 68 == Changelog == 69 69 70 ### 1.3.1 (Oct 18, 2022) ### 71 * [UPDATE] JSON | change page_type to content_type for sailthru vars 72 70 73 ### 1.3.0 (Oct 12, 2022) ### 71 74 * [NEW] custom post_type event | handle triggering of events separately for custom post_type -
ringier-bus/trunk/ringier-bus.php
r2797606 r2800501 11 11 * Plugin URI: https://github.com/RingierIMU/mkt-plugin-wordpress-bus 12 12 * 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. 013 * Version: 1.3.1 14 14 * Requires at least: 4.7.0 15 15 * Author: Ringier SA, Wasseem Khayrattee … … 50 50 */ 51 51 define('RINGIER_BUS_DS', DIRECTORY_SEPARATOR); 52 define('RINGIER_BUS_PLUGIN_VERSION', '1.3. 0');52 define('RINGIER_BUS_PLUGIN_VERSION', '1.3.1'); 53 53 define('RINGIER_BUS_PLUGIN_MINIMUM_WP_VERSION', '4.7'); 54 54 define('RINGIER_BUS_PLUGIN_DIR_URL', plugin_dir_url(__FILE__)); //has trailing slash at end -
ringier-bus/trunk/src/Core/Bus/ArticleEvent.php
r2793833 r2800501 385 385 386 386 return [ 387 ' page_type' => 'article',387 'content_type' => 'article', 388 388 'locale' => ringier_getLocale(), 389 389 'user_type' => $user_type_list,
Note: See TracChangeset
for help on using the changeset viewer.