mirror of
https://gh.llkk.cc/https://github.com/Tetrakern/fictioneer-email-notifications.git
synced 2025-10-03 18:11:01 +08:00
Bumb version to 1.0.3
This commit is contained in:
parent
343e23c40a
commit
be918c4f04
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Fictioneer Email Notifications
|
||||
* Description: Allows readers to subscribe to selected updates via email. You can choose to receive notifications for all new content, specific post types, or selected stories and taxonomies. Works for both guests and registered users.
|
||||
* Plugin URI: https://github.com/Tetrakern/fictioneer-email-notifications
|
||||
* Version: 1.0.2
|
||||
* Version: 1.0.3
|
||||
* Requires at least: 6.1
|
||||
* Requires PHP: 7.4
|
||||
* Author: Tetrakern
|
||||
|
@ -15,8 +15,8 @@
|
|||
defined( 'ABSPATH' ) OR exit;
|
||||
|
||||
// Version
|
||||
define( 'FCNEN_VERSION', '1.0.2' );
|
||||
define( 'FCNEN_RELEASE_TAG', 'v1.0.2' );
|
||||
define( 'FCNEN_VERSION', '1.0.3' );
|
||||
define( 'FCNEN_RELEASE_TAG', 'v1.0.3' );
|
||||
|
||||
// =======================================================================================
|
||||
// CONSTANTS & DEFAULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue