Plugin Directory

Changeset 768073


Ignore:
Timestamp:
09/06/2013 07:05:25 PM (13 years ago)
Author:
ixiter
Message:
  • Fixed: get_options method missing - #1925
Location:
ix-show-latest-youtube/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ix-show-latest-youtube/trunk/loader.php

    r697498 r768073  
    44  Description: Provides a shortcode and a template tag to embed the lates video or current live stream of a specified YouTube channel.
    55  Author: Ixiter IT - Peter Liebetrau <peter.liebetrau@ixiter.com>
    6   Version: 2.1
     6  Version: 2.1.1
    77  Plugin-Uri: http://ixiter.it/ix-show-latest-youtube
    88  Author-Uri: https://plus.google.com/u/0/102408750978338972864/about
  • ix-show-latest-youtube/trunk/plugin/Ix_ShowLatestYt.php

    r697498 r768073  
    9191            extract($this->options);
    9292            require_once dirname(__FILE__) . '/admin/options-page.phtml';
     93        }
     94
     95        public function get_options(){
     96            return $this->options;
    9397        }
    9498
  • ix-show-latest-youtube/trunk/readme.txt

    r697498 r768073  
    55Requires at least: 3.4
    66Tested up to: 3.5.1
    7 Stable tag: 2.1
     7Stable tag: 2.1.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434
    3535== Changelog ==
     36
     37= 2.1.1 =
     38* September, 6th 2013
     39* Fixed get_options bug
    3640
    3741= 2.1 =
Note: See TracChangeset for help on using the changeset viewer.