Plugin Directory

Changeset 1705037


Ignore:
Timestamp:
07/29/2017 03:06:59 PM (9 years ago)
Author:
n7studios
Message:

Adding version 3.2.9

Location:
wp-to-buffer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-to-buffer/trunk/includes/admin/publish.php

    r1615970 r1705037  
    3535
    3636        // Actions
    37         add_action( 'wp_loaded', array( $this, 'register_publish_hooks' ) );
     37        add_action( 'wp_loaded', array( $this, 'register_publish_hooks' ), 1 );
    3838        add_action( 'wp_to_buffer_pro', array( $this, 'publish' ), 1, 2 );
    3939
  • wp-to-buffer/trunk/readme.txt

    r1668938 r1705037  
    6868== Changelog ==
    6969
     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
    7073= 3.2.8 =
    7174* 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  
    33* Plugin Name: WP to Buffer
    44* Plugin URI: http://www.wpzinc.com/plugins/wp-to-buffer-pro
    5 * Version: 3.2.8
     5* Version: 3.2.9
    66* Author: WP Zinc
    77* Author URI: http://www.wpzinc.com
     
    5858        $this->plugin->settingsName     = 'wp-to-buffer'; // Settings key - ensures upgrade users don't lose settings
    5959        $this->plugin->displayName      = 'WP to Buffer';
    60         $this->plugin->version          = '3.2.8';
    61         $this->plugin->buildDate        = '2017-06-01 18:00:00';
     60        $this->plugin->version          = '3.2.9';
     61        $this->plugin->buildDate        = '2017-07-29 18:00:00';
    6262        $this->plugin->requires         = 3.6;
    6363        $this->plugin->tested           = '4.8';
Note: See TracChangeset for help on using the changeset viewer.