Changeset 3024061
- Timestamp:
- 01/19/2024 12:01:30 PM (2 years ago)
- Location:
- ringier-bus/tags/2.3.0
- Files:
-
- 2 edited
-
README.md (modified) (5 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ringier-bus/tags/2.3.0/README.md
r2980107 r3024061 10 10 **Requires PHP:** 8.0.2 11 11 **License:** GPLv2 or later 12 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 12 **License URI:** http://www.gnu.org/licenses/gpl-2.0.html 13 13 14 14 A plugin to push events to the Ringier Event Bus when articles are created, updated or deleted. … … 20 20 ### BENEFITS 21 21 22 The Hexagon solutions available via the Ringier Event Bus and compatible with this plugin include: 23 - The syncing of articles with Sailthru media library, 22 The Hexagon solutions available via the Ringier Event Bus and compatible with this plugin include: 23 - The syncing of articles with Sailthru media library, 24 24 - The storage of article events in Ringier Datalake, from which they are retrieved by the Content Distribution Engine (CDE). 25 You can also benefit from the Bus tooling such as event logging, event monitoring and alerting.25 You can also benefit from the Bus tooling such as event logging, event monitoring and alerting. 26 26 27 27 To learn more about Hexagon services, visit [https://hexagon.ringier.com/services/business-agility/](https://hexagon.ringier.com/services/business-agility/). … … 35 35 The **events are scheduled** to be sent to the Bus **within a 1-minute delay**. This is to allow WordPress to process the changes and update custom fields in the database, which is done asynchronously. You can view scheduled events by making use of the plugin "Advanced Cron Manager". 36 36 37 The plugin also creates two custom fields, available on the article edition page under "Event Bus". 38 - The article lifetime is required by the CDE. 37 The plugin also creates two custom fields, available on the article edition page under "Event Bus". 38 - The article lifetime is required by the CDE. 39 39 - The second field, called "Hidden field", is for internal use. It is made to determine if the article is being created or updated, information which is not available by default on WordPress due to the way articles are saved. 40 40 … … 44 44 45 45 This plugin requires *PHP version >= 8.0.2*. 46 But no ***PHP 8.1+ support*** yet since WordPress itself is not officially supported beyond PHP 8.0 at this point in time.47 46 47 ### WordPress Cron Requirement 48 49 Before installation, ensure that your WordPress cron is functioning properly. This plugin relies on the WordPress cron system for scheduled tasks. If your cron system is not active, please refer to the WordPress Codex or consult with your web hosting provider to enable it. 48 50 49 51 ### SETUP 50 52 51 1. The plugin is accessible from the WordPress admin via "Plugins > Add New > Search". 52 2. Once you have installed the plugin, a Ringier Bus menu will appear. Please fill in the required fields to set up the plugin. 53 1. The plugin is accessible from the WordPress admin via "Plugins > Add New > Search". 54 2. Once you have installed the plugin, a Ringier Bus menu will appear. Please fill in the required fields to set up the plugin. 53 55 3. In order to get an Event Bus node id, username and password, please contact the bus team via Slack or by email at bus@ringier.co.za to gain access to the Bus admin. You will be able to add a new node onto the bus and set up your event destinations. 54 56 … … 61 63 ## Contributing ## 62 64 63 There are many ways you can contribute: 64 - Raise an issue if you found one, 65 - Provide us with your feedback and suggestions for improvement, 65 There are many ways you can contribute: 66 - Raise an issue if you found one, 67 - Provide us with your feedback and suggestions for improvement, 66 68 - Create a Pull Request with your bug fixes and/or new features. GitHub repository: [https://github.com/RingierIMU/mkt-plugin-wordpress-bus](https://github.com/RingierIMU/mkt-plugin-wordpress-bus) 67 69 68 70 ## Credits/Thanks ## 69 71 70 1) [Wasseem Khayrattee](https://github.com/wkhayrattee) - for creating and maintaining the plugin 72 1) [Wasseem Khayrattee](https://github.com/wkhayrattee) - for creating and maintaining the plugin 71 73 2) Mishka Rasool - for conceiving/creating the [banner](assets/banner.png) and [logo](assets/logo.png) asset files 72 74 -
ringier-bus/tags/2.3.0/readme.txt
r2980107 r3024061 52 52 53 53 This plugin requires *PHP version >= 8.0.2*. 54 But no ***PHP 8.1+ support*** yet since WordPress itself is not officially supported beyond PHP 8.0 at this point in time. 54 55 ### WordPress Cron Requirement ### 56 57 Before installation, ensure that your WordPress cron is functioning properly. This plugin relies on the WordPress cron system for scheduled tasks. If your cron system is not active, please refer to the WordPress Codex or consult with your web hosting provider to enable it. 55 58 56 59
Note: See TracChangeset
for help on using the changeset viewer.