| @@ -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__ ) ); |