Plugin Directory

Changeset 1718886


Ignore:
Timestamp:
08/24/2017 04:12:08 PM (8 years ago)
Author:
n7studios
Message:

Adding version 3.3.0

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

Legend:

Unmodified
Added
Removed
  • wp-to-buffer/trunk/readme.txt

    r1705037 r1718886  
    22Contributors: n7studios,wpzinc
    33Donate link: https://www.wpzinc.com/plugins/wordpress-to-buffer-pro
    4 Tags: buffer, bufferapp, buffer app, buffer my post, buffer old post, buffer post, post to buffer, promote old posts, promote posts, promote custom posts, promote selected posts, share posts, bulk share posts, share old posts, social, media, sharing, social media, social sharing, schedule, auto post, auto publish, facebook, facebook post, facebook selected posts, facebook plugin, auto facebook post, post facebook, post to facebook, twitter, twitter post, tweet post twitter selected posts, tweet selected posts twitter plugin, auto twitter post, auto tweet post post twitter, post to twitter, linkedin, linkedin post, linkedin selected posts, linkedin plugin, auto linkedin post, post linkedin, post to linkedin, google, google post, google selected posts, google plugin, auto google post, post google, post to google, pinterest, pinterest post, pinterest selected posts, pinterest plugin, auto pinterest post, post pinterest, post to pinterest, best wordpress social plugin, best wordpress social sharing plugin, best social plugin, best social sharing plugin, best facebook social plugin, best twitter social plugin, best linkedin social plugin, best pinterest social plugin, best google+ social plugin, instagram, pinterest
     4Tags: buffer, bufferapp, buffer app, buffer my post, buffer old post, buffer post, post to buffer, promote old posts, promote posts, promote custom posts, promote selected posts, share posts, bulk share posts, share old posts, social, media, sharing, social media, social sharing, schedule, auto post, auto publish, publish, facebook, facebook post, facebook selected posts, facebook plugin, auto facebook post, post facebook, post to facebook, twitter, twitter post, tweet post twitter selected posts, tweet selected posts twitter plugin, auto twitter post, auto tweet post post twitter, post to twitter, linkedin, linkedin post, linkedin selected posts, linkedin plugin, auto linkedin post, post linkedin, post to linkedin, google, google post, google selected posts, google plugin, auto google post, post google, post to google, pinterest, pinterest post, pinterest selected posts, pinterest plugin, auto pinterest post, post pinterest, post to pinterest, best wordpress social plugin, best wordpress social sharing plugin, best social plugin, best social sharing plugin, best facebook social plugin, best twitter social plugin, best linkedin social plugin, best pinterest social plugin, best google+ social plugin, instagram, pinterest
    55Requires at least: 3.6
    6 Tested up to: 4.8
     6Tested up to: 4.8.1
    77Stable tag: trunk
    88License: GPLv2 or later
     
    1818> <a href="https://www.wpzinc.com/plugins/wordpress-to-buffer-pro/" rel="friend" title="WordPress to Buffer Pro - Publish to Facebook, Twitter, LinkedIn, Google+ and Pinterest">WordPress to Buffer Pro</a> provides additional functionality:<br />
    1919>
    20 > - Pinterest: Post to your Pinterest boards<br />
     20> - Pinterest and Instagram: Post to your Pinterest boards, and receive Instagram notifications to post to Instagram on your mobile device<br />
    2121> - Separate Options per Social Network: Define different statuses for each Post Type and Social Network<br />
    2222> - Post, Author and Custom Meta Tags: Dynamically build status updates with Post, Author and Meta tags<br />
     
    6868== Changelog ==
    6969
     70= 3.3.0 =
     71* Fix: Clarified Pinterest + Instagram support; added tested with WordPress 4.8.1 flag
     72
    7073= 3.2.9 =
    7174* 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
  • wp-to-buffer/trunk/wp-to-buffer.php

    r1705037 r1718886  
    33* Plugin Name: WP to Buffer
    44* Plugin URI: http://www.wpzinc.com/plugins/wp-to-buffer-pro
    5 * Version: 3.2.9
     5* Version: 3.3.0
    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.9';
    61         $this->plugin->buildDate        = '2017-07-29 18:00:00';
     60        $this->plugin->version          = '3.3.0';
     61        $this->plugin->buildDate        = '2017-08-24 18:00:00';
    6262        $this->plugin->requires         = 3.6;
    63         $this->plugin->tested           = '4.8';
     63        $this->plugin->tested           = '4.8.1';
    6464        $this->plugin->folder           = plugin_dir_path( __FILE__ );
    6565        $this->plugin->url              = plugin_dir_url( __FILE__ );
     
    7777        $this->plugin->upgrade_reasons = array(
    7878            array(
    79                 __( 'Pinterest', $this->plugin->name ),
    80                 __( 'Post to your Pinterest boards', $this->plugin->name ),
     79                __( 'Pinterest and Instagram Support', $this->plugin->name ),
     80                __( 'Post to your Pinterest boards, and receive Instagram notifications to post to Instagram on your mobile device', $this->plugin->name ),
    8181            ),
    8282            array(
Note: See TracChangeset for help on using the changeset viewer.