Changeset 768073
- Timestamp:
- 09/06/2013 07:05:25 PM (13 years ago)
- Location:
- ix-show-latest-youtube/trunk
- Files:
-
- 3 edited
-
loader.php (modified) (1 diff)
-
plugin/Ix_ShowLatestYt.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ix-show-latest-youtube/trunk/loader.php
r697498 r768073 4 4 Description: Provides a shortcode and a template tag to embed the lates video or current live stream of a specified YouTube channel. 5 5 Author: Ixiter IT - Peter Liebetrau <peter.liebetrau@ixiter.com> 6 Version: 2.1 6 Version: 2.1.1 7 7 Plugin-Uri: http://ixiter.it/ix-show-latest-youtube 8 8 Author-Uri: https://plus.google.com/u/0/102408750978338972864/about -
ix-show-latest-youtube/trunk/plugin/Ix_ShowLatestYt.php
r697498 r768073 91 91 extract($this->options); 92 92 require_once dirname(__FILE__) . '/admin/options-page.phtml'; 93 } 94 95 public function get_options(){ 96 return $this->options; 93 97 } 94 98 -
ix-show-latest-youtube/trunk/readme.txt
r697498 r768073 5 5 Requires at least: 3.4 6 6 Tested up to: 3.5.1 7 Stable tag: 2.1 7 Stable tag: 2.1.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 35 35 == Changelog == 36 37 = 2.1.1 = 38 * September, 6th 2013 39 * Fixed get_options bug 36 40 37 41 = 2.1 =
Note: See TracChangeset
for help on using the changeset viewer.