Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Jul 14, 2024
1 parent d243a3d commit 2ad5389
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
16 changes: 8 additions & 8 deletions languages/wp-scheduled-posts.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the SchedulePress plugin.
msgid ""
msgstr ""
"Project-Id-Version: SchedulePress 5.1.3\n"
"Project-Id-Version: SchedulePress 5.1.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-scheduled-posts\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-07-07T08:35:43+00:00\n"
"POT-Creation-Date: 2024-07-14T10:40:00+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"
Expand Down Expand Up @@ -910,17 +910,17 @@ msgstr ""

#: includes/Social/InstantShare.php:325
#: includes/Social/InstantShare.php:425
#: includes/Social/SocialProfile.php:212
#: includes/Social/SocialProfile.php:284
#: includes/Social/SocialProfile.php:653
#: includes/Social/SocialProfile.php:213
#: includes/Social/SocialProfile.php:290
#: includes/Social/SocialProfile.php:659
msgid "Invalid nonce."
msgstr ""

#: includes/Social/InstantShare.php:330
#: includes/Social/InstantShare.php:431
#: includes/Social/SocialProfile.php:216
#: includes/Social/SocialProfile.php:290
#: includes/Social/SocialProfile.php:659
#: includes/Social/SocialProfile.php:217
#: includes/Social/SocialProfile.php:296
#: includes/Social/SocialProfile.php:665
msgid "You are unauthorized to access social profiles."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-scheduled-posts",
"version": "5.1.3",
"version": "5.1.4",
"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",
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wpdevteam, Asif2BD, re_enter_rupok, priyomukul, shajalal, alimuzzamanalim, rudlinkon, shuvo247
Tags: post schedule, schedule calendar, auto scheduler, auto sharing, social share
Requires at least: 4.0
Tested up to: 6.5
Tested up to: 6.6
Requires PHP: 7.2
Stable tag: 5.1.3
Stable tag: 5.1.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -208,6 +208,13 @@ No, SchedulePress doesn’t require any additional plugin. All you have to do is

== Changelog ==

= 5.1.4 - 2024-07-14 =
- Added: WordPress 6.6 compatibility.
- Improved: Security Enhancement by Wordfence.
- Improved: Featured Image sharing process for Facebook Page.
- Improved: Pinterest Authentication Process.
- Few minor bug fixes & improvements.

= 5.1.3 - 2024-07-07 =
- Improved: Twitter Social Share
- Improved: Facebook Page conneting authentication process.
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
* 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.3
* Version: 5.1.4
* Author: WPDeveloper
* Author URI: https://wpdeveloper.com
* Text Domain: wp-scheduled-posts
Expand Down Expand Up @@ -75,7 +75,7 @@ public function define_constants()
/**
* Defines CONSTANTS for Whole plugins.
*/
define('WPSP_VERSION', '5.1.3');
define('WPSP_VERSION', '5.1.4');
define('WPSP_SETTINGS_NAME_OLD', 'wpsp_settings');
define('WPSP_SETTINGS_NAME', 'wpsp_settings_v5');
define('WPSP_PLUGIN_FILE', __FILE__);
Expand Down

0 comments on commit 2ad5389

Please sign in to comment.