Plugin Directory

Changeset 1643735


Ignore:
Timestamp:
04/24/2017 10:23:57 AM (9 years ago)
Author:
offshorent
Message:

New Version committed

Location:
os-html5-shortcodes
Files:
25 added
5 edited

Legend:

Unmodified
Added
Removed
  • os-html5-shortcodes/trunk/includes/admin/meta-boxes/class.oshtml5.shortcode.php

    r1522509 r1643735  
    1010 *
    1111 * @class       oshtml5MetaboxShortcode
    12  * @version     1.2
     12 * @version     1.3
    1313 * @category    Class
    1414 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
  • os-html5-shortcodes/trunk/includes/admin/oshtml5-about.php

    r1522509 r1643735  
    1010 *
    1111 * @class       oshtml5About
    12  * @version     1.2
     12 * @version     1.3
    1313 * @category    Class
    1414 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
     
    4040        * about_oshtml5_developer for ourteam blog
    4141        *
    42         * @since  1.2
     42        * @since  1.3
    4343        */
    4444   
  • os-html5-shortcodes/trunk/includes/admin/oshtml5-post-types.php

    r1522509 r1643735  
    1010 *
    1111 * @class       osHTML5PostTypes
    12  * @version     1.2
     12 * @version     1.3
    1313 * @category    Class
    1414 * @author      Offshorent Solutions Pvt Ltd. | Jinesh.P.V
     
    132132 * Returns the main instance of osHTML5PostTypes to prevent the need to use globals.
    133133 *
    134  * @since  1.2
     134 * @since  1.3
    135135 * @return osHTML5PostTypes
    136136 */
  • os-html5-shortcodes/trunk/os-html5-shortcodes.php

    r1522509 r1643735  
    44Plugin URI: http://offshorent.com/blog/extensions/os-html5-shortcodes
    55Description: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    6 Version: 1.2
     6Version: 1.3
    77Author: Offshorent Solutions Pvt Ltd. | Jinesh.P.V
    88Author URI: http://offshorent.com/
    9 Requires at least: 4.0
    10 Tested up to: 4.6.1
     9Requires at least: 4.3
     10Tested up to: 4.7.4
    1111License: GPL2
    1212/*  Copyright 2016-2019  OS HTML5 Shortcodes - Offshorent Softwares Pvt Ltd  ( email: jinesh@offshorent.com )
     
    3636    *
    3737    * @class osHTML5Shortcodes
    38     * @version  1.2
     38    * @version  1.3
    3939    */
    4040
     
    4343        /**
    4444        * @var string
    45         * @since    1.2
    46         */
    47          
    48         public $version = '1.2';
     45        * @since    1.3
     46        */
     47         
     48        public $version = '1.3';
    4949       
    5050        /**
    5151        * @var osHTML5Shortcodes The single instance of the class
    52         * @since 1.2
     52        * @since 1.3
    5353        */
    5454       
     
    6060        * Ensures only one instance of osHTML5Shortcodes is loaded or can be loaded.
    6161        *
    62         * @since 1.2
     62        * @since 1.3
    6363        * @static
    6464        * @see OSBX()
     
    7676        * Cloning is forbidden.
    7777        *
    78         * @since 1.2
     78        * @since 1.3
    7979        */
    8080
    8181        public function __clone() {
    82             _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.2' );
     82            _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.3' );
    8383        }
    8484
     
    8686        * Unserializing instances of this class is forbidden.
    8787        *
    88         * @since 1.2
     88        * @since 1.3
    8989        */
    9090         
    9191        public function __wakeup() {
    92             _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.2' );
     92            _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.3' );
    9393        }
    9494           
     
    9696        * Get the plugin url.
    9797        *
    98         * @since 1.2
     98        * @since 1.3
    9999        */
    100100
     
    106106        * Get the plugin path.
    107107        *
    108         * @since 1.2
     108        * @since 1.3
    109109        */
    110110
     
    116116        * Get Ajax URL.
    117117        *
    118         * @since 1.2
     118        * @since 1.3
    119119        */
    120120
     
    127127        * @access public
    128128        * @return osHTML5Shortcodes
    129         * @since 1.2
     129        * @since 1.3
    130130        */
    131131         
     
    155155        /**
    156156        * Install osHTML5Shortcodes
    157         * @since 1.2
     157        * @since 1.3
    158158        */
    159159         
     
    169169        /**
    170170        * Define osHTML5Shortcodes Constants
    171         * @since 1.2
     171        * @since 1.3
    172172        */
    173173         
     
    184184        * includes admin defaults files
    185185        *
    186         * @since 1.2
     186        * @since 1.3
    187187        */
    188188         
     
    197197        /**
    198198        * Init osHTML5Shortcodes when WordPress Initialises.
    199         * @since 1.2
     199        * @since 1.3
    200200        */
    201201         
     
    208208        * Clean all output buffers
    209209        *
    210         * @since  1.2
     210        * @since  1.3
    211211        */
    212212         
     
    219219        * Callback function
    220220        *
    221         * @since  1.2
     221        * @since  1.3
    222222        */
    223223         
     
    229229        * Clean all output buffers
    230230        *
    231         * @since  1.2
     231        * @since  1.3
    232232        */
    233233         
     
    238238        /**
    239239        * Admin init osHTML5Shortcodes when WordPress Initialises.
    240         * @since  1.2
     240        * @since  1.3
    241241        */
    242242         
     
    249249        * Admin side style and javascript hook for osHTML5Shortcodes
    250250        *
    251         * @since  1.2
     251        * @since  1.3
    252252        */
    253253         
     
    260260        * Filter hook for oshtml5_query_vars
    261261        *
    262         * @since  1.2
     262        * @since  1.3
    263263        */
    264264   
     
    272272        * Action hook for oshtml5_query_vars
    273273        *
    274         * @since  1.2
     274        * @since  1.3
    275275        */
    276276       
     
    286286        * Shortcode function for os-pricing-table
    287287        *
    288         * @since  1.2
     288        * @since  1.3
    289289        */
    290290         
     
    314314 * Returns the main instance of osHTML5Shortcodes to prevent the need to use globals.
    315315 *
    316  * @since  1.2
     316 * @since  1.3
    317317 * @return osHTML5Shortcodes
    318318 */
  • os-html5-shortcodes/trunk/readme.txt

    r1522509 r1643735  
    22Contributors: offshorent
    33Tags: Include HTML codes uch as ad codes, javascript, video embedding, etc to your pages, posts or custom post type easily using shortcodes.
    4 Requires at least: 4.0
    5 Tested up to: 4.6.1
    6 Stable tag: 1.2
     4Requires at least: 4.3
     5Tested up to: 4.7.4
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434Minimum requirements:   
    3535   
    36  Wordpress 3.0+   
    37  PHP 5.x   
    38  MySQL 4.x+ 
     36 Wordpress 4.3+   
     37 PHP 5.4x   
     38 MySQL 5.2x+ 
    3939
    4040Installation from within backend:
     
    7979= 1.2 =
    8080* Fixed the errors
     81= 1.3 =
     82* Updated with new functions
Note: See TracChangeset for help on using the changeset viewer.