Plugin Directory

Changeset 3355777


Ignore:
Timestamp:
09/04/2025 04:57:55 AM (7 months ago)
Author:
perfecty
Message:

Sync trunk

Location:
perfecty-push-notifications/trunk
Files:
2 edited

Legend:

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

    r3355759 r3355777  
    55Requires at least: 5.0
    66Tested up to: 6.8.2
    7 Stable tag: 1.6.4
     7Stable tag: 1.6.5
    88Requires PHP: 7.2
    99License: GPLv2 or later
     
    9595
    9696== Changelog ==
     97
     98= 1.6.5 =
     99* Fix WordPress 6.7+ translation loading warning - translations now load at proper timing to avoid "Function _load_textdomain_just_in_time was called incorrectly" notice
    97100
    98101= 1.6.4 =
  • perfecty-push-notifications/trunk/perfecty-push.php

    r3355759 r3355777  
    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.4
     18 * Version:           1.6.5
    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.4' );
     37define( 'PERFECTY_PUSH_VERSION', '1.6.5' );
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.