Changeset 2886676
- Timestamp:
- 03/25/2023 12:00:53 AM (3 years ago)
- Location:
- wp-admin-notification-center
- Files:
-
- 5 edited
- 21 copied
-
tags/2.2.3 (copied) (copied from wp-admin-notification-center/trunk)
-
tags/2.2.3/assets/css/notification_center.css (copied) (copied from wp-admin-notification-center/trunk/assets/css/notification_center.css) (1 diff)
-
tags/2.2.3/assets/js/notice.js (modified) (1 diff)
-
tags/2.2.3/index.php (copied) (copied from wp-admin-notification-center/trunk/index.php) (1 diff)
-
tags/2.2.3/lib/Debug.php (copied) (copied from wp-admin-notification-center/trunk/lib/Debug.php)
-
tags/2.2.3/readme.txt (copied) (copied from wp-admin-notification-center/trunk/readme.txt) (2 diffs)
-
tags/2.2.3/src/Controllers (copied) (copied from wp-admin-notification-center/trunk/src/Controllers)
-
tags/2.2.3/src/Core (copied) (copied from wp-admin-notification-center/trunk/src/Core)
-
tags/2.2.3/src/Init.php (copied) (copied from wp-admin-notification-center/trunk/src/Init.php)
-
tags/2.2.3/src/Services (copied) (copied from wp-admin-notification-center/trunk/src/Services)
-
tags/2.2.3/src/Views (copied) (copied from wp-admin-notification-center/trunk/src/Views)
-
tags/2.2.3/vendor/autoload.php (copied) (copied from wp-admin-notification-center/trunk/vendor/autoload.php)
-
tags/2.2.3/vendor/composer/ClassLoader.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/ClassLoader.php)
-
tags/2.2.3/vendor/composer/InstalledVersions.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/InstalledVersions.php)
-
tags/2.2.3/vendor/composer/autoload_classmap.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_classmap.php)
-
tags/2.2.3/vendor/composer/autoload_namespaces.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_namespaces.php)
-
tags/2.2.3/vendor/composer/autoload_psr4.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_psr4.php)
-
tags/2.2.3/vendor/composer/autoload_real.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_real.php)
-
tags/2.2.3/vendor/composer/autoload_static.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_static.php)
-
tags/2.2.3/vendor/composer/installed.json (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/installed.json)
-
tags/2.2.3/vendor/composer/installed.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/installed.php)
-
tags/2.2.3/vendor/composer/platform_check.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/platform_check.php)
-
trunk/assets/css/notification_center.css (modified) (1 diff)
-
trunk/assets/js/notice.js (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-notification-center/tags/2.2.3/assets/css/notification_center.css
r2771298 r2886676 10 10 box-shadow: -3px 3px 5px 2px rgba(200, 200, 200, .5); 11 11 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; 12 16 } 13 17 -
wp-admin-notification-center/tags/2.2.3/assets/js/notice.js
r2681970 r2886676 18 18 19 19 //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'); 21 21 22 22 //We get the notification button -
wp-admin-notification-center/tags/2.2.3/index.php
r2878096 r2886676 1 1 <?php 2 2 /* 3 Plugin Name: WP admin notification center3 Plugin Name: Hide admin notices 4 4 Description: Clear and controls your notifications in the backend of your WordPress site 5 5 Author: Rémi Leclercq 6 6 Author URI: https://github.com/roumilb 7 7 License: GPLv3 8 Version: 2.2. 28 Version: 2.2.3 9 9 Text Domain: wanc 10 10 Domain Path: /languages -
wp-admin-notification-center/tags/2.2.3/readme.txt
r2882105 r2886676 3 3 Tags: notification, notice, notices, notifications, admin 4 4 Requires at least: 5.0 5 Tested up to: 6. 0.15 Tested up to: 6.1.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.2. 27 Stable tag: 2.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Keep your dashboard clean by grouping all the wordpress notificationsin a notification center.11 Keep your dashboard clean by grouping all the WordPress notice and hide them in a notification center. 12 12 13 13 == Description == … … 35 35 == Changelog == 36 36 37 = 2.2 =38 * The extension has now it's own menu37 = 2.2.3 = 38 * Change plugin name 39 39 * Configuration as a better display 40 40 * Cleaner code architecture -
wp-admin-notification-center/trunk/assets/css/notification_center.css
r2771298 r2886676 10 10 box-shadow: -3px 3px 5px 2px rgba(200, 200, 200, .5); 11 11 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; 12 16 } 13 17 -
wp-admin-notification-center/trunk/assets/js/notice.js
r2681970 r2886676 18 18 19 19 //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'); 21 21 22 22 //We get the notification button -
wp-admin-notification-center/trunk/index.php
r2878096 r2886676 1 1 <?php 2 2 /* 3 Plugin Name: WP admin notification center3 Plugin Name: Hide admin notices 4 4 Description: Clear and controls your notifications in the backend of your WordPress site 5 5 Author: Rémi Leclercq 6 6 Author URI: https://github.com/roumilb 7 7 License: GPLv3 8 Version: 2.2. 28 Version: 2.2.3 9 9 Text Domain: wanc 10 10 Domain Path: /languages -
wp-admin-notification-center/trunk/readme.txt
r2882105 r2886676 3 3 Tags: notification, notice, notices, notifications, admin 4 4 Requires at least: 5.0 5 Tested up to: 6. 0.15 Tested up to: 6.1.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.2. 27 Stable tag: 2.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Keep your dashboard clean by grouping all the wordpress notificationsin a notification center.11 Keep your dashboard clean by grouping all the WordPress notice and hide them in a notification center. 12 12 13 13 == Description == … … 35 35 == Changelog == 36 36 37 = 2.2 =38 * The extension has now it's own menu37 = 2.2.3 = 38 * Change plugin name 39 39 * Configuration as a better display 40 40 * Cleaner code architecture
Note: See TracChangeset
for help on using the changeset viewer.