Plugin Directory

Changeset 2941060


Ignore:
Timestamp:
07/21/2023 01:51:37 AM (3 years ago)
Author:
vsmash
Message:

tagging verison $1

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

Legend:

Unmodified
Added
Removed
  • vanilla-bean-slack-hooker/tags/5.2.13/includes/notifier.php

    r2789511 r2941060  
    120120
    121121        $endpoints = $obj['endpoints']??false;
    122         $endpointOptions = $obj['endpointOptions']??'defaults';
     122        $endpointOptions = $obj['endpointOptions']??'default';
    123123        return \Vanilla_Bean_Slack_Hooker::notification_send($message, $endpoints, $endpointOptions);
    124124    }
  • vanilla-bean-slack-hooker/tags/5.2.13/readme.txt

    r2911419 r2941060  
    66Tested up to: 6.2
    77PHP Tested up to: 8.1
    8 Stable tag: 5.2.9
     8Stable tag: 5.2.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== Changelog ==
     89= 5.2.11 =
     90- Bugfix - fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working
     91
    8992= 5.2.7 =
    9093- Fixed versioning inconsistency
  • vanilla-bean-slack-hooker/tags/5.2.13/vanilla-bean-slack-hooker.php

    r2911419 r2941060  
    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.9
     19 * Version:        5.2.13
    2020 * Author:            Velvary
    2121 * Author URI:        https://www.velvary.com.au
     
    3232
    3333
    34 const SLACKHOOKER_VERSION = '5.2.9';
     34const SLACKHOOKER_VERSION = '5.2.13';
    3535const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png';
    3636const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker';
  • vanilla-bean-slack-hooker/trunk/includes/notifier.php

    r2789511 r2941060  
    120120
    121121        $endpoints = $obj['endpoints']??false;
    122         $endpointOptions = $obj['endpointOptions']??'defaults';
     122        $endpointOptions = $obj['endpointOptions']??'default';
    123123        return \Vanilla_Bean_Slack_Hooker::notification_send($message, $endpoints, $endpointOptions);
    124124    }
  • vanilla-bean-slack-hooker/trunk/readme.txt

    r2911419 r2941060  
    66Tested up to: 6.2
    77PHP Tested up to: 8.1
    8 Stable tag: 5.2.9
     8Stable tag: 5.2.13
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8787
    8888== Changelog ==
     89= 5.2.11 =
     90- Bugfix - fixed issue with default channel reference having typo resulting in plugin upgrades notificaitons not working
     91
    8992= 5.2.7 =
    9093- Fixed versioning inconsistency
  • vanilla-bean-slack-hooker/trunk/vanilla-bean-slack-hooker.php

    r2911419 r2941060  
    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.9
     19 * Version:        5.2.13
    2020 * Author:            Velvary
    2121 * Author URI:        https://www.velvary.com.au
     
    3232
    3333
    34 const SLACKHOOKER_VERSION = '5.2.9';
     34const SLACKHOOKER_VERSION = '5.2.13';
    3535const SLACKHOOKER_LOGO = 'https://iili.io/F1uU8P.png';
    3636const SLACKHOOKER_LINK = 'https://www.velvary.com.au/wordpress_plugins/slackhooker';
Note: See TracChangeset for help on using the changeset viewer.