Skip to content

Commit

Permalink
Merge pull request #6 from TukuToi/develop
Browse files Browse the repository at this point in the history
Updated Readme and Version
  • Loading branch information
smileBeda authored Jul 7, 2021
2 parents 297cf8f + ff421f7 commit 8052ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.tukutoi.com/
Tags: email, visitor, view, notification, conditional, talent
Requires at least: 4.9
Tested up to: 5.7
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions tkt-send-email-if.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: TukuToi Send Email If
* Plugin URI: https://www.tukutoi.com/program/send-email-if/
* Description: Send Email If Plugin allows you to send an email to a dynamically set receiver, whenever a Post is visited by users of defined roles.
* Version: 1.0.0
* Version: 1.0.1
* Author: TukuToi
* Author URI: https://www.tukutoi.com/
* License: GPL-2.0+
Expand All @@ -34,7 +34,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'TKT_SEND_EMAIL_IF_VERSION', '1.0.0' );
define( 'TKT_SEND_EMAIL_IF_VERSION', '1.0.1' );

/**
* The core plugin class that is used to define internationalization,
Expand Down

0 comments on commit 8052ea2

Please sign in to comment.