Changeset 2878096
- Timestamp:
- 03/10/2023 07:09:18 PM (3 years ago)
- Location:
- wp-admin-notification-center
- Files:
-
- 4 added
- 3 edited
- 20 copied
-
tags/2.2.2 (copied) (copied from wp-admin-notification-center/trunk)
-
tags/2.2.2/assets/css/notification_center.css (copied) (copied from wp-admin-notification-center/trunk/assets/css/notification_center.css)
-
tags/2.2.2/index.php (copied) (copied from wp-admin-notification-center/trunk/index.php) (1 diff)
-
tags/2.2.2/lib/Debug.php (copied) (copied from wp-admin-notification-center/trunk/lib/Debug.php)
-
tags/2.2.2/readme.txt (copied) (copied from wp-admin-notification-center/trunk/readme.txt) (2 diffs)
-
tags/2.2.2/src/Controllers (copied) (copied from wp-admin-notification-center/trunk/src/Controllers)
-
tags/2.2.2/src/Core (copied) (copied from wp-admin-notification-center/trunk/src/Core)
-
tags/2.2.2/src/Init.php (copied) (copied from wp-admin-notification-center/trunk/src/Init.php) (2 diffs)
-
tags/2.2.2/src/Services (added)
-
tags/2.2.2/src/Services/SurveyService.php (added)
-
tags/2.2.2/src/Views (copied) (copied from wp-admin-notification-center/trunk/src/Views)
-
tags/2.2.2/vendor/autoload.php (copied) (copied from wp-admin-notification-center/trunk/vendor/autoload.php)
-
tags/2.2.2/vendor/composer/ClassLoader.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/ClassLoader.php)
-
tags/2.2.2/vendor/composer/InstalledVersions.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/InstalledVersions.php)
-
tags/2.2.2/vendor/composer/autoload_classmap.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_classmap.php)
-
tags/2.2.2/vendor/composer/autoload_namespaces.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_namespaces.php)
-
tags/2.2.2/vendor/composer/autoload_psr4.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_psr4.php)
-
tags/2.2.2/vendor/composer/autoload_real.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_real.php)
-
tags/2.2.2/vendor/composer/autoload_static.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/autoload_static.php)
-
tags/2.2.2/vendor/composer/installed.json (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/installed.json)
-
tags/2.2.2/vendor/composer/installed.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/installed.php)
-
tags/2.2.2/vendor/composer/platform_check.php (copied) (copied from wp-admin-notification-center/trunk/vendor/composer/platform_check.php)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Init.php (modified) (2 diffs)
-
trunk/src/Services (added)
-
trunk/src/Services/SurveyService.php (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-notification-center/tags/2.2.2/index.php
r2772300 r2878096 6 6 Author URI: https://github.com/roumilb 7 7 License: GPLv3 8 Version: 2.2. 18 Version: 2.2.2 9 9 Text Domain: wanc 10 10 Domain Path: /languages -
wp-admin-notification-center/tags/2.2.2/readme.txt
r2789036 r2878096 1 === WP Admin Notification Center - Hide admin notice ===1 === WP Admin Notification Center - Hide admin notices === 2 2 Contributors: roumi 3 3 Tags: notification, notice, notices, notifications, admin … … 5 5 Tested up to: 6.0.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.2. 17 Stable tag: 2.2.2 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.2.2/src/Init.php
r2771298 r2878096 6 6 use \WANC\Controllers\Settings; 7 7 use \WANC\Controllers\NotificationCenter; 8 use WANC\Services\SurveyService; 8 9 9 10 class Init … … 16 17 new Settings(); 17 18 new NotificationCenter(); 19 new SurveyService(); 18 20 } 19 21 -
wp-admin-notification-center/trunk/index.php
r2772300 r2878096 6 6 Author URI: https://github.com/roumilb 7 7 License: GPLv3 8 Version: 2.2. 18 Version: 2.2.2 9 9 Text Domain: wanc 10 10 Domain Path: /languages -
wp-admin-notification-center/trunk/readme.txt
r2789036 r2878096 1 === WP Admin Notification Center - Hide admin notice ===1 === WP Admin Notification Center - Hide admin notices === 2 2 Contributors: roumi 3 3 Tags: notification, notice, notices, notifications, admin … … 5 5 Tested up to: 6.0.1 6 6 Requires PHP: 7.0 7 Stable tag: 2.2. 17 Stable tag: 2.2.2 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
r2771298 r2878096 6 6 use \WANC\Controllers\Settings; 7 7 use \WANC\Controllers\NotificationCenter; 8 use WANC\Services\SurveyService; 8 9 9 10 class Init … … 16 17 new Settings(); 17 18 new NotificationCenter(); 19 new SurveyService(); 18 20 } 19 21
Note: See TracChangeset
for help on using the changeset viewer.