From 6586aa6a8121cf5e070efcbe4e25f0ee2414f1a3 Mon Sep 17 00:00:00 2001 From: Nahid Hasan Tushar Date: Mon, 25 Apr 2022 14:21:24 +0600 Subject: [PATCH] v4.1.5 readme updated --- readme.txt | 7 ++++++- wp-scheduled-posts.php | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index dc2e333c..8c557c22 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: post schedule, editor calendar, schedule-calendar, editorial calendar, soc Requires at least: 4.0 Tested up to: 5.9 Requires PHP: 5.4 -Stable tag: 4.1.4 +Stable tag: 4.1.5 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -209,6 +209,11 @@ No, SchedulePress doesn’t require any additional plugin. All you have to do is == Changelog == += 4.1.5 - 2022-04-25 = +* Fixed: Time validation issue in SchedulePress Calendar. +* Improvement: Added error notice in Twitter API. +* Few minor bug fix & improvements + = 4.1.4 - 2022-02-20 = * Fixed: Dashboard data fetching issue. * Fixed: Excerpt option for LinkedIn share. diff --git a/wp-scheduled-posts.php b/wp-scheduled-posts.php index 32d3e502..28710dad 100644 --- a/wp-scheduled-posts.php +++ b/wp-scheduled-posts.php @@ -2,7 +2,7 @@ /* * Plugin Name: SchedulePress (Formerly Known as WP Scheduled Posts) * Description: Automate your content workflow with SchedulePress. Take a quick glance at your content planning with Schedule Calendar, Dashboard widget & Sitewide admin bar. Instantly share your posts on social media platforms such as Facebook, Twitter & many more. - * Version: 4.1.4 + * Version: 4.1.5 * Author: WPDeveloper * Author URI: https://wpdeveloper.com * Text Domain: wp-scheduled-posts @@ -46,7 +46,7 @@ public function define_constants() /** * Defines CONSTANTS for Whole plugins. */ - define('WPSP_VERSION', '4.1.4'); + define('WPSP_VERSION', '4.1.5'); define('WPSP_SETTINGS_NAME', 'wpsp_settings'); define('WPSP_PLUGIN_FILE', __FILE__); define('WPSP_PLUGIN_BASENAME', plugin_basename(__FILE__));