PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / 6.2.5
Social Media Auto Poster – Schedule & Publish to Buffer v6.2.5
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 All 126 releases
← All changes | wp-to-buffer.php +3 -3 6.2.06.2.5 View file →
@@ -7,9 +7,9 @@
7 7 *
8 8 * @wordpress-plugin
9 9 * Plugin Name: WP to Buffer
10 10 * Plugin URI: https://www.wpzinc.com/plugins/wordpress-to-buffer-pro
11 - * Version: 6.2.0
11 + * Version: 6.2.5
12 12 * Author: WP Zinc
13 13 * Author URI: https://www.wpzinc.com
14 14 * Description: Send WordPress Pages, Posts or Custom Post Types to your Buffer (buffer.com) account for scheduled publishing to social networks.
15 15 * Text Domain: wp-to-buffer
@@ -26,10 +26,10 @@
26 26 return;
27 27 }
28 28
29 29 // Define Plugin version and build date.
30 -define( 'WP_TO_BUFFER_PLUGIN_VERSION', '6.2.0' );
31 -define( 'WP_TO_BUFFER_PLUGIN_BUILD_DATE', '2026-08-19 18:00:00' );
30 +define( 'WP_TO_BUFFER_PLUGIN_VERSION', '6.2.5' );
31 +define( 'WP_TO_BUFFER_PLUGIN_BUILD_DATE', '2026-09-18 18:00:00' );
32 32
33 33 // Define Plugin paths.
34 34 define( 'WP_TO_BUFFER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
35 35 define( 'WP_TO_BUFFER_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );