diff --git a/languages/wp-scheduled-posts.pot b/languages/wp-scheduled-posts.pot index e1406aa0..06a507f5 100644 --- a/languages/wp-scheduled-posts.pot +++ b/languages/wp-scheduled-posts.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the SchedulePress plugin. msgid "" msgstr "" -"Project-Id-Version: SchedulePress 5.1.4\n" +"Project-Id-Version: SchedulePress 5.1.6\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-scheduled-posts\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-07-14T10:40:00+00:00\n" +"POT-Creation-Date: 2024-09-04T10:27:05+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.8.1\n" "X-Domain: wp-scheduled-posts\n" diff --git a/package.json b/package.json index eeacab16..60cda6d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-scheduled-posts", - "version": "5.1.5", + "version": "5.1.6", "description": "=== WP Scheduled Posts ===\r Contributors: wpdevteam, Asif2BD, re_enter_rupok, onetarek, hakimcseru, nayanchamp7\r Tags: post schedule, editor calendar, schedule-calendar, schedule bar, scheduled posts, schedule, schedule widget, scheduler, schedule menu bar, admin bar, dashboard widget, missed scheduled, calendar, missed schedule, future post, schedule issue, post later, admin bar, admin, multi author\r Requires at least: 4.0\r Tested up to: 5.0\r Requires PHP: 5.4\r Stable tag: 2.0.2\r License: GPLv3\r License URI: https://opensource.org/licenses/GPL-3.0", "scripts": { "build": "wp-scripts build", diff --git a/readme.txt b/readme.txt index a957a0bf..b1b14826 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: post schedule, schedule calendar, auto scheduler, auto sharing, social sha Requires at least: 4.0 Tested up to: 6.6 Requires PHP: 7.2 -Stable tag: 5.1.5 +Stable tag: 5.1.6 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -208,6 +208,11 @@ No, SchedulePress doesn’t require any additional plugin. All you have to do is == Changelog == += 5.1.6 - 2024-04-09 = +- Fixed: Publish Post Immediately wasn't working. +- Fixed: Scheduled Posts were missing from Admin bar. +- Few minor bug fixes & improvements. + = 5.1.5 - 2024-08-11 = - Fixed: PHP Fatal error for Guzzelhttp. - Improved: Post sharing issue from Multisite website. diff --git a/wp-scheduled-posts.php b/wp-scheduled-posts.php index e4344f3c..33147ced 100644 --- a/wp-scheduled-posts.php +++ b/wp-scheduled-posts.php @@ -2,7 +2,7 @@ /* * Plugin Name: SchedulePress * 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: 5.1.5 + * Version: 5.1.6 * Author: WPDeveloper * Author URI: https://wpdeveloper.com * Text Domain: wp-scheduled-posts @@ -75,7 +75,7 @@ public function define_constants() /** * Defines CONSTANTS for Whole plugins. */ - define('WPSP_VERSION', '5.1.5'); + define('WPSP_VERSION', '5.1.6'); define('WPSP_SETTINGS_NAME_OLD', 'wpsp_settings'); define('WPSP_SETTINGS_NAME', 'wpsp_settings_v5'); define('WPSP_PLUGIN_FILE', __FILE__);