Changeset 3007290
- Timestamp:
- 12/08/2023 01:30:50 PM (2 years ago)
- Location:
- wonderpush-web-push-notifications
- Files:
-
- 10 edited
- 1 copied
-
tags/1.10.1 (copied) (copied from wonderpush-web-push-notifications/trunk)
-
tags/1.10.1/readme.txt (modified) (2 diffs)
-
tags/1.10.1/wonderpush-admin-page.css (modified) (2 diffs)
-
tags/1.10.1/wonderpush-admin.php (modified) (1 diff)
-
tags/1.10.1/wonderpush-utils.php (modified) (2 diffs)
-
tags/1.10.1/wonderpush.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wonderpush-admin-page.css (modified) (2 diffs)
-
trunk/wonderpush-admin.php (modified) (1 diff)
-
trunk/wonderpush-utils.php (modified) (2 diffs)
-
trunk/wonderpush.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wonderpush-web-push-notifications/tags/1.10.1/readme.txt
r3007286 r3007290 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2.2 7 Stable tag: 1.10. 07 Stable tag: 1.10.1 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.10.1 = 93 - Old php compatibility 94 92 95 = 1.10.0 = 93 96 - Using full version of select2 -
wonderpush-web-push-notifications/tags/1.10.1/wonderpush-admin-page.css
r3007286 r3007290 43 43 transform: rotate(360deg); 44 44 } 45 } 46 .metric { 47 display: inline-block; 48 text-align: center; 49 padding: 0 10px; 50 } 51 .metric span { 52 display: block; 53 } 54 .metric .legend { 55 font-size: 0.8em; 56 } 57 .metric .number { 58 font-size: 2em; 59 padding: 5px; 45 60 } 46 61 .access-token-form input[type=text] { … … 130 145 padding: 50px 0; 131 146 } 132 .metric {133 display: inline-block;134 text-align: center;135 padding: 0 10px;136 }137 .metric span {138 display: block;139 }140 .metric .legend {141 font-size: 0.8em;142 }143 .metric .number {144 font-size: 2em;145 padding: 5px;146 } -
wonderpush-web-push-notifications/tags/1.10.1/wonderpush-admin.php
r3007286 r3007290 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.10. 0';5 const RESOURCES_VERSION = '1.10.1'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/tags/1.10.1/wonderpush-utils.php
r3007286 r3007290 86 86 // Access token not associated with any app 87 87 delete_transient($cache_key); 88 return [];88 return array(); 89 89 } catch (Exception $e) { 90 90 delete_transient($cache_key); … … 92 92 && ($e->getResponse()->getStatusCode() == 403 || $e->getCode() === 11003)) { 93 93 // Invalid access token 94 return [];94 return array(); 95 95 } 96 96 throw $e; -
wonderpush-web-push-notifications/tags/1.10.1/wonderpush.php
r3007286 r3007290 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.10. 010 Version: 1.10.1 11 11 License: GPLv2 or later 12 12 */ -
wonderpush-web-push-notifications/trunk/readme.txt
r3007286 r3007290 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2.2 7 Stable tag: 1.10. 07 Stable tag: 1.10.1 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.10.1 = 93 - Old php compatibility 94 92 95 = 1.10.0 = 93 96 - Using full version of select2 -
wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css
r3007286 r3007290 43 43 transform: rotate(360deg); 44 44 } 45 } 46 .metric { 47 display: inline-block; 48 text-align: center; 49 padding: 0 10px; 50 } 51 .metric span { 52 display: block; 53 } 54 .metric .legend { 55 font-size: 0.8em; 56 } 57 .metric .number { 58 font-size: 2em; 59 padding: 5px; 45 60 } 46 61 .access-token-form input[type=text] { … … 130 145 padding: 50px 0; 131 146 } 132 .metric {133 display: inline-block;134 text-align: center;135 padding: 0 10px;136 }137 .metric span {138 display: block;139 }140 .metric .legend {141 font-size: 0.8em;142 }143 .metric .number {144 font-size: 2em;145 padding: 5px;146 } -
wonderpush-web-push-notifications/trunk/wonderpush-admin.php
r3007286 r3007290 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.10. 0';5 const RESOURCES_VERSION = '1.10.1'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/trunk/wonderpush-utils.php
r3007286 r3007290 86 86 // Access token not associated with any app 87 87 delete_transient($cache_key); 88 return [];88 return array(); 89 89 } catch (Exception $e) { 90 90 delete_transient($cache_key); … … 92 92 && ($e->getResponse()->getStatusCode() == 403 || $e->getCode() === 11003)) { 93 93 // Invalid access token 94 return [];94 return array(); 95 95 } 96 96 throw $e; -
wonderpush-web-push-notifications/trunk/wonderpush.php
r3007286 r3007290 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.10. 010 Version: 1.10.1 11 11 License: GPLv2 or later 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.