Plugin Directory

Changeset 3089242


Ignore:
Timestamp:
05/20/2024 07:47:16 AM (23 months ago)
Author:
wonderpush
Message:

v1.11.2

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

Legend:

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

    r3087811 r3089242  
    55Requires at least: 5.0
    66Tested up to: 6.5.3
    7 Stable tag: 1.11.1
     7Stable tag: 1.11.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 1.11.2 =
     93- Bugfix: remove debug file published by mistake
     94
    9295= 1.11.1 =
    9396- Bugfix
  • wonderpush-web-push-notifications/tags/1.11.2/wonderpush-admin-page.css

    r3087811 r3089242  
    9494  margin-left: 5px;
    9595}
     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}
    96111.configuration-form {
    97112  text-align: left;
     
    130145  padding: 50px 0;
    131146}
    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  
    33
    44class WonderPushAdmin {
    5   const RESOURCES_VERSION = '1.11.1';
     5  const RESOURCES_VERSION = '1.11.2';
    66  const MENU_SLUG = 'wonderpush';
    77  const META_BOX_ID = 'wonderpush_meta_box';
  • wonderpush-web-push-notifications/tags/1.11.2/wonderpush.php

    r3087811 r3089242  
    88Author: WonderPush
    99Author URI: https://www.wonderpush.com/
    10 Version: 1.11.1
     10Version: 1.11.2
    1111License: GPLv2 or later
    1212*/
  • wonderpush-web-push-notifications/trunk/readme.txt

    r3087811 r3089242  
    55Requires at least: 5.0
    66Tested up to: 6.5.3
    7 Stable tag: 1.11.1
     7Stable tag: 1.11.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 1.11.2 =
     93- Bugfix: remove debug file published by mistake
     94
    9295= 1.11.1 =
    9396- Bugfix
  • wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css

    r3087811 r3089242  
    9494  margin-left: 5px;
    9595}
     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}
    96111.configuration-form {
    97112  text-align: left;
     
    130145  padding: 50px 0;
    131146}
    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  
    33
    44class WonderPushAdmin {
    5   const RESOURCES_VERSION = '1.11.1';
     5  const RESOURCES_VERSION = '1.11.2';
    66  const MENU_SLUG = 'wonderpush';
    77  const META_BOX_ID = 'wonderpush_meta_box';
  • wonderpush-web-push-notifications/trunk/wonderpush.php

    r3087811 r3089242  
    88Author: WonderPush
    99Author URI: https://www.wonderpush.com/
    10 Version: 1.11.1
     10Version: 1.11.2
    1111License: GPLv2 or later
    1212*/
Note: See TracChangeset for help on using the changeset viewer.