Changeset 3087811
- Timestamp:
- 05/16/2024 01:16:34 PM (23 months ago)
- Location:
- wonderpush-web-push-notifications
- Files:
-
- 8 edited
- 1 copied
-
tags/1.11.1 (copied) (copied from wonderpush-web-push-notifications/trunk)
-
tags/1.11.1/readme.txt (modified) (2 diffs)
-
tags/1.11.1/wonderpush-admin-page.css (modified) (2 diffs)
-
tags/1.11.1/wonderpush-admin.php (modified) (1 diff)
-
tags/1.11.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.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wonderpush-web-push-notifications/tags/1.11.1/readme.txt
r3087806 r3087811 5 5 Requires at least: 5.0 6 6 Tested up to: 6.5.3 7 Stable tag: 1.11. 07 Stable tag: 1.11.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.11.1 = 93 - Bugfix 94 92 95 = 1.11.0 = 93 96 - Allow to use the user email as WonderPush user ID -
wonderpush-web-push-notifications/tags/1.11.1/wonderpush-admin-page.css
r3087806 r3087811 47 47 height: 28px; 48 48 margin-right: 5px; 49 }50 .metric {51 display: inline-block;52 text-align: center;53 padding: 0 10px;54 }55 .metric span {56 display: block;57 }58 .metric .legend {59 font-size: 0.8em;60 }61 .metric .number {62 font-size: 2em;63 padding: 5px;64 49 } 65 50 .wonderpush-admin-page > header { … … 145 130 padding: 50px 0; 146 131 } 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.11.1/wonderpush-admin.php
r3087806 r3087811 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.11. 0';5 const RESOURCES_VERSION = '1.11.1'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/tags/1.11.1/wonderpush.php
r3087806 r3087811 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.11. 010 Version: 1.11.1 11 11 License: GPLv2 or later 12 12 */ -
wonderpush-web-push-notifications/trunk/readme.txt
r3087806 r3087811 5 5 Requires at least: 5.0 6 6 Tested up to: 6.5.3 7 Stable tag: 1.11. 07 Stable tag: 1.11.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.11.1 = 93 - Bugfix 94 92 95 = 1.11.0 = 93 96 - Allow to use the user email as WonderPush user ID -
wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css
r3087806 r3087811 47 47 height: 28px; 48 48 margin-right: 5px; 49 }50 .metric {51 display: inline-block;52 text-align: center;53 padding: 0 10px;54 }55 .metric span {56 display: block;57 }58 .metric .legend {59 font-size: 0.8em;60 }61 .metric .number {62 font-size: 2em;63 padding: 5px;64 49 } 65 50 .wonderpush-admin-page > header { … … 145 130 padding: 50px 0; 146 131 } 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
r3087806 r3087811 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.11. 0';5 const RESOURCES_VERSION = '1.11.1'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/trunk/wonderpush.php
r3087806 r3087811 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.11. 010 Version: 1.11.1 11 11 License: GPLv2 or later 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.