Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean90 committed Mar 27, 2023
1 parent 24e19f0 commit 3eed04a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions digest.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
/**
* Plugin Name: Digest Notifications
* Plugin URI: https://required.com/services/wordpress-plugins/digest-notifications/
* Description: Get a daily or weekly digest of what's happening on your site
* instead of receiving a single email each time.
* Version: 2.0.0
* Author: required
* Author URI: https://required.com
* License: GPLv2+
* Text Domain: digest
* Plugin Name: Digest Notifications
* Plugin URI: https://required.com/services/wordpress-plugins/digest-notifications/
* Description: Get a daily or weekly digest of what's happening on your site
* instead of receiving a single email each time.
* Version: 3.0.0
* Requires at least: 6.0
* Requires PHP: 7.4
* Requires PHP: 7.4
* Author: required
* Author URI: https://required.com
* License: GPLv2+
* Text Domain: digest
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion inc/namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

define( __NAMESPACE__ . '\PLUGIN_FILE', dirname( __DIR__ ) . '/digest.php' );
define( __NAMESPACE__ . '\PLUGIN_DIR', dirname( __DIR__ ) );
define( __NAMESPACE__ . '\VERSION', '2.0.0-alpha' );
define( __NAMESPACE__ . '\VERSION', '3.0.0' );

/**
* Initializes the plugin.
Expand Down

0 comments on commit 3eed04a

Please # to comment.