Plugin Directory

Changeset 3104784


Ignore:
Timestamp:
06/19/2024 10:21:53 PM (22 months ago)
Author:
vsmash
Message:

tagging verison $1

Location:
vanilla-bean-slack-hooker
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • vanilla-bean-slack-hooker/tags/5.3.0/readme.txt

    r3104780 r3104784  
    66Tested up to: 6.2
    77PHP Tested up to: 8.1
    8 Stable tag: 5.2.22
     8Stable tag: 5.3.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== Changelog ==
    89 = 5.2.22 =
     89= 5.3.0 =
    9090- Tested with wordpress 6.5 and php 8.2
    9191
  • vanilla-bean-slack-hooker/tags/5.3.0/vanilla-bean-slack-hooker.php

    r3104780 r3104784  
    1717 * Plugin URI:        https://www.velvary.com.au
    1818 * Description:       Integrate webhooks into your site for notifications via Slack, Mattermost or others
    19  * Version:        5.2.22
     19 * Version:        5.3.0
    2020 * Author:            Velvary
    2121 * Author URI:        https://www.velvary.com.au
     
    3333
    3434
    35 const SLACKHOOKER_VERSION = '5.2.22';
     35const SLACKHOOKER_VERSION = '5.3.0';
    3636const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png';
    3737const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker';
  • vanilla-bean-slack-hooker/trunk/readme.txt

    r3104780 r3104784  
    66Tested up to: 6.2
    77PHP Tested up to: 8.1
    8 Stable tag: 5.2.22
     8Stable tag: 5.3.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== Changelog ==
    89 = 5.2.22 =
     89= 5.3.0 =
    9090- Tested with wordpress 6.5 and php 8.2
    9191
  • vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php

    r3104780 r3104784  
    1717 * Plugin URI:        https://www.velvary.com.au
    1818 * Description:       Integrate webhooks into your site for notifications via Slack, Mattermost or others
    19  * Version:        5.2.22
     19 * Version:        5.3.0
    2020 * Author:            Velvary
    2121 * Author URI:        https://www.velvary.com.au
     
    3333
    3434
    35 const SLACKHOOKER_VERSION = '5.2.22';
     35const SLACKHOOKER_VERSION = '5.3.0';
    3636const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png';
    3737const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker';
Note: See TracChangeset for help on using the changeset viewer.