Changeset 2900859
- Timestamp:
- 04/18/2023 06:11:19 PM (3 years ago)
- Location:
- wp-admin-notification-center
- Files:
-
- 3 edited
- 8 copied
-
tags/2.3.1 (copied) (copied from wp-admin-notification-center/trunk)
-
tags/2.3.1/assets/css/notification_center.css (copied) (copied from wp-admin-notification-center/trunk/assets/css/notification_center.css)
-
tags/2.3.1/assets/images (copied) (copied from wp-admin-notification-center/trunk/assets/images)
-
tags/2.3.1/assets/js/notice.js (copied) (copied from wp-admin-notification-center/trunk/assets/js/notice.js)
-
tags/2.3.1/index.php (copied) (copied from wp-admin-notification-center/trunk/index.php) (1 diff)
-
tags/2.3.1/readme.txt (copied) (copied from wp-admin-notification-center/trunk/readme.txt) (1 diff)
-
tags/2.3.1/src/Controllers/NotificationCenter.php (copied) (copied from wp-admin-notification-center/trunk/src/Controllers/NotificationCenter.php)
-
tags/2.3.1/src/Init.php (copied) (copied from wp-admin-notification-center/trunk/src/Init.php) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-notification-center/tags/2.3.1/index.php
r2900857 r2900859 6 6 Author URI: https://github.com/roumilb 7 7 License: GPLv3 8 Version: 2.3 8 Version: 2.3.1 9 9 Text Domain: wanc 10 10 Domain Path: /languages -
wp-admin-notification-center/tags/2.3.1/readme.txt
r2900857 r2900859 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 2.3 7 Stable tag: 2.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-admin-notification-center/tags/2.3.1/src/Init.php
r2900857 r2900859 27 27 'manage_options', 28 28 self::WANC_SLUG_MENU, 29 [new Settings(), 'optionsPage'], 30 plugins_url('wp-admin-notification-center/assets/images/logo.svg') 29 [new Settings(), 'optionsPage'] 31 30 ); 32 31 } -
wp-admin-notification-center/trunk/index.php
r2900857 r2900859 6 6 Author URI: https://github.com/roumilb 7 7 License: GPLv3 8 Version: 2.3 8 Version: 2.3.1 9 9 Text Domain: wanc 10 10 Domain Path: /languages -
wp-admin-notification-center/trunk/readme.txt
r2900857 r2900859 5 5 Tested up to: 6.2 6 6 Requires PHP: 7.0 7 Stable tag: 2.3 7 Stable tag: 2.3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-admin-notification-center/trunk/src/Init.php
r2900857 r2900859 27 27 'manage_options', 28 28 self::WANC_SLUG_MENU, 29 [new Settings(), 'optionsPage'], 30 plugins_url('wp-admin-notification-center/assets/images/logo.svg') 29 [new Settings(), 'optionsPage'] 31 30 ); 32 31 }
Note: See TracChangeset
for help on using the changeset viewer.