Changeset 2733809
- Timestamp:
- 05/30/2022 08:47:20 AM (4 years ago)
- Location:
- wonderpush-web-push-notifications
- Files:
-
- 8 edited
- 1 copied
-
tags/1.9.11 (copied) (copied from wonderpush-web-push-notifications/trunk)
-
tags/1.9.11/readme.txt (modified) (2 diffs)
-
tags/1.9.11/wonderpush-admin-page.css (modified) (3 diffs)
-
tags/1.9.11/wonderpush-admin.php (modified) (1 diff)
-
tags/1.9.11/wonderpush.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wonderpush-admin-page.css (modified) (3 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.11/readme.txt
r2725205 r2733809 4 4 Tags: push, notification, web, woocommerce, cart, AMP, android, GDPR, abandoned, reminder, basket 5 5 Requires at least: 5.0 6 Tested up to: 5.9.37 Stable tag: 1.9.1 06 Tested up to: 6.0 7 Stable tag: 1.9.11 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.11 = 93 - Tested with WordPress 6.0 94 92 95 = 1.9.10 = 93 96 - Giving precedence to the additional JSON options specified in the WordPress admin -
wonderpush-web-push-notifications/tags/1.9.11/wonderpush-admin-page.css
r2725205 r2733809 44 44 } 45 45 } 46 .configuration-form { 47 text-align: left; 48 } 49 .configuration-form h2 { 50 font-size: 1.2em; 51 font-weight: bold; 52 } 53 .configuration-form p { 54 max-width: 450px; 55 } 56 .configuration-form .access-token-form input { 57 width: 60%; 58 } 59 .configuration-form .settings { 60 font-size: 16px; 61 padding: 20px 0; 62 } 63 .configuration-form .settings .help { 64 color: #777; 65 } 66 .configuration-form .settings .row.textfield .help { 67 display: flex; 68 align-items: flex-end; 69 } 70 .configuration-form .nav-item.active { 71 font-weight: bold; 72 } 73 .configuration-needed { 74 text-align: center; 75 } 76 .configuration-needed .col.configure { 77 padding: 50px 0; 46 .access-token-form input[type=text] { 47 height: 28px; 48 margin-right: 5px; 78 49 } 79 50 .wonderpush-admin-page > header { … … 123 94 margin-left: 5px; 124 95 } 125 .access-token-form input[type=text] {126 height: 28px;127 margin-right: 5px;128 }129 96 .metric { 130 97 display: inline-block; … … 142 109 padding: 5px; 143 110 } 111 .configuration-form { 112 text-align: left; 113 } 114 .configuration-form h2 { 115 font-size: 1.2em; 116 font-weight: bold; 117 } 118 .configuration-form p { 119 max-width: 450px; 120 } 121 .configuration-form .access-token-form input { 122 width: 60%; 123 } 124 .configuration-form .settings { 125 font-size: 16px; 126 padding: 20px 0; 127 } 128 .configuration-form .settings .help { 129 color: #777; 130 } 131 .configuration-form .settings .row.textfield .help { 132 display: flex; 133 align-items: flex-end; 134 } 135 .configuration-form .nav-item.active { 136 font-weight: bold; 137 } 138 .configuration-needed { 139 text-align: center; 140 } 141 .configuration-needed .col.configure { 142 padding: 50px 0; 143 } -
wonderpush-web-push-notifications/tags/1.9.11/wonderpush-admin.php
r2725205 r2733809 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.9.1 0';5 const RESOURCES_VERSION = '1.9.11'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/tags/1.9.11/wonderpush.php
r2725205 r2733809 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.9.1 010 Version: 1.9.11 11 11 License: GPLv2 or later 12 12 */ -
wonderpush-web-push-notifications/trunk/readme.txt
r2725205 r2733809 4 4 Tags: push, notification, web, woocommerce, cart, AMP, android, GDPR, abandoned, reminder, basket 5 5 Requires at least: 5.0 6 Tested up to: 5.9.37 Stable tag: 1.9.1 06 Tested up to: 6.0 7 Stable tag: 1.9.11 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.11 = 93 - Tested with WordPress 6.0 94 92 95 = 1.9.10 = 93 96 - Giving precedence to the additional JSON options specified in the WordPress admin -
wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css
r2725205 r2733809 44 44 } 45 45 } 46 .configuration-form { 47 text-align: left; 48 } 49 .configuration-form h2 { 50 font-size: 1.2em; 51 font-weight: bold; 52 } 53 .configuration-form p { 54 max-width: 450px; 55 } 56 .configuration-form .access-token-form input { 57 width: 60%; 58 } 59 .configuration-form .settings { 60 font-size: 16px; 61 padding: 20px 0; 62 } 63 .configuration-form .settings .help { 64 color: #777; 65 } 66 .configuration-form .settings .row.textfield .help { 67 display: flex; 68 align-items: flex-end; 69 } 70 .configuration-form .nav-item.active { 71 font-weight: bold; 72 } 73 .configuration-needed { 74 text-align: center; 75 } 76 .configuration-needed .col.configure { 77 padding: 50px 0; 46 .access-token-form input[type=text] { 47 height: 28px; 48 margin-right: 5px; 78 49 } 79 50 .wonderpush-admin-page > header { … … 123 94 margin-left: 5px; 124 95 } 125 .access-token-form input[type=text] {126 height: 28px;127 margin-right: 5px;128 }129 96 .metric { 130 97 display: inline-block; … … 142 109 padding: 5px; 143 110 } 111 .configuration-form { 112 text-align: left; 113 } 114 .configuration-form h2 { 115 font-size: 1.2em; 116 font-weight: bold; 117 } 118 .configuration-form p { 119 max-width: 450px; 120 } 121 .configuration-form .access-token-form input { 122 width: 60%; 123 } 124 .configuration-form .settings { 125 font-size: 16px; 126 padding: 20px 0; 127 } 128 .configuration-form .settings .help { 129 color: #777; 130 } 131 .configuration-form .settings .row.textfield .help { 132 display: flex; 133 align-items: flex-end; 134 } 135 .configuration-form .nav-item.active { 136 font-weight: bold; 137 } 138 .configuration-needed { 139 text-align: center; 140 } 141 .configuration-needed .col.configure { 142 padding: 50px 0; 143 } -
wonderpush-web-push-notifications/trunk/wonderpush-admin.php
r2725205 r2733809 3 3 4 4 class WonderPushAdmin { 5 const RESOURCES_VERSION = '1.9.1 0';5 const RESOURCES_VERSION = '1.9.11'; 6 6 const MENU_SLUG = 'wonderpush'; 7 7 const META_BOX_ID = 'wonderpush_meta_box'; -
wonderpush-web-push-notifications/trunk/wonderpush.php
r2725205 r2733809 8 8 Author: WonderPush 9 9 Author URI: https://www.wonderpush.com/ 10 Version: 1.9.1 010 Version: 1.9.11 11 11 License: GPLv2 or later 12 12 */
Note: See TracChangeset
for help on using the changeset viewer.