Plugin Directory

Changeset 3087811


Ignore:
Timestamp:
05/16/2024 01:16:34 PM (23 months ago)
Author:
wonderpush
Message:

v1.11.1

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

Legend:

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

    r3087806 r3087811  
    55Requires at least: 5.0
    66Tested up to: 6.5.3
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 1.11.1 =
     93- Bugfix
     94
    9295= 1.11.0 =
    9396- Allow to use the user email as WonderPush user ID
  • wonderpush-web-push-notifications/tags/1.11.1/wonderpush-admin-page.css

    r3087806 r3087811  
    4747  height: 28px;
    4848  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;
    6449}
    6550.wonderpush-admin-page > header {
     
    145130  padding: 50px 0;
    146131}
     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  
    33
    44class WonderPushAdmin {
    5   const RESOURCES_VERSION = '1.11.0';
     5  const RESOURCES_VERSION = '1.11.1';
    66  const MENU_SLUG = 'wonderpush';
    77  const META_BOX_ID = 'wonderpush_meta_box';
  • wonderpush-web-push-notifications/tags/1.11.1/wonderpush.php

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

    r3087806 r3087811  
    55Requires at least: 5.0
    66Tested up to: 6.5.3
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9090
    9191== Changelog ==
     92= 1.11.1 =
     93- Bugfix
     94
    9295= 1.11.0 =
    9396- Allow to use the user email as WonderPush user ID
  • wonderpush-web-push-notifications/trunk/wonderpush-admin-page.css

    r3087806 r3087811  
    4747  height: 28px;
    4848  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;
    6449}
    6550.wonderpush-admin-page > header {
     
    145130  padding: 50px 0;
    146131}
     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  
    33
    44class WonderPushAdmin {
    5   const RESOURCES_VERSION = '1.11.0';
     5  const RESOURCES_VERSION = '1.11.1';
    66  const MENU_SLUG = 'wonderpush';
    77  const META_BOX_ID = 'wonderpush_meta_box';
  • wonderpush-web-push-notifications/trunk/wonderpush.php

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