Changeset 2941060
- Timestamp:
- 07/21/2023 01:51:37 AM (3 years ago)
- Location:
- vanilla-bean-slack-hooker
- Files:
-
- 4 edited
- 8 copied
-
tags/5.2.13 (copied) (copied from vanilla-bean-slack-hooker/trunk)
-
tags/5.2.13/VERSION (copied) (copied from vanilla-bean-slack-hooker/trunk/VERSION)
-
tags/5.2.13/admin/class-vanilla-bean-slack-hooker-admin.php (copied) (copied from vanilla-bean-slack-hooker/trunk/admin/class-vanilla-bean-slack-hooker-admin.php)
-
tags/5.2.13/exopite-simple-options/exopite-simple-options-framework-class.php (copied) (copied from vanilla-bean-slack-hooker/trunk/exopite-simple-options/exopite-simple-options-framework-class.php)
-
tags/5.2.13/includes/class-slack-hooker-message.php (copied) (copied from vanilla-bean-slack-hooker/trunk/includes/class-slack-hooker-message.php)
-
tags/5.2.13/includes/class-vanilla-bean-slack-hooker.php (copied) (copied from vanilla-bean-slack-hooker/trunk/includes/class-vanilla-bean-slack-hooker.php)
-
tags/5.2.13/includes/notifier.php (modified) (1 diff)
-
tags/5.2.13/readme.txt (copied) (copied from vanilla-bean-slack-hooker/trunk/readme.txt) (2 diffs)
-
tags/5.2.13/vanilla-bean-slack-hooker.php (copied) (copied from vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php) (2 diffs)
-
trunk/includes/notifier.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vanilla-bean-slack-hooker.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vanilla-bean-slack-hooker/tags/5.2.13/includes/notifier.php
r2789511 r2941060 120 120 121 121 $endpoints = $obj['endpoints']??false; 122 $endpointOptions = $obj['endpointOptions']??'default s';122 $endpointOptions = $obj['endpointOptions']??'default'; 123 123 return \Vanilla_Bean_Slack_Hooker::notification_send($message, $endpoints, $endpointOptions); 124 124 } -
vanilla-bean-slack-hooker/tags/5.2.13/readme.txt
r2911419 r2941060 6 6 Tested up to: 6.2 7 7 PHP Tested up to: 8.1 8 Stable tag: 5.2. 98 Stable tag: 5.2.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 88 88 == Changelog == 89 = 5.2.11 = 90 - Bugfix - fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working 91 89 92 = 5.2.7 = 90 93 - Fixed versioning inconsistency -
vanilla-bean-slack-hooker/tags/5.2.13/vanilla-bean-slack-hooker.php
r2911419 r2941060 17 17 * Plugin URI: https://www.velvary.com.au 18 18 * Description: Integrate webhooks into your site for notifications via Slack, Mattermost or others 19 * Version: 5.2. 919 * Version: 5.2.13 20 20 * Author: Velvary 21 21 * Author URI: https://www.velvary.com.au … … 32 32 33 33 34 const SLACKHOOKER_VERSION = '5.2. 9';34 const SLACKHOOKER_VERSION = '5.2.13'; 35 35 const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png'; 36 36 const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker'; -
vanilla-bean-slack-hooker/trunk/includes/notifier.php
r2789511 r2941060 120 120 121 121 $endpoints = $obj['endpoints']??false; 122 $endpointOptions = $obj['endpointOptions']??'default s';122 $endpointOptions = $obj['endpointOptions']??'default'; 123 123 return \Vanilla_Bean_Slack_Hooker::notification_send($message, $endpoints, $endpointOptions); 124 124 } -
vanilla-bean-slack-hooker/trunk/readme.txt
r2911419 r2941060 6 6 Tested up to: 6.2 7 7 PHP Tested up to: 8.1 8 Stable tag: 5.2. 98 Stable tag: 5.2.13 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 88 88 == Changelog == 89 = 5.2.11 = 90 - Bugfix - fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working 91 89 92 = 5.2.7 = 90 93 - Fixed versioning inconsistency -
vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php
r2911419 r2941060 17 17 * Plugin URI: https://www.velvary.com.au 18 18 * Description: Integrate webhooks into your site for notifications via Slack, Mattermost or others 19 * Version: 5.2. 919 * Version: 5.2.13 20 20 * Author: Velvary 21 21 * Author URI: https://www.velvary.com.au … … 32 32 33 33 34 const SLACKHOOKER_VERSION = '5.2. 9';34 const SLACKHOOKER_VERSION = '5.2.13'; 35 35 const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png'; 36 36 const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker';
Note: See TracChangeset
for help on using the changeset viewer.