Changeset 2895540
- Timestamp:
- 04/07/2023 10:42:32 AM (3 years ago)
- Location:
- wonderpush-web-push-notifications
- Files:
-
- 8 edited
- 1 copied
-
tags/1.9.22 (copied) (copied from wonderpush-web-push-notifications/trunk)
-
tags/1.9.22/lib/Obj/BaseObject.php (modified) (1 diff)
-
tags/1.9.22/readme.txt (modified) (2 diffs)
-
tags/1.9.22/wonderpush-admin.php (modified) (1 diff)
-
tags/1.9.22/wonderpush.php (modified) (1 diff)
-
trunk/lib/Obj/BaseObject.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wonderpush-admin.php (modified) (1 diff)
-
trunk/wonderpush.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wonderpush-web-push-notifications/tags/1.9.22/lib/Obj/BaseObject.php
r2481484 r2895540 128 128 /** 129 129 * Implements JsonSerializable 130 * @return \stdClass130 * @return mixed 131 131 */ 132 #[\ReturnTypeWillChange] 132 133 public function jsonSerialize() { 133 134 return $this->toData(); -
wonderpush-web-push-notifications/tags/1.9.22/readme.txt
r2892841 r2895540 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2 7 Stable tag: 1.9.2 17 Stable tag: 1.9.22 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 91 91 == Changelog == 92 = 1.9.22 = 93 - Removed PHP 8 warning 94 92 95 = 1.9.21 = 93 96 - Adding support for sending push automatically when publishing a post with a custom type -
wonderpush-web-push-notifications/tags/1.9.22/wonderpush-admin.php
r2892841 r2895540 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.9.2 1';5 const RESOURCES_VERSION = '1.9.22'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/tags/1.9.22/wonderpush.php
r2892841 r2895540 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.9.2 110 Version: 1.9.22 11 11 License: GPLv2 or later 12 12 */ -
wonderpush-web-push-notifications/trunk/lib/Obj/BaseObject.php
r2481484 r2895540 128 128 /** 129 129 * Implements JsonSerializable 130 * @return \stdClass130 * @return mixed 131 131 */ 132 #[\ReturnTypeWillChange] 132 133 public function jsonSerialize() { 133 134 return $this->toData(); -
wonderpush-web-push-notifications/trunk/readme.txt
r2892841 r2895540 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2 7 Stable tag: 1.9.2 17 Stable tag: 1.9.22 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 90 90 91 91 == Changelog == 92 = 1.9.22 = 93 - Removed PHP 8 warning 94 92 95 = 1.9.21 = 93 96 - Adding support for sending push automatically when publishing a post with a custom type -
wonderpush-web-push-notifications/trunk/wonderpush-admin.php
r2892841 r2895540 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.9.2 1';5 const RESOURCES_VERSION = '1.9.22'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/trunk/wonderpush.php
r2892841 r2895540 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.9.2 110 Version: 1.9.22 11 11 License: GPLv2 or later 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.