Changeset 3214080
- Timestamp:
- 12/28/2024 04:42:11 AM (15 months ago)
- Location:
- perfecty-push-notifications
- Files:
-
- 4 edited
- 1 copied
-
tags/1.6.3 (copied) (copied from perfecty-push-notifications/trunk)
-
tags/1.6.3/README.txt (modified) (2 diffs)
-
tags/1.6.3/perfecty-push.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/perfecty-push.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perfecty-push-notifications/tags/1.6.3/README.txt
r3214047 r3214080 5 5 Requires at least: 5.0 6 6 Tested up to: 6.7 7 Stable tag: 1.6. 27 Stable tag: 1.6.3 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 95 95 96 96 == Changelog == 97 98 = 1.6.3 = 99 * Tested up to WordPress 6.7 and PHP 7/8 97 100 98 101 = 1.6.2 = -
perfecty-push-notifications/tags/1.6.3/perfecty-push.php
r2793392 r3214080 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. 218 * Version: 1.6.3 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. 2' );37 define( 'PERFECTY_PUSH_VERSION', '1.6.3' ); 38 38 39 39 /** -
perfecty-push-notifications/trunk/README.txt
r3214047 r3214080 5 5 Requires at least: 5.0 6 6 Tested up to: 6.7 7 Stable tag: 1.6. 27 Stable tag: 1.6.3 8 8 Requires PHP: 7.2 9 9 License: GPLv2 or later … … 95 95 96 96 == Changelog == 97 98 = 1.6.3 = 99 * Tested up to WordPress 6.7 and PHP 7/8 97 100 98 101 = 1.6.2 = -
perfecty-push-notifications/trunk/perfecty-push.php
r2793392 r3214080 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. 218 * Version: 1.6.3 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. 2' );37 define( 'PERFECTY_PUSH_VERSION', '1.6.3' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.