Plugin Directory

Changeset 3008082


Ignore:
Timestamp:
12/11/2023 11:29:43 AM (2 years ago)
Author:
notix
Message:

Notix web push notifications - release 1.2.4

Location:
notix-web-push-notifications
Files:
40 added
3 edited

Legend:

Unmodified
Added
Removed
  • notix-web-push-notifications/trunk/README.txt

    r3008062 r3008082  
    55Requires at least: 4.9.4
    66Tested up to: 6.2.0
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    107107== Changelog ==
    108108
     109= 1.2.4 =
     110- Non-functional injuries
     111
    109112= 1.2.3 =
    110113- Non-functional injuries
  • notix-web-push-notifications/trunk/includes/class-notix.php

    r3008062 r3008082  
    2020            $this->version = NOTIX_VERSION;
    2121        } else {
    22             $this->version = '1.2.3';
     22            $this->version = '1.2.4';
    2323        }
    2424        $this->notix = 'notix';
  • notix-web-push-notifications/trunk/notix.php

    r3008062 r3008082  
    44 *
    55 * @link              https://notix.co/
    6  * @since             1.2.3
     6 * @since             1.2.4
    77 * @package           Notix
    88 *
     
    1010 * Plugin Name:       Notix Push Notifications
    1111 * Description:       Bring more repeat traffic to your WordPress site with Notix. Best engine for web push subscribers collection and notifications delivery.
    12  * Version:           1.2.3
     12 * Version:           1.2.4
    1313 * Author:            Notix
    1414 * Author URI:        https://notix.co/
     
    2323}
    2424
    25 define( 'NOTIX_VERSION', '1.2.3' );
     25define( 'NOTIX_VERSION', '1.2.4' );
    2626
    2727function activate_notix() {
Note: See TracChangeset for help on using the changeset viewer.