Skip to content

Commit c1958d4

Browse files
committed
1.3.5
1 parent 57aa6e6 commit c1958d4

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

includes/class-social-post-flow-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Social_Post_Flow_API {
2121
*
2222
* @var string.
2323
*/
24-
private $app_endpoint = 'https://app.socialpostflow.com';
24+
private $app_endpoint = 'https://app.socialpostflow.com/';
2525

2626
/**
2727
* Holds the API endpoint

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, google business, instagram, linkedin
55
Requires at least: 6.0
66
Tested up to: 7.0
77
Requires PHP: 7.4
8-
Stable tag: 1.3.4
8+
Stable tag: 1.3.5
99
License: GPLv3 or later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

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

451451
== Changelog ==
452452

453+
= 1.3.5 (2026-05-25) =
454+
* Fix: Registration, Billing and Profile URLs
455+
453456
= 1.3.4 (2026-05-23) =
454457
* Fix: API: Endpoints
455458

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.3.4
11+
* Version: 1.3.5
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.3.4' );
31-
define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2026-05-23 18:00:00' );
30+
define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.3.5' );
31+
define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2026-05-25 11:30:00' );
3232

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

views/settings-auth-required.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<a href="<?php echo esc_url( $oauth_url ); ?>" class="button button-primary">
5353
<?php esc_html_e( 'Authorize Plugin', 'social-post-flow' ); ?>
5454
</a>
55+
<a href="<?php echo esc_attr( social_post_flow()->get_class( 'api' )->get_registration_url() ); ?>" class="button button-secondary">
56+
<?php esc_html_e( 'Register Account', 'social-post-flow' ); ?>
57+
</a>
5558
</div>
5659
</div>
5760
</div>

0 commit comments

Comments
 (0)