Plugin Directory

Changeset 1522550


Ignore:
Timestamp:
10/26/2016 03:17:09 PM (9 years ago)
Author:
offshorent
Message:

New Version added

Location:
os-image-gallery
Files:
49 added
8 edited

Legend:

Unmodified
Added
Removed
  • os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-settings.php

    r1352332 r1522550  
    1010 *
    1111 * @class       osImageGalleryMetaboxSettings
    12  * @version     1.0
     12 * @version     1.1
    1313 * @category    Class
    1414 * @author      Offshorent Softwares Pvt Ltd. | Jinesh.P.V
     
    6060 * Returns the main instance of osImageGalleryMetaboxSettings to prevent the need to use globals.
    6161 *
    62  * @since  1.0
     62 * @since  1.1
    6363 * @return osImageGalleryMetaboxSettings
    6464 */
  • os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-shortcode.php

    r1352332 r1522550  
    1010 *
    1111 * @class       osImageGalleryMetaboxShortcode
    12  * @version     1.0
     12 * @version     1.1
    1313 * @category    Class
    1414 * @author      Offshorent Softwares Pvt Ltd. | Jinesh.P.V
     
    6060 * Returns the main instance of osImageGalleryMetaboxShortcode to prevent the need to use globals.
    6161 *
    62  * @since  1.0
     62 * @since  1.1
    6363 * @return osImageGalleryMetaboxShortcode
    6464 */
  • os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-slides.php

    r1352332 r1522550  
    1010 *
    1111 * @class       osImageGalleryMetaboxSlides
    12  * @version     1.0
     12 * @version     1.1
    1313 * @category    Class
    1414 * @author      Offshorent Softwares Pvt Ltd. | Jinesh.P.V
     
    6060 * Returns the main instance of osImageGalleryMetaboxSlides to prevent the need to use globals.
    6161 *
    62  * @since  1.0
     62 * @since  1.1
    6363 * @return osImageGalleryMetaboxSlides
    6464 */
  • os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-type.php

    r1352332 r1522550  
    1010 *
    1111 * @class       osImageGalleryMetaboxTypes
    12  * @version     1.0
     12 * @version     1.1
    1313 * @category    Class
    1414 * @author      Offshorent Softwares Pvt Ltd. | Jinesh.P.V
     
    6060 * Returns the main instance of osImageGalleryMetaboxTypes to prevent the need to use globals.
    6161 *
    62  * @since  1.0
     62 * @since  1.1
    6363 * @return osImageGalleryMetaboxTypes
    6464 */
  • os-image-gallery/trunk/includes/admin/os-image-gallery-post-types.php

    r1352332 r1522550  
    1010 *
    1111 * @class       osImageGalleryPostType
    12  * @version     1.0
     12 * @version     1.1
    1313 * @category    Class
    1414 * @author      Offshorent Softwares Pvt Ltd. | Jinesh.P.V
     
    227227 * Returns the main instance of osImageGalleryPostType to prevent the need to use globals.
    228228 *
    229  * @since  1.0
     229 * @since  1.1
    230230 * @return osImageGalleryPostType
    231231 */
  • os-image-gallery/trunk/includes/os-image-gallery-shortcode.php

    r1352332 r1522550  
    1010 *
    1111 * @class       osImageGalleryShortcode
    12  * @version     1.0
     12 * @version     1.1
    1313 * @category    Class
    14  * @author      Jinesh, Senior Software Engineer
     14 * @author      Offshorent Softwares Pvt Ltd | Jinesh.P.V.
    1515 */
    1616 
     
    3636        * Core function for shortcode hook
    3737        *
    38         * @since  1.0
     38        * @since  1.1
    3939        */
    4040         
     
    7979        * Return normal gallery html
    8080        *
    81         * @since  1.0
     81        * @since  1.1
    8282        */
    8383
     
    150150        * Return lightbox gallery html
    151151        *
    152         * @since  1.0
     152        * @since  1.1
    153153        */
    154154
     
    227227        * Return isotope gallery html
    228228        *
    229         * @since  1.0
     229        * @since  1.1
    230230        */
    231231
     
    301301        * Return masonry gallery html
    302302        *
    303         * @since  1.0
     303        * @since  1.1
    304304        */
    305305
     
    348348        * Return all image gallery category names
    349349        *
    350         * @since  1.0
     350        * @since  1.1
    351351        */
    352352
  • os-image-gallery/trunk/os-image-gallery.php

    r1352332 r1522550  
    44Plugin URI: http://offshorent.com/blog/extensions/os-image-gallery
    55Description: Creates a responsive image gallery using OS Image Gallery. WordPress plugin develop by Offshorent Softwares Pvt Ltd.
    6 Version: 1.0
     6Version: 1.1
    77Author: Offshorent Softwares Pvt Ltd | Jinesh.P.V.
    88Author URI: http://offshorent.com/
     
    3434    *
    3535    * @class osImageGallery
    36     * @version  1.0
     36    * @version  1.1
    3737    */
    3838
     
    4141        /**
    4242        * @var string
    43         * @since    1.0
    44         */
    45          
    46         public $version = '1.0';
     43        * @since    1.1
     44        */
     45         
     46        public $version = '1.1';
    4747
    4848        /**
    4949        * @var osImageGallery The single instance of the class
    50         * @since 1.0
     50        * @since 1.1
    5151        */
    5252         
     
    5858        * Ensures only one instance of osImageGallery is loaded or can be loaded.
    5959        *
    60         * @since 1.0
     60        * @since 1.1
    6161        * @static
    6262        * @see OSBX()
     
    7474        * Cloning is forbidden.
    7575        *
    76         * @since 1.0
     76        * @since 1.1
    7777        */
    7878
    7979        public function __clone() {
    80             _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'os-image-gallery' ), '1.0' );
     80            _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'os-image-gallery' ), '1.1' );
    8181        }
    8282
     
    8484        * Unserializing instances of this class is forbidden.
    8585        *
    86         * @since 1.0
     86        * @since 1.1
    8787        */
    8888         
    8989        public function __wakeup() {
    90             _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'os-image-gallery' ), '1.0' );
     90            _doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'os-image-gallery' ), '1.1' );
    9191        }
    9292           
     
    9494        * Get the plugin url.
    9595        *
    96         * @since 1.0
     96        * @since 1.1
    9797        */
    9898
     
    104104        * Get the plugin path.
    105105        *
    106         * @since 1.0
     106        * @since 1.1
    107107        */
    108108
     
    114114        * Get Ajax URL.
    115115        *
    116         * @since 1.0
     116        * @since 1.1
    117117        */
    118118
     
    125125        * @access public
    126126        * @return osImageGallery
    127         * @since 1.0
     127        * @since 1.1
    128128        */
    129129         
     
    146146        /**
    147147        * Install osImageGallery
    148         * @since 1.0
     148        * @since 1.1
    149149        */
    150150         
     
    160160        /**
    161161        * Define osImageGallery Constants
    162         * @since 1.0
     162        * @since 1.1
    163163        */
    164164         
     
    177177        * includes admin defaults files
    178178        *
    179         * @since 1.0
     179        * @since 1.1
    180180        */
    181181         
     
    188188        /**
    189189        * Init osImageGallery when WordPress Initialises.
    190         * @since 1.0
     190        * @since 1.1
    191191        */
    192192         
     
    199199        * Clean all output buffers
    200200        *
    201         * @since  1.0
     201        * @since  1.1
    202202        */
    203203         
     
    210210        * Callback function
    211211        *
    212         * @since  1.0
     212        * @since  1.1
    213213        */
    214214         
     
    220220        * Clean all output buffers
    221221        *
    222         * @since  1.0
     222        * @since  1.1
    223223        */
    224224         
     
    229229        /**
    230230        * Admin init osImageGallery when WordPress Initialises.
    231         * @since  1.0
     231        * @since  1.1
    232232        */
    233233         
     
    240240        * Admin side style and javascript hook for osImageGallery
    241241        *
    242         * @since  1.0
     242        * @since  1.1
    243243        */
    244244         
     
    262262
    263263                wp_enqueue_script( 'jquery-ui-sortable' );           
    264                 wp_enqueue_script( 'os-custom-min', plugins_url( 'js/admin/custom-min.js', __FILE__ ), array(), '1.0', true );
     264                wp_enqueue_script( 'os-custom-min', plugins_url( 'js/admin/custom-min.js', __FILE__ ), array(), '1.1', true );
    265265            }
    266266
     
    270270        * Frontend style and javascript hook for osImageGallery
    271271        *
    272         * @since  1.0
     272        * @since  1.1
    273273        */
    274274         
     
    281281            wp_enqueue_script( 'os-mixitup-min', plugins_url( 'js/jquery.mixitup.min.js', __FILE__ ), array(), '1.4.0', true );
    282282            wp_enqueue_script( 'os-colorbox-min', plugins_url( 'colorbox/jquery.colorbox-min.js', __FILE__ ), array(), '1.6.3', true );
    283             wp_enqueue_script( 'os-frontend-script', plugins_url( 'js/frontend-min.js', __FILE__ ), array(), '1.0', true );
     283            wp_enqueue_script( 'os-frontend-script', plugins_url( 'js/frontend-min.js', __FILE__ ), array(), '1.1', true );
    284284        }   
    285285    }   
     
    289289 * Returns the main instance of osImageGallery to prevent the need to use globals.
    290290 *
    291  * @since  1.0
     291 * @since  1.1
    292292 * @return osImageGallery
    293293 */
  • os-image-gallery/trunk/readme.txt

    r1352332 r1522550  
    22Contributors: offshorent
    33Tags: slider, responsive gallery, normal gallery, lightbox gallery, masonry gallery, isotope gallery
    4 Requires at least: 3.0
    5 Tested up to: 4.4.1
    6 Stable tag: 1.04
     4Requires at least: 4.0
     5Tested up to: 4.6.1
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.