Changeset 3355777
- Timestamp:
- 09/04/2025 04:57:55 AM (7 months ago)
- Location:
- perfecty-push-notifications/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
perfecty-push.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perfecty-push-notifications/trunk/README.txt
r3355759 r3355777 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8.2 7 Stable tag: 1.6. 47 Stable tag: 1.6.5 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 95 95 96 96 == 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 97 100 98 101 = 1.6.4 = -
perfecty-push-notifications/trunk/perfecty-push.php
r3355759 r3355777 16 16 * Plugin URI: https://wordpress.org/plugins/perfecty-push-notifications 17 17 * 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. 418 * Version: 1.6.5 19 19 * Author: Perfecty 20 20 * Author URI: https://perfecty.org … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'PERFECTY_PUSH_VERSION', '1.6. 4' );37 define( 'PERFECTY_PUSH_VERSION', '1.6.5' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.