Plugin Directory

Changeset 3409106


Ignore:
Timestamp:
12/03/2025 09:10:44 AM (4 months ago)
Author:
socialpostflow
Message:

Update to version 1.1.4 from GitHub

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

Legend:

Unmodified
Added
Removed
  • social-post-flow/tags/1.1.4/includes/class-social-post-flow-settings.php

    r3344663 r3409106  
    308308            case 'queue_start':
    309309            case 'queue_end':
    310             case 'now':
     310            case 'immediate':
    311311                $row['schedule'] = $schedule[ $status['schedule'] ];
    312312                break;
  • social-post-flow/tags/1.1.4/readme.txt

    r3404687 r3409106  
    44Tags: auto post, social media, twitter, instagram, linkedin
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    435435== Changelog ==
    436436
     437= 1.1.4 (2025-12-03) =
     438* Fix: Settings: Status: Show text in Schedule column when changing the Schedule option = Post Immediately
     439
    437440= 1.1.3 (2025-11-28) =
    438441* Added: Status: Add Profile link
  • social-post-flow/tags/1.1.4/social-post-flow.php

    r3404687 r3409106  
    99 * Plugin Name: Social Post Flow
    1010 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress
    11  * Version: 1.1.3
     11 * Version: 1.1.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.1.3' );
    31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-11-28 11:00:00' );
     30define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.1.4' );
     31define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-12-03 18:00:00' );
    3232
    3333// Define Plugin paths.
  • social-post-flow/trunk/includes/class-social-post-flow-settings.php

    r3344663 r3409106  
    308308            case 'queue_start':
    309309            case 'queue_end':
    310             case 'now':
     310            case 'immediate':
    311311                $row['schedule'] = $schedule[ $status['schedule'] ];
    312312                break;
  • social-post-flow/trunk/readme.txt

    r3404687 r3409106  
    44Tags: auto post, social media, twitter, instagram, linkedin
    55Requires at least: 6.0
    6 Tested up to: 6.8
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.1.3
     8Stable tag: 1.1.4
    99License: GPLv3 or later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    435435== Changelog ==
    436436
     437= 1.1.4 (2025-12-03) =
     438* Fix: Settings: Status: Show text in Schedule column when changing the Schedule option = Post Immediately
     439
    437440= 1.1.3 (2025-11-28) =
    438441* Added: Status: Add Profile link
  • social-post-flow/trunk/social-post-flow.php

    r3404687 r3409106  
    99 * Plugin Name: Social Post Flow
    1010 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress
    11  * Version: 1.1.3
     11 * Version: 1.1.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.1.3' );
    31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-11-28 11:00:00' );
     30define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.1.4' );
     31define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-12-03 18:00:00' );
    3232
    3333// Define Plugin paths.
Note: See TracChangeset for help on using the changeset viewer.