Changeset 3104780
- Timestamp:
- 06/19/2024 09:33:22 PM (22 months ago)
- Location:
- vanilla-bean-slack-hooker
- Files:
-
- 6 edited
- 1 copied
-
tags/5.2.22 (copied) (copied from vanilla-bean-slack-hooker/trunk)
-
tags/5.2.22/admin/class-vanilla-bean-slack-hooker-admin.php (modified) (1 diff)
-
tags/5.2.22/readme.txt (modified) (2 diffs)
-
tags/5.2.22/vanilla-bean-slack-hooker.php (modified) (2 diffs)
-
trunk/admin/class-vanilla-bean-slack-hooker-admin.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.22/admin/class-vanilla-bean-slack-hooker-admin.php
r2953563 r3104780 67 67 $or = 68 68 array( 69 array(69 array( 70 70 'id' => 'endpointOptions', 71 71 'type' => 'radio', -
vanilla-bean-slack-hooker/tags/5.2.22/readme.txt
r2953572 r3104780 6 6 Tested up to: 6.2 7 7 PHP Tested up to: 8.1 8 Stable tag: 5.2. 168 Stable tag: 5.2.22 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.22 = 90 - Tested with wordpress 6.5 and php 8.2 91 89 92 = 5.2.14 = 90 93 - Bugfix - fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working -
vanilla-bean-slack-hooker/tags/5.2.22/vanilla-bean-slack-hooker.php
r2953572 r3104780 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. 1619 * Version: 5.2.22 20 20 * Author: Velvary 21 21 * Author URI: https://www.velvary.com.au … … 33 33 34 34 35 const SLACKHOOKER_VERSION = '5.2. 16';35 const SLACKHOOKER_VERSION = '5.2.22'; 36 36 const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png'; 37 37 const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker'; -
vanilla-bean-slack-hooker/trunk/admin/class-vanilla-bean-slack-hooker-admin.php
r2953563 r3104780 67 67 $or = 68 68 array( 69 array(69 array( 70 70 'id' => 'endpointOptions', 71 71 'type' => 'radio', -
vanilla-bean-slack-hooker/trunk/readme.txt
r2953572 r3104780 6 6 Tested up to: 6.2 7 7 PHP Tested up to: 8.1 8 Stable tag: 5.2. 168 Stable tag: 5.2.22 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.22 = 90 - Tested with wordpress 6.5 and php 8.2 91 89 92 = 5.2.14 = 90 93 - Bugfix - fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working -
vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php
r2953572 r3104780 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. 1619 * Version: 5.2.22 20 20 * Author: Velvary 21 21 * Author URI: https://www.velvary.com.au … … 33 33 34 34 35 const SLACKHOOKER_VERSION = '5.2. 16';35 const SLACKHOOKER_VERSION = '5.2.22'; 36 36 const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png'; 37 37 const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker';
Note: See TracChangeset
for help on using the changeset viewer.