Plugin Directory

Changeset 3348057


Ignore:
Timestamp:
08/21/2025 10:50:16 AM (7 months ago)
Author:
socialpostflow
Message:

Update to version 1.0.4 from GitHub

Location:
social-post-flow
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • social-post-flow/tags/1.0.4/includes/class-social-post-flow-admin.php

    r3345152 r3348057  
    543543            add_query_arg(
    544544                array(
    545                     'page' => 'social-post-flow-settings',
     545                    'page' => 'social-post-flow',
    546546                ),
    547547                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,wpzinc
     1=== Social Post Flow: Social Media Auto Post, Schedule and Publish ===
     2Contributors: socialpostflow
    33Donate link: https://www.socialpostflow.com/integrations/wordpress
    44Tags: auto post, auto publish, social media scheduling, social media automation
     
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1414== Description ==
    1515
    16 Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Mastodon and more with Social Post Flow.
     16Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Pinterest, Mastodon and more with Social Post Flow.
    1717
    1818Don'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)
     
    9797- WordPress to Twitter / X Auto Post
    9898- WordPress to Instagram Auto Post
     99- WordPress to Pinterest Auto Post
    99100- WordPress to Mastodon Auto Post
    100101
     
    154155== Changelog ==
    155156
     157= 1.0.4 (2025-08-21) =
     158* Added: Pinterest support
     159* Fix: Plugins: Settings Link
     160
    156161= 1.0.3 (2025-08-18) =
    157162* Fix: Logs: Use nonce for <select> filter dropdowns
  • social-post-flow/tags/1.0.4/social-post-flow.php

    r3346110 r3348057  
    99 * Plugin Name: Social Post Flow
    1010 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress
    11  * Version: 1.0.3
     11 * Version: 1.0.4
    1212 * Author: Social Post Flow
    1313 * Author URI: http://www.socialpostflow.com
     
    2828
    2929// 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-18 18:00:00' );
     30define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.0.4' );
     31define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-08-21 18:00:00' );
    3232
    3333// Define Plugin paths.
  • social-post-flow/trunk/includes/class-social-post-flow-admin.php

    r3345152 r3348057  
    543543            add_query_arg(
    544544                array(
    545                     'page' => 'social-post-flow-settings',
     545                    'page' => 'social-post-flow',
    546546                ),
    547547                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,wpzinc
     1=== Social Post Flow: Social Media Auto Post, Schedule and Publish ===
     2Contributors: socialpostflow
    33Donate link: https://www.socialpostflow.com/integrations/wordpress
    44Tags: auto post, auto publish, social media scheduling, social media automation
     
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 1.0.3
     8Stable tag: 1.0.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1414== Description ==
    1515
    16 Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Mastodon and more with Social Post Flow.
     16Auto post your Posts, Pages, Events, Products and more to Facebook, X / Twitter, Threads, Instagram, Pinterest, Mastodon and more with Social Post Flow.
    1717
    1818Don'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)
     
    9797- WordPress to Twitter / X Auto Post
    9898- WordPress to Instagram Auto Post
     99- WordPress to Pinterest Auto Post
    99100- WordPress to Mastodon Auto Post
    100101
     
    154155== Changelog ==
    155156
     157= 1.0.4 (2025-08-21) =
     158* Added: Pinterest support
     159* Fix: Plugins: Settings Link
     160
    156161= 1.0.3 (2025-08-18) =
    157162* Fix: Logs: Use nonce for <select> filter dropdowns
  • social-post-flow/trunk/social-post-flow.php

    r3346110 r3348057  
    99 * Plugin Name: Social Post Flow
    1010 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress
    11  * Version: 1.0.3
     11 * Version: 1.0.4
    1212 * Author: Social Post Flow
    1313 * Author URI: http://www.socialpostflow.com
     
    2828
    2929// 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-18 18:00:00' );
     30define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.0.4' );
     31define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-08-21 18:00:00' );
    3232
    3333// Define Plugin paths.
Note: See TracChangeset for help on using the changeset viewer.