Skip to content

Commit 3584936

Browse files
committed
1.1.8
1 parent b9e7a6b commit 3584936

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: auto post, social media, twitter, instagram, linkedin
55
Requires at least: 6.0
66
Tested up to: 6.9
77
Requires PHP: 7.4
8-
Stable tag: 1.1.7
8+
Stable tag: 1.1.8
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -438,6 +438,9 @@ Social Post Flow offers a 7-day free trial so you can test all features before p
438438

439439
== Changelog ==
440440

441+
= 1.1.8 (2026-01-19) =
442+
* Added: Display number of days remaining in trial
443+
441444
= 1.1.7 (2026-01-08) =
442445
* Fix: New Installations: Set statuses to add to end of queue (i.e. hourly) instead of post immediately, for better views and engagement
443446
* Fix: Repost: Don't automatically schedule the repost event when reposting is disabled

social-post-flow.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @wordpress-plugin
99
* Plugin Name: Social Post Flow
1010
* Plugin URI: http://www.socialpostflow.com/integrations/wordpress
11-
* Version: 1.1.7
11+
* Version: 1.1.8
1212
* Author: Social Post Flow
1313
* Author URI: http://www.socialpostflow.com
1414
* Description: Send WordPress Pages, Posts or Custom Post Types to social media for scheduled publishing to social networks.
@@ -27,8 +27,8 @@
2727
}
2828

2929
// Define Plugin version and build date.
30-
define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.1.7' );
31-
define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2026-01-08 18:00:00' );
30+
define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.1.8' );
31+
define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2026-01-19 18:00:00' );
3232

3333
// Define Plugin paths.
3434
define( 'SOCIAL_POST_FLOW_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

0 commit comments

Comments
 (0)