Changeset 3348057
- Timestamp:
- 08/21/2025 10:50:16 AM (7 months ago)
- Location:
- social-post-flow
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.4 (copied) (copied from social-post-flow/trunk)
-
tags/1.0.4/includes/class-social-post-flow-admin.php (modified) (1 diff)
-
tags/1.0.4/readme.txt (modified) (5 diffs)
-
tags/1.0.4/social-post-flow.php (modified) (2 diffs)
-
trunk/includes/class-social-post-flow-admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/social-post-flow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-post-flow/tags/1.0.4/includes/class-social-post-flow-admin.php
r3345152 r3348057 543 543 add_query_arg( 544 544 array( 545 'page' => 'social-post-flow -settings',545 'page' => 'social-post-flow', 546 546 ), 547 547 admin_url( 'admin.php' ) -
social-post-flow/tags/1.0.4/readme.txt
r3346110 r3348057 1 === Auto Post, Auto Publish and Schedule to Social Media - Social Post Flow===2 Contributors: socialpostflow ,wpzinc1 === Social Post Flow: Social Media Auto Post, Schedule and Publish === 2 Contributors: socialpostflow 3 3 Donate link: https://www.socialpostflow.com/integrations/wordpress 4 4 Tags: auto post, auto publish, social media scheduling, social media automation … … 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 14 14 == Description == 15 15 16 Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Mastodon and more with Social Post Flow.16 Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Pinterest, Mastodon and more with Social Post Flow. 17 17 18 18 Don't have a Social Post Flow account? Pricing starts at $99/year for 10 social accounts, and you can [sign up for a free 7 day trial](https://app.socialpostflow.com/register) … … 97 97 - WordPress to Twitter / X Auto Post 98 98 - WordPress to Instagram Auto Post 99 - WordPress to Pinterest Auto Post 99 100 - WordPress to Mastodon Auto Post 100 101 … … 154 155 == Changelog == 155 156 157 = 1.0.4 (2025-08-21) = 158 * Added: Pinterest support 159 * Fix: Plugins: Settings Link 160 156 161 = 1.0.3 (2025-08-18) = 157 162 * Fix: Logs: Use nonce for <select> filter dropdowns -
social-post-flow/tags/1.0.4/social-post-flow.php
r3346110 r3348057 9 9 * Plugin Name: Social Post Flow 10 10 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress 11 * Version: 1.0. 311 * Version: 1.0.4 12 12 * Author: Social Post Flow 13 13 * Author URI: http://www.socialpostflow.com … … 28 28 29 29 // Define Plugin version and build date. 30 define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.0. 3' );31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-08- 1818:00:00' );30 define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.0.4' ); 31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-08-21 18:00:00' ); 32 32 33 33 // Define Plugin paths. -
social-post-flow/trunk/includes/class-social-post-flow-admin.php
r3345152 r3348057 543 543 add_query_arg( 544 544 array( 545 'page' => 'social-post-flow -settings',545 'page' => 'social-post-flow', 546 546 ), 547 547 admin_url( 'admin.php' ) -
social-post-flow/trunk/readme.txt
r3346110 r3348057 1 === Auto Post, Auto Publish and Schedule to Social Media - Social Post Flow===2 Contributors: socialpostflow ,wpzinc1 === Social Post Flow: Social Media Auto Post, Schedule and Publish === 2 Contributors: socialpostflow 3 3 Donate link: https://www.socialpostflow.com/integrations/wordpress 4 4 Tags: auto post, auto publish, social media scheduling, social media automation … … 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 14 14 == Description == 15 15 16 Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Mastodon and more with Social Post Flow.16 Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Pinterest, Mastodon and more with Social Post Flow. 17 17 18 18 Don't have a Social Post Flow account? Pricing starts at $99/year for 10 social accounts, and you can [sign up for a free 7 day trial](https://app.socialpostflow.com/register) … … 97 97 - WordPress to Twitter / X Auto Post 98 98 - WordPress to Instagram Auto Post 99 - WordPress to Pinterest Auto Post 99 100 - WordPress to Mastodon Auto Post 100 101 … … 154 155 == Changelog == 155 156 157 = 1.0.4 (2025-08-21) = 158 * Added: Pinterest support 159 * Fix: Plugins: Settings Link 160 156 161 = 1.0.3 (2025-08-18) = 157 162 * Fix: Logs: Use nonce for <select> filter dropdowns -
social-post-flow/trunk/social-post-flow.php
r3346110 r3348057 9 9 * Plugin Name: Social Post Flow 10 10 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress 11 * Version: 1.0. 311 * Version: 1.0.4 12 12 * Author: Social Post Flow 13 13 * Author URI: http://www.socialpostflow.com … … 28 28 29 29 // Define Plugin version and build date. 30 define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.0. 3' );31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-08- 1818:00:00' );30 define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.0.4' ); 31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-08-21 18:00:00' ); 32 32 33 33 // Define Plugin paths.
Note: See TracChangeset
for help on using the changeset viewer.