Changeset 3104784
- Timestamp:
- 06/19/2024 10:21:53 PM (22 months ago)
- Location:
- vanilla-bean-slack-hooker
- Files:
-
- 2 edited
- 4 copied
-
tags/5.3.0 (copied) (copied from vanilla-bean-slack-hooker/trunk)
-
tags/5.3.0/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.3.0/readme.txt (copied) (copied from vanilla-bean-slack-hooker/trunk/readme.txt) (2 diffs)
-
tags/5.3.0/vanilla-bean-slack-hooker.php (copied) (copied from vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php) (2 diffs)
-
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.3.0/readme.txt
r3104780 r3104784 6 6 Tested up to: 6.2 7 7 PHP Tested up to: 8.1 8 Stable tag: 5. 2.228 Stable tag: 5.3.0 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=89 = 5.3.0 = 90 90 - Tested with wordpress 6.5 and php 8.2 91 91 -
vanilla-bean-slack-hooker/tags/5.3.0/vanilla-bean-slack-hooker.php
r3104780 r3104784 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.2219 * Version: 5.3.0 20 20 * Author: Velvary 21 21 * Author URI: https://www.velvary.com.au … … 33 33 34 34 35 const SLACKHOOKER_VERSION = '5. 2.22';35 const SLACKHOOKER_VERSION = '5.3.0'; 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/readme.txt
r3104780 r3104784 6 6 Tested up to: 6.2 7 7 PHP Tested up to: 8.1 8 Stable tag: 5. 2.228 Stable tag: 5.3.0 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=89 = 5.3.0 = 90 90 - Tested with wordpress 6.5 and php 8.2 91 91 -
vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php
r3104780 r3104784 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.2219 * Version: 5.3.0 20 20 * Author: Velvary 21 21 * Author URI: https://www.velvary.com.au … … 33 33 34 34 35 const SLACKHOOKER_VERSION = '5. 2.22';35 const SLACKHOOKER_VERSION = '5.3.0'; 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.