Plugin Directory

Changeset 2733809


Ignore:
Timestamp:
05/30/2022 08:47:20 AM (4 years ago)
Author:
wonderpush
Message:

v1.9.11

Location:
wonderpush-web-push-notifications
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wonderpush-web-push-notifications/tags/1.9.11/readme.txt

    r2725205 r2733809  
    44Tags: push, notification, web, woocommerce, cart, AMP, android, GDPR, abandoned, reminder, basket
    55Requires at least: 5.0
    6 Tested up to: 5.9.3
    7 Stable tag: 1.9.10
     6Tested up to: 6.0
     7Stable tag: 1.9.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 1.9.11 =
     93- Tested with WordPress 6.0
     94
    9295= 1.9.10 =
    9396- 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  
    4444  }
    4545}
    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;
    7849}
    7950.wonderpush-admin-page > header {
     
    12394  margin-left: 5px;
    12495}
    125 .access-token-form input[type=text] {
    126   height: 28px;
    127   margin-right: 5px;
    128 }
    12996.metric {
    13097  display: inline-block;
     
    142109  padding: 5px;
    143110}
     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  
    33
    44class WonderPushAdmin {
    5   const RESOURCES_VERSION = '1.9.10';
     5  const RESOURCES_VERSION = '1.9.11';
    66  const MENU_SLUG = 'wonderpush';
    77  const META_BOX_ID = 'wonderpush_meta_box';
  • wonderpush-web-push-notifications/tags/1.9.11/wonderpush.php

    r2725205 r2733809  
    88Author: WonderPush
    99Author URI: https://www.wonderpush.com/
    10 Version: 1.9.10
     10Version: 1.9.11
    1111License: GPLv2 or later
    1212*/
  • wonderpush-web-push-notifications/trunk/readme.txt

    r2725205 r2733809  
    44Tags: push, notification, web, woocommerce, cart, AMP, android, GDPR, abandoned, reminder, basket
    55Requires at least: 5.0
    6 Tested up to: 5.9.3
    7 Stable tag: 1.9.10
     6Tested up to: 6.0
     7Stable tag: 1.9.11
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 1.9.11 =
     93- Tested with WordPress 6.0
     94
    9295= 1.9.10 =
    9396- Giving precedence to the additional JSON options specified in the WordPress admin
  • wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css

    r2725205 r2733809  
    4444  }
    4545}
    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;
    7849}
    7950.wonderpush-admin-page > header {
     
    12394  margin-left: 5px;
    12495}
    125 .access-token-form input[type=text] {
    126   height: 28px;
    127   margin-right: 5px;
    128 }
    12996.metric {
    13097  display: inline-block;
     
    142109  padding: 5px;
    143110}
     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  
    33
    44class WonderPushAdmin {
    5   const RESOURCES_VERSION = '1.9.10';
     5  const RESOURCES_VERSION = '1.9.11';
    66  const MENU_SLUG = 'wonderpush';
    77  const META_BOX_ID = 'wonderpush_meta_box';
  • wonderpush-web-push-notifications/trunk/wonderpush.php

    r2725205 r2733809  
    88Author: WonderPush
    99Author URI: https://www.wonderpush.com/
    10 Version: 1.9.10
     10Version: 1.9.11
    1111License: GPLv2 or later
    1212*/
Note: See TracChangeset for help on using the changeset viewer.