Changeset 3089242
- Timestamp:
- 05/20/2024 07:47:16 AM (23 months ago)
- Location:
- wonderpush-web-push-notifications
- Files:
-
- 8 edited
- 1 copied
-
tags/1.11.2 (copied) (copied from wonderpush-web-push-notifications/trunk)
-
tags/1.11.2/readme.txt (modified) (2 diffs)
-
tags/1.11.2/wonderpush-admin-page.css (modified) (2 diffs)
-
tags/1.11.2/wonderpush-admin.php (modified) (1 diff)
-
tags/1.11.2/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.2/readme.txt
r3087811 r3089242 5 5 Requires at least: 5.0 6 6 Tested up to: 6.5.3 7 Stable tag: 1.11. 17 Stable tag: 1.11.2 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.2 = 93 - Bugfix: remove debug file published by mistake 94 92 95 = 1.11.1 = 93 96 - Bugfix -
wonderpush-web-push-notifications/tags/1.11.2/wonderpush-admin-page.css
r3087811 r3089242 94 94 margin-left: 5px; 95 95 } 96 .metric { 97 display: inline-block; 98 text-align: center; 99 padding: 0 10px; 100 } 101 .metric span { 102 display: block; 103 } 104 .metric .legend { 105 font-size: 0.8em; 106 } 107 .metric .number { 108 font-size: 2em; 109 padding: 5px; 110 } 96 111 .configuration-form { 97 112 text-align: left; … … 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.11.2/wonderpush-admin.php
r3087811 r3089242 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.11. 1';5 const RESOURCES_VERSION = '1.11.2'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/tags/1.11.2/wonderpush.php
r3087811 r3089242 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.11. 110 Version: 1.11.2 11 11 License: GPLv2 or later 12 12 */ -
wonderpush-web-push-notifications/trunk/readme.txt
r3087811 r3089242 5 5 Requires at least: 5.0 6 6 Tested up to: 6.5.3 7 Stable tag: 1.11. 17 Stable tag: 1.11.2 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.2 = 93 - Bugfix: remove debug file published by mistake 94 92 95 = 1.11.1 = 93 96 - Bugfix -
wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css
r3087811 r3089242 94 94 margin-left: 5px; 95 95 } 96 .metric { 97 display: inline-block; 98 text-align: center; 99 padding: 0 10px; 100 } 101 .metric span { 102 display: block; 103 } 104 .metric .legend { 105 font-size: 0.8em; 106 } 107 .metric .number { 108 font-size: 2em; 109 padding: 5px; 110 } 96 111 .configuration-form { 97 112 text-align: left; … … 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
r3087811 r3089242 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.11. 1';5 const RESOURCES_VERSION = '1.11.2'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/trunk/wonderpush.php
r3087811 r3089242 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.11. 110 Version: 1.11.2 11 11 License: GPLv2 or later 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.