Plugin Directory

Changeset 1135225


Ignore:
Timestamp:
04/15/2015 07:51:18 AM (11 years ago)
Author:
k2eric
Message:

Update to 3.1.7

Location:
tubepress/trunk
Files:
16 added
2 edited

Legend:

Unmodified
Added
Removed
  • tubepress/trunk/readme.txt

    r934726 r1135225  
    44Tags: video, youtube, gallery, videos, vimeo
    55Requires at least: 2.2
    6 Tested up to: 3.8
     6Tested up to: 4.2
    77License: Mozilla Public License v2.0
    8 Stable tag: 3.1.6
    9 
    10 Modern video galleries for the web. Visit us at tubepress.com for more!
    11 
    12 == Description ==
    13 
    14 **Demos**
    15 
    16 * [Simple gallery](http://tubepress.com/demo/)
    17 * [Feature showcase](http://tubepress.com/showcase/)
    18 * [Standalone PHP](http://tubepress.com/standalone_php_demo/)
    19 
    20 **Support**
    21 
    22 * [Documentation](http://tubepress.com/documentation/)
    23 * [Support forum](http://community.tubepress.com/)
    24 * [GitHub page](http://github.com/tubepress/tubepress)
    25 
    26 == Installation ==
    27 
    28 1. Unzip into your plugins directory at `(wp-content/plugins)`
    29 1. Activate TubePress from `Site Admin > Plugins`
    30 1. Configure from `Site Admin > Settings > TubePress`
    31 1. Type `[tubepress]` in a post or a page where you'd like to insert your first gallery
     8Stable tag: 3.1.7
     9
     10Modern video galleries for the web. Now moved entirely to tubepress.com.
     11
     12**Available for download exclusively from [tubepress.com](http://tubepress.com/).**
     13
     14We are no longer providing updates or support here at wordpress.org. Please see [this blog post](http://tubepress.com/blog/2015/04/the-death-of-the-youtube-api-v2-and-its-impact-on-tubepress/) for details.
    3215
    3316== Changelog ==
     17= 3.1.7 =
     18* Transitional release that provides a seamless upgrade path from 3.x.x to 4.x.x. Once you upgrade to 3.1.7, you will prompted again to upgrade to the latest TubePress from the 4.x.x series.
     19* Final release from wordpress.org plugin repository.
     20
    3421= 3.1.6 =
    3522* Bug Fixes
     
    608595
    609596= 0.1 =
    610 * Initial release 
     597* Initial release
    611598
    612599== Screenshots ==
  • tubepress/trunk/tubepress.php

    r934726 r1135225  
    55Description: Displays gorgeous YouTube and Vimeo galleries in your posts, pages, and/or sidebar. Upgrade to <a href="http://tubepress.com/pro/">TubePress Pro</a> for more features!
    66Author: TubePress LLC
    7 Version: 3.1.6
     7Version: 3.1.7
    88Author URI: http://tubepress.com
    99
     
    1818
    1919include 'src/main/php/scripts/boot.php';
     20
     21require 'vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php';
     22$myUpdateChecker = PucFactory::buildUpdateChecker(
     23    'http://snippets.wp.tubepress.com/update.php',
     24    __FILE__,
     25    plugin_basename(basename(dirname(__FILE__)) . '/tubepress.php')
     26);
Note: See TracChangeset for help on using the changeset viewer.