Skip to content

Commit

Permalink
version bump & npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Oct 24, 2024
1 parent d2c1611 commit 90c3526
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion includes/Admin/Settings/assets/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes/Admin/Settings/assets/css/calendar.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes/Admin/Settings/assets/js/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => 'd8c39255ca86ffb279ea');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-primitives', 'wp-url'), 'version' => '2f4347a8e1ef3f6908f7');
2 changes: 1 addition & 1 deletion includes/Admin/Settings/assets/js/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion includes/Admin/Settings/assets/js/calendar.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-date', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-url'), 'version' => '7d0d53568709a04f19c8');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-date', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-url'), 'version' => '0fbe4267eae8f76e089b');
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.8",
"version": "5.1.9",
"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
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
Stable tag: 5.1.9
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 5.1.9 - 2024-10-24 =
- Improved: Social Media connection process.
- Fixed: Few minor bug fixes & improvements.

= 5.1.8 - 2024-10-23 =
- Fixed: Scheduled posts were't showing on Dashboard widget.
- Fixed: Categories weren't sharing on Medium.
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.8
* Version: 5.1.9
* 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.8');
define('WPSP_VERSION', '5.1.9');
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 90c3526

Please sign in to comment.