Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmikita committed Jul 15, 2018
1 parent 5cd5fc1 commit d003ab9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion class/Admin/NotificationDuplicator.php
Expand Up @@ -38,7 +38,7 @@ public function add_duplicate_row_action( $row_actions, $post ) {
*
* @action admin_post_notification_duplicate
*
* @since [Next]
* @since 5.2.3
* @return void
*/
public function notification_duplicate() {
Expand Down
2 changes: 1 addition & 1 deletion class/Defaults/Trigger/Post/PostTrigger.php
Expand Up @@ -194,7 +194,7 @@ public static function get_post_type_name( $post_type ) {
/**
* Gets post type slug
*
* @since [Next]
* @since 5.2.3
* @return string post type slug
*/
public function get_post_type() {
Expand Down
4 changes: 2 additions & 2 deletions notification.php
Expand Up @@ -4,7 +4,7 @@
* Description: Customisable email and webhook notifications with powerful developer friendly API for custom triggers and notifications. Send alerts easily.
* Author: BracketSpace
* Author URI: https://bracketspace.com
* Version: 5.2.2
* Version: 5.2.3
* License: GPL3
* Text Domain: notification
* Domain Path: /languages
Expand Down Expand Up @@ -78,7 +78,7 @@ function notification_runtime() {
/**
* Create a helper function for easy SDK access.
*
* @since [Next]
* @since 5.2.3
* @return object
*/
function not_fs() {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/underDEV/
Tags: notification, notify, alert, email, mail, webhook, API, developer, framework
Requires at least: 4.6
Tested up to: 4.9.5
Stable tag: 5.2.2
Stable tag: 5.2.3
Requires PHP: 5.3
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -209,7 +209,7 @@ Yes, you can. [See the detailed guide](https://docs.bracketspace.com/docs/includ

== Changelog ==

= [Next] =
= 5.2.3 =
* [Fixed] Duplicated meta for active notification type.
* [Fixed] Post Title merge tag HTML entities, thanks to @freshjustin.
* [Fixed] Problem with disabling active notification types when switching notification status, thanks to @freshjustin.
Expand Down
6 changes: 3 additions & 3 deletions tests/core/test-main.php
Expand Up @@ -13,7 +13,7 @@ class MainTest extends WP_UnitTestCase {
/**
* Setup test
*
* @since [Next]
* @since 5.2.3
*/
public function setUp() {
parent::setUp();
Expand All @@ -23,7 +23,7 @@ public function setUp() {
/**
* Test Runtime instance
*
* @since [Next]
* @since 5.2.3
*/
public function test_runtime() {
$this->assertInstanceOf( 'BracketSpace\Notification\Runtime', $this->notification );
Expand All @@ -32,7 +32,7 @@ public function test_runtime() {
/**
* Test boot method
*
* @since [Next]
* @since 5.2.3
*/
public function test_boot() {

Expand Down

0 comments on commit d003ab9

Please sign in to comment.