Skip to content

Commit

Permalink
v4.1.1 updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NahidHasanTushar1 committed Sep 13, 2021
1 parent 5f11c9f commit b23f065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: post schedule, editor calendar, schedule-calendar, editorial calendar, soc
Requires at least: 4.0
Tested up to: 5.8
Requires PHP: 5.4
Stable tag: 4.1.0
Stable tag: 4.1.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -188,6 +188,12 @@ Contact at WPDeveloper.net [Support Page](https://wpdeveloper.net/support)

== Changelog ==

= 4.1.1 - 2021-09-13 =
* Added: Control for disabling SchedulePress from Elementor
* Added: Tooltip on SchedulePress icon.
* Changed: SchedulePress icon position on Elementor.
* Fixed: Few minor bug fix & improvements

= 4.1.0 - 2021-08-29 =
* Added: Scheduling feature in Elementor editor.
* Fixed: Few minor bug fix & improvements
Expand Down
4 changes: 2 additions & 2 deletions wp-scheduled-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
* Version: 4.1.1
* Author: WPDeveloper
* Author URI: https://wpdeveloper.net
* Text Domain: wp-scheduled-posts
Expand Down Expand Up @@ -46,7 +46,7 @@ public function define_constants()
/**
* Defines CONSTANTS for Whole plugins.
*/
define('WPSP_VERSION', '4.1.0');
define('WPSP_VERSION', '4.1.1');
define('WPSP_SETTINGS_NAME', 'wpsp_settings');
define('WPSP_PLUGIN_FILE', __FILE__);
define('WPSP_PLUGIN_BASENAME', plugin_basename(__FILE__));
Expand Down

0 comments on commit b23f065

Please sign in to comment.