Plugin Directory

Changeset 3067033

Timestamp:
04/08/2024 03:20:04 PM (4 months ago)
Author:
devsabbirahmed
Message:

Update to version 2.11.2 from GitHub

Location:
notifier-to-slack
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • notifier-to-slack/tags/2.11.2/notifier-to-slack.php

    r3052729 r3067033  
    44 *
    55 * @author            wpxpertise, devsabbirahmed
    6  * @copyright         2023- wpxpertise
     6 * @copyright         202- wpxpertise
    77 * @license           GPL-2.0-or-later
    88 * @package WP-Notifier-To-Slack
     
    1212 * Plugin URI: https://github.com/wpxpertise/
    1313 * Description: Notifier To Slack allows users to receive instant notifications of their plugin activity, review and support requests directly in their Slack workspace.
    14  * Version:           2.11.1
     14 * Version:           2.11.
    1515 * Requires at least: 5.9
    1616 * Requires PHP:      5.6
     
    6868// If direct access than exit the file.
    6969defined('ABSPATH') || die('Hey, what are you doing here? You silly human!');
    70 define( 'WP_NOTIFIER_TO_SLACK_VERSION', '2.11.1' );
     70define( 'WP_NOTIFIER_TO_SLACK_VERSION', '2.11.' );
    7171define( 'WP_NOTIFIER_TO_SLACK__FILE__', __FILE__ );
    7272define( 'WP_NOTIFIER_TO_SLACK_DIR', __DIR__ );
  • notifier-to-slack/tags/2.11.2/readme.txt

    r3053077 r3067033  
    33Tags: notifier, shutdown, monitoring, turnstile, billing
    44Requires at least: 5.9
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 5.6
    7 Stable Tag: 2.11.1
     7Stable Tag: 2.11.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    227227
    228228== Changelog ==
     229
     230
     231
    229232
    230233= 2.11.1 - 17 March 2024 =
  • notifier-to-slack/trunk/notifier-to-slack.php

    r3052729 r3067033  
    44 *
    55 * @author            wpxpertise, devsabbirahmed
    6  * @copyright         2023- wpxpertise
     6 * @copyright         202- wpxpertise
    77 * @license           GPL-2.0-or-later
    88 * @package WP-Notifier-To-Slack
     
    1212 * Plugin URI: https://github.com/wpxpertise/
    1313 * Description: Notifier To Slack allows users to receive instant notifications of their plugin activity, review and support requests directly in their Slack workspace.
    14  * Version:           2.11.1
     14 * Version:           2.11.
    1515 * Requires at least: 5.9
    1616 * Requires PHP:      5.6
     
    6868// If direct access than exit the file.
    6969defined('ABSPATH') || die('Hey, what are you doing here? You silly human!');
    70 define( 'WP_NOTIFIER_TO_SLACK_VERSION', '2.11.1' );
     70define( 'WP_NOTIFIER_TO_SLACK_VERSION', '2.11.' );
    7171define( 'WP_NOTIFIER_TO_SLACK__FILE__', __FILE__ );
    7272define( 'WP_NOTIFIER_TO_SLACK_DIR', __DIR__ );
  • notifier-to-slack/trunk/readme.txt

    r3053077 r3067033  
    33Tags: notifier, shutdown, monitoring, turnstile, billing
    44Requires at least: 5.9
    5 Tested up to: 6.4
     5Tested up to: 6.
    66Requires PHP: 5.6
    7 Stable Tag: 2.11.1
     7Stable Tag: 2.11.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    227227
    228228== Changelog ==
     229
     230
     231
    229232
    230233= 2.11.1 - 17 March 2024 =
Note: See TracChangeset for help on using the changeset viewer.