Plugin Directory

Changeset 3104780


Ignore:
Timestamp:
06/19/2024 09:33:22 PM (22 months ago)
Author:
vsmash
Message:

tagging verison $1

Location:
vanilla-bean-slack-hooker
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vanilla-bean-slack-hooker/tags/5.2.22/admin/class-vanilla-bean-slack-hooker-admin.php

    r2953563 r3104780  
    6767        $or =
    6868            array(
    69                 array(
     69            array(
    7070                    'id'      => 'endpointOptions',
    7171                    'type'    => 'radio',
  • vanilla-bean-slack-hooker/tags/5.2.22/readme.txt

    r2953572 r3104780  
    66Tested up to: 6.2
    77PHP Tested up to: 8.1
    8 Stable tag: 5.2.16
     8Stable tag: 5.2.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== Changelog ==
     89= 5.2.22 =
     90- Tested with wordpress 6.5 and php 8.2
     91
    8992= 5.2.14 =
    9093- 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  
    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.16
     19 * Version:        5.2.22
    2020 * Author:            Velvary
    2121 * Author URI:        https://www.velvary.com.au
     
    3333
    3434
    35 const SLACKHOOKER_VERSION = '5.2.16';
     35const SLACKHOOKER_VERSION = '5.2.22';
    3636const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png';
    3737const 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  
    6767        $or =
    6868            array(
    69                 array(
     69            array(
    7070                    'id'      => 'endpointOptions',
    7171                    'type'    => 'radio',
  • vanilla-bean-slack-hooker/trunk/readme.txt

    r2953572 r3104780  
    66Tested up to: 6.2
    77PHP Tested up to: 8.1
    8 Stable tag: 5.2.16
     8Stable tag: 5.2.22
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== Changelog ==
     89= 5.2.22 =
     90- Tested with wordpress 6.5 and php 8.2
     91
    8992= 5.2.14 =
    9093- 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  
    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.16
     19 * Version:        5.2.22
    2020 * Author:            Velvary
    2121 * Author URI:        https://www.velvary.com.au
     
    3333
    3434
    35 const SLACKHOOKER_VERSION = '5.2.16';
     35const SLACKHOOKER_VERSION = '5.2.22';
    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.