Changeset 1135225
- Timestamp:
- 04/15/2015 07:51:18 AM (11 years ago)
- Location:
- tubepress/trunk
- Files:
-
- 16 added
- 2 edited
-
readme.txt (modified) (2 diffs)
-
tubepress.php (modified) (2 diffs)
-
vendor/yahnis-elsts (added)
-
vendor/yahnis-elsts/plugin-update-checker (added)
-
vendor/yahnis-elsts/plugin-update-checker/README.md (added)
-
vendor/yahnis-elsts/plugin-update-checker/composer.json (added)
-
vendor/yahnis-elsts/plugin-update-checker/css (added)
-
vendor/yahnis-elsts/plugin-update-checker/css/puc-debug-bar.css (added)
-
vendor/yahnis-elsts/plugin-update-checker/debug-bar-panel.php (added)
-
vendor/yahnis-elsts/plugin-update-checker/debug-bar-plugin.php (added)
-
vendor/yahnis-elsts/plugin-update-checker/github-checker.php (added)
-
vendor/yahnis-elsts/plugin-update-checker/js (added)
-
vendor/yahnis-elsts/plugin-update-checker/js/debug-bar.js (added)
-
vendor/yahnis-elsts/plugin-update-checker/license.txt (added)
-
vendor/yahnis-elsts/plugin-update-checker/plugin-update-checker.php (added)
-
vendor/yahnis-elsts/plugin-update-checker/vendor (added)
-
vendor/yahnis-elsts/plugin-update-checker/vendor/Parsedown.php (added)
-
vendor/yahnis-elsts/plugin-update-checker/vendor/readme-parser.php (added)
Legend:
- Unmodified
- Added
- Removed
-
tubepress/trunk/readme.txt
r934726 r1135225 4 4 Tags: video, youtube, gallery, videos, vimeo 5 5 Requires at least: 2.2 6 Tested up to: 3.86 Tested up to: 4.2 7 7 License: 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 8 Stable tag: 3.1.7 9 10 Modern video galleries for the web. Now moved entirely to tubepress.com. 11 12 **Available for download exclusively from [tubepress.com](http://tubepress.com/).** 13 14 We 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. 32 15 33 16 == 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 34 21 = 3.1.6 = 35 22 * Bug Fixes … … 608 595 609 596 = 0.1 = 610 * Initial release 597 * Initial release 611 598 612 599 == Screenshots == -
tubepress/trunk/tubepress.php
r934726 r1135225 5 5 Description: 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! 6 6 Author: TubePress LLC 7 Version: 3.1. 67 Version: 3.1.7 8 8 Author URI: http://tubepress.com 9 9 … … 18 18 19 19 include 'src/main/php/scripts/boot.php'; 20 21 require '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.