Changeset 1705037
- Timestamp:
- 07/29/2017 03:06:59 PM (9 years ago)
- Location:
- wp-to-buffer/trunk
- Files:
-
- 3 edited
-
includes/admin/publish.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-to-buffer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-to-buffer/trunk/includes/admin/publish.php
r1615970 r1705037 35 35 36 36 // Actions 37 add_action( 'wp_loaded', array( $this, 'register_publish_hooks' ) );37 add_action( 'wp_loaded', array( $this, 'register_publish_hooks' ), 1 ); 38 38 add_action( 'wp_to_buffer_pro', array( $this, 'publish' ), 1, 2 ); 39 39 -
wp-to-buffer/trunk/readme.txt
r1668938 r1705037 68 68 == Changelog == 69 69 70 = 3.2.9 = 71 * Fix: Set priority of 1 on wp_loaded for register_publish_hooks, to ensure Publish Hooks are fired on imports and some third party Plugins 72 70 73 = 3.2.8 = 71 74 * Added: Simplified authentication process with Buffer. No need to enter Access Tokens or Register Apps any more! -
wp-to-buffer/trunk/wp-to-buffer.php
r1668938 r1705037 3 3 * Plugin Name: WP to Buffer 4 4 * Plugin URI: http://www.wpzinc.com/plugins/wp-to-buffer-pro 5 * Version: 3.2. 85 * Version: 3.2.9 6 6 * Author: WP Zinc 7 7 * Author URI: http://www.wpzinc.com … … 58 58 $this->plugin->settingsName = 'wp-to-buffer'; // Settings key - ensures upgrade users don't lose settings 59 59 $this->plugin->displayName = 'WP to Buffer'; 60 $this->plugin->version = '3.2. 8';61 $this->plugin->buildDate = '2017-0 6-0118:00:00';60 $this->plugin->version = '3.2.9'; 61 $this->plugin->buildDate = '2017-07-29 18:00:00'; 62 62 $this->plugin->requires = 3.6; 63 63 $this->plugin->tested = '4.8';
Note: See TracChangeset
for help on using the changeset viewer.