Plugin Directory

Changeset 2886676


Ignore:
Timestamp:
03/25/2023 12:00:53 AM (3 years ago)
Author:
roumi
Message:

Release 2.2.3

Location:
wp-admin-notification-center
Files:
5 edited
21 copied

Legend:

Unmodified
Added
Removed
  • wp-admin-notification-center/tags/2.2.3/assets/css/notification_center.css

    r2771298 r2886676  
    1010    box-shadow: -3px 3px 5px 2px rgba(200, 200, 200, .5);
    1111    padding-top: 40px;
     12}
     13
     14#wanc_container .notice, #wanc_container #message, #wanc_container .fs-notice, #wanc_container .pms-cross-promo {
     15    margin: 20px 10px !important;
    1216}
    1317
  • wp-admin-notification-center/tags/2.2.3/assets/js/notice.js

    r2681970 r2886676  
    1818
    1919        //We get all the notifications to display in the modal
    20         this.preAdminNotifications = document.querySelectorAll('.notice, #message, .fs-notice');
     20        this.preAdminNotifications = document.querySelectorAll('.notice, #message, .fs-notice, .pms-cross-promo');
    2121
    2222        //We get the notification button
  • wp-admin-notification-center/tags/2.2.3/index.php

    r2878096 r2886676  
    11<?php
    22/*
    3 Plugin Name: WP admin notification center
     3Plugin Name: Hide admin notices
    44Description: Clear and controls your notifications in the backend of your WordPress site
    55Author: Rémi Leclercq
    66Author URI: https://github.com/roumilb
    77License: GPLv3
    8 Version: 2.2.2
     8Version: 2.2.3
    99Text Domain: wanc
    1010Domain Path: /languages
  • wp-admin-notification-center/tags/2.2.3/readme.txt

    r2882105 r2886676  
    33Tags: notification, notice, notices, notifications, admin
    44Requires at least: 5.0
    5 Tested up to: 6.0.1
     5Tested up to: 6.1.1
    66Requires PHP: 7.0
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Keep your dashboard clean by grouping all the wordpress notifications in a notification center.
     11Keep your dashboard clean by grouping all the WordPress notice and hide them in a notification center.
    1212
    1313== Description ==
     
    3535== Changelog ==
    3636
    37 = 2.2 =
    38 * The extension has now it's own menu
     37= 2.2.3 =
     38* Change plugin name
    3939* Configuration as a better display
    4040* Cleaner code architecture
  • wp-admin-notification-center/trunk/assets/css/notification_center.css

    r2771298 r2886676  
    1010    box-shadow: -3px 3px 5px 2px rgba(200, 200, 200, .5);
    1111    padding-top: 40px;
     12}
     13
     14#wanc_container .notice, #wanc_container #message, #wanc_container .fs-notice, #wanc_container .pms-cross-promo {
     15    margin: 20px 10px !important;
    1216}
    1317
  • wp-admin-notification-center/trunk/assets/js/notice.js

    r2681970 r2886676  
    1818
    1919        //We get all the notifications to display in the modal
    20         this.preAdminNotifications = document.querySelectorAll('.notice, #message, .fs-notice');
     20        this.preAdminNotifications = document.querySelectorAll('.notice, #message, .fs-notice, .pms-cross-promo');
    2121
    2222        //We get the notification button
  • wp-admin-notification-center/trunk/index.php

    r2878096 r2886676  
    11<?php
    22/*
    3 Plugin Name: WP admin notification center
     3Plugin Name: Hide admin notices
    44Description: Clear and controls your notifications in the backend of your WordPress site
    55Author: Rémi Leclercq
    66Author URI: https://github.com/roumilb
    77License: GPLv3
    8 Version: 2.2.2
     8Version: 2.2.3
    99Text Domain: wanc
    1010Domain Path: /languages
  • wp-admin-notification-center/trunk/readme.txt

    r2882105 r2886676  
    33Tags: notification, notice, notices, notifications, admin
    44Requires at least: 5.0
    5 Tested up to: 6.0.1
     5Tested up to: 6.1.1
    66Requires PHP: 7.0
    7 Stable tag: 2.2.2
     7Stable tag: 2.2.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Keep your dashboard clean by grouping all the wordpress notifications in a notification center.
     11Keep your dashboard clean by grouping all the WordPress notice and hide them in a notification center.
    1212
    1313== Description ==
     
    3535== Changelog ==
    3636
    37 = 2.2 =
    38 * The extension has now it's own menu
     37= 2.2.3 =
     38* Change plugin name
    3939* Configuration as a better display
    4040* Cleaner code architecture
Note: See TracChangeset for help on using the changeset viewer.