Skip to content

Commit

Permalink
Merge pull request #103 from WordPress/add/plugin-headers
Browse files Browse the repository at this point in the history
adds basic plugin headers
  • Loading branch information
jonathanbossenger authored Jul 21, 2022
2 parents 60d99ca + b1223ef commit 89e7137
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions wp-feature-notifications.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?php

/**
* Plugin Name: WP Feature Notifications
* Plugin Name: WP Feature Notifications
* Plugin URI: https://github.com/WordPress/wp-feature-notifications
* Description: A new (better) way to manage and deliver WordPress notifications to the relevant audience.
* Version: 0.1.0
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: WP Feature Notifications Contributors
* Text Domain: wp-feature-notifications
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*
* @package wp-feature-notifications
*/


if ( ! defined( 'WP_NOTIFICATION_CENTER_PLUGIN_VERSION' ) ) {
define( 'WP_NOTIFICATION_CENTER_PLUGIN_VERSION', '0.0.1' );
}
Expand Down

0 comments on commit 89e7137

Please sign in to comment.