Plugin Directory

Changeset 1302963


Ignore:
Timestamp:
12/08/2015 01:38:40 PM (10 years ago)
Author:
offshorent
Message:

new version committed

Location:
timeline-blog
Files:
18 added
2 edited

Legend:

Unmodified
Added
Removed
  • timeline-blog/trunk/readme.txt

    r1289437 r1302963  
    33Donate link: http://offshorent.com/
    44Tags: Blog, Timeline, Timeline Blog, colorful blog, attractive blog, colorful category, category listing, tag listing, lags, category
    5 Requires at least: 3.6
     5Requires at least: 3.8
    66Tested up to: 4.3.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • timeline-blog/trunk/timeline-blog.php

    r1289437 r1302963  
    44 * Plugin URI: http://offshorent.com/blog/extensions/os-timeline-blog
    55 * Description: Create a timeline look and feel for your blog.
    6  * Version: 1.1
     6 * Version: 1.2
    77 * Author: Jinesh P.V, Team Leader - Offshorent Solutions Pvt Ltd
    88 * Author URI: http://www.offshorent.com/
    9  * Requires at least: 3.6
     9 * Requires at least: 3.8
    1010 * Tested up to: 4.3.1
    1111**/
     
    2121 *
    2222 * @class timelineBlog
    23  * @version 1.1
     23 * @version 1.2
    2424 */
    2525
     
    2828    /**
    2929    * @var string
    30     * @since 1.1
    31     */
    32      
    33     public $version = '1.1';
     30    * @since 1.2
     31    */
     32     
     33    public $version = '1.2';
    3434
    3535    /**
    3636    * @var timelineBlog The single instance of the class
    37     * @since 1.1
     37    * @since 1.2
    3838    */
    3939     
     
    4545    * Ensures only one instance of timelineBlog is loaded or can be loaded.
    4646    *
    47     * @since 1.1
     47    * @since 1.2
    4848    * @static
    4949    * @return timelineBlog - Main instance
     
    6060    * Cloning is forbidden.
    6161    *
    62     * @since 1.1
     62    * @since 1.2
    6363    */
    6464
    6565    public function __clone() {
    66         _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'timeline' ), '1.1' );
     66        _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'timeline' ), '1.2' );
    6767    }
    6868
     
    7070    * Unserializing instances of this class is forbidden.
    7171    *
    72     * @since 1.1
     72    * @since 1.2
    7373    */
    7474     
    7575    public function __wakeup() {
    76         _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'timeline' ), '1.1' );
     76        _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'timeline' ), '1.2' );
    7777    }
    7878       
     
    8080    * Get the plugin url.
    8181    *
    82     * @since 1.1
     82    * @since 1.2
    8383    */
    8484
     
    9090    * Get the plugin path.
    9191    *
    92     * @since 1.1
     92    * @since 1.2
    9393    */
    9494
     
    100100    * Get Ajax URL.
    101101    *
    102     * @since 1.1
     102    * @since 1.2
    103103    */
    104104
     
    111111    * @access public
    112112    * @return timelineBlog
    113     * @since 1.1
     113    * @since 1.2
    114114    */
    115115     
     
    139139    /**
    140140    * Install timelineBlog
    141     * @since 1.1
     141    * @since 1.2
    142142    */
    143143     
     
    153153    /**
    154154    * Define timelineBlog Constants
    155     * @since 1.1
     155    * @since 1.2
    156156    */
    157157     
     
    170170    * includes admin defaults files
    171171    *
    172     * @since 1.1
     172    * @since 1.2
    173173    */
    174174     
     
    178178    /**
    179179    * Init timelineBlog when WordPress Initialises.
    180     * @since 1.1
     180    * @since 1.2
    181181    */
    182182     
     
    188188    /**
    189189    * Add web portfolio image sizes to WP
    190     * @since 1.1
     190    * @since 1.2
    191191    */
    192192    public function add_image_sizes() {
     
    199199    * Clean all output buffers
    200200    *
    201     * @since  1.1
     201    * @since  1.2
    202202    */
    203203     
     
    210210    * Callback function
    211211    *
    212     * @since  1.1
     212    * @since  1.2
    213213    */
    214214     
     
    220220    * Clean all output buffers
    221221    *
    222     * @since  1.1
     222    * @since  1.2
    223223    */
    224224     
     
    230230    * Add admin menu for timeline blog
    231231    *
    232     * @since  1.1
     232    * @since  1.2
    233233    */
    234234     
     
    242242    * about_timeline_developer for timeline blog
    243243    *
    244     * @since  1.1
     244    * @since  1.2
    245245    */
    246246
     
    327327    * Setting function for timeline blog
    328328    *
    329     * @since  1.1
     329    * @since  1.2
    330330    */
    331331     
     
    480480    /**
    481481    * Admin init timelineBlog when WordPress Initialises.
    482     * @since  1.1
     482    * @since  1.2
    483483    */
    484484     
     
    494494    /**
    495495    * Sanitize each setting field as needed
    496     * @since 1.1
     496    * @since 1.2
    497497    */
    498498         
     
    554554    * admin style hook for timelineBlog
    555555    *
    556     * @since  1.1
     556    * @since  1.2
    557557    */
    558558     
     
    564564    * Frontend style hook for timelineBlog
    565565    *
    566     * @since  1.1
     566    * @since  1.2
    567567    */
    568568     
     
    747747    /**
    748748    * timeline_page_template
    749     * @since 1.1
     749    * @since 1.2
    750750    */
    751751     
     
    765765    /**
    766766    * timeline_excerpt_more
    767     * @since 1.1
     767    * @since 1.2
    768768    */
    769769     
     
    782782 * Returns the main instance of timelineBlog to prevent the need to use globals.
    783783 *
    784  * @since  1.1
     784 * @since  1.2
    785785 * @return timelineBlog
    786786 */
Note: See TracChangeset for help on using the changeset viewer.