Changeset 3409106
- Timestamp:
- 12/03/2025 09:10:44 AM (4 months ago)
- Location:
- social-post-flow
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from social-post-flow/trunk)
-
tags/1.1.4/includes/class-social-post-flow-settings.php (modified) (1 diff)
-
tags/1.1.4/readme.txt (modified) (2 diffs)
-
tags/1.1.4/social-post-flow.php (modified) (2 diffs)
-
trunk/includes/class-social-post-flow-settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/social-post-flow.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
social-post-flow/tags/1.1.4/includes/class-social-post-flow-settings.php
r3344663 r3409106 308 308 case 'queue_start': 309 309 case 'queue_end': 310 case ' now':310 case 'immediate': 311 311 $row['schedule'] = $schedule[ $status['schedule'] ]; 312 312 break; -
social-post-flow/tags/1.1.4/readme.txt
r3404687 r3409106 4 4 Tags: auto post, social media, twitter, instagram, linkedin 5 5 Requires at least: 6.0 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 435 435 == Changelog == 436 436 437 = 1.1.4 (2025-12-03) = 438 * Fix: Settings: Status: Show text in Schedule column when changing the Schedule option = Post Immediately 439 437 440 = 1.1.3 (2025-11-28) = 438 441 * Added: Status: Add Profile link -
social-post-flow/tags/1.1.4/social-post-flow.php
r3404687 r3409106 9 9 * Plugin Name: Social Post Flow 10 10 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress 11 * Version: 1.1. 311 * Version: 1.1.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.1. 3' );31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-1 1-28 11:00:00' );30 define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.1.4' ); 31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-12-03 18:00:00' ); 32 32 33 33 // Define Plugin paths. -
social-post-flow/trunk/includes/class-social-post-flow-settings.php
r3344663 r3409106 308 308 case 'queue_start': 309 309 case 'queue_end': 310 case ' now':310 case 'immediate': 311 311 $row['schedule'] = $schedule[ $status['schedule'] ]; 312 312 break; -
social-post-flow/trunk/readme.txt
r3404687 r3409106 4 4 Tags: auto post, social media, twitter, instagram, linkedin 5 5 Requires at least: 6.0 6 Tested up to: 6. 86 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 License: GPLv3 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 435 435 == Changelog == 436 436 437 = 1.1.4 (2025-12-03) = 438 * Fix: Settings: Status: Show text in Schedule column when changing the Schedule option = Post Immediately 439 437 440 = 1.1.3 (2025-11-28) = 438 441 * Added: Status: Add Profile link -
social-post-flow/trunk/social-post-flow.php
r3404687 r3409106 9 9 * Plugin Name: Social Post Flow 10 10 * Plugin URI: http://www.socialpostflow.com/integrations/wordpress 11 * Version: 1.1. 311 * Version: 1.1.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.1. 3' );31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-1 1-28 11:00:00' );30 define( 'SOCIAL_POST_FLOW_PLUGIN_VERSION', '1.1.4' ); 31 define( 'SOCIAL_POST_FLOW_PLUGIN_BUILD_DATE', '2025-12-03 18:00:00' ); 32 32 33 33 // Define Plugin paths.
Note: See TracChangeset
for help on using the changeset viewer.