Plugin Directory

Changeset 3214080


Ignore:
Timestamp:
12/28/2024 04:42:11 AM (15 months ago)
Author:
perfecty
Message:

Version 1.6.3

Location:
perfecty-push-notifications
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • perfecty-push-notifications/tags/1.6.3/README.txt

    r3214047 r3214080  
    55Requires at least: 5.0
    66Tested up to: 6.7
    7 Stable tag: 1.6.2
     7Stable tag: 1.6.3
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    9595
    9696== Changelog ==
     97
     98= 1.6.3 =
     99* Tested up to WordPress 6.7 and PHP 7/8
    97100
    98101= 1.6.2 =
  • perfecty-push-notifications/tags/1.6.3/perfecty-push.php

    r2793392 r3214080  
    1616 * Plugin URI:        https://wordpress.org/plugins/perfecty-push-notifications
    1717 * Description:       Self-hosted, Open Source and powerful <strong>Web Push Notifications</strong> plugin to send push notifications <strong>from your own server for free!</strong>
    18  * Version:           1.6.2
     18 * Version:           1.6.3
    1919 * Author:            Perfecty
    2020 * Author URI:        https://perfecty.org
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'PERFECTY_PUSH_VERSION', '1.6.2' );
     37define( 'PERFECTY_PUSH_VERSION', '1.6.3' );
    3838
    3939/**
  • perfecty-push-notifications/trunk/README.txt

    r3214047 r3214080  
    55Requires at least: 5.0
    66Tested up to: 6.7
    7 Stable tag: 1.6.2
     7Stable tag: 1.6.3
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    9595
    9696== Changelog ==
     97
     98= 1.6.3 =
     99* Tested up to WordPress 6.7 and PHP 7/8
    97100
    98101= 1.6.2 =
  • perfecty-push-notifications/trunk/perfecty-push.php

    r2793392 r3214080  
    1616 * Plugin URI:        https://wordpress.org/plugins/perfecty-push-notifications
    1717 * Description:       Self-hosted, Open Source and powerful <strong>Web Push Notifications</strong> plugin to send push notifications <strong>from your own server for free!</strong>
    18  * Version:           1.6.2
     18 * Version:           1.6.3
    1919 * Author:            Perfecty
    2020 * Author URI:        https://perfecty.org
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define( 'PERFECTY_PUSH_VERSION', '1.6.2' );
     37define( 'PERFECTY_PUSH_VERSION', '1.6.3' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.