Changeset 1522550
- Timestamp:
- 10/26/2016 03:17:09 PM (9 years ago)
- Location:
- os-image-gallery
- Files:
-
- 49 added
- 8 edited
-
tags/1.1 (added)
-
tags/1.1/colorbox (added)
-
tags/1.1/colorbox/colorbox.css (added)
-
tags/1.1/colorbox/images (added)
-
tags/1.1/colorbox/images/border.png (added)
-
tags/1.1/colorbox/images/controls.png (added)
-
tags/1.1/colorbox/images/loading.gif (added)
-
tags/1.1/colorbox/images/loading_background.png (added)
-
tags/1.1/colorbox/jquery.colorbox-min.js (added)
-
tags/1.1/css (added)
-
tags/1.1/css/admin (added)
-
tags/1.1/css/admin/style-min.css (added)
-
tags/1.1/css/style.css (added)
-
tags/1.1/images (added)
-
tags/1.1/images/carousel.png (added)
-
tags/1.1/images/delete.png (added)
-
tags/1.1/images/down.png (added)
-
tags/1.1/images/slider_caption.png (added)
-
tags/1.1/images/thumbnail.png (added)
-
tags/1.1/images/ticker.png (added)
-
tags/1.1/images/up.png (added)
-
tags/1.1/images/upload.png (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/admin (added)
-
tags/1.1/includes/admin/meta-boxes (added)
-
tags/1.1/includes/admin/meta-boxes/class-osig-settings.php (added)
-
tags/1.1/includes/admin/meta-boxes/class-osig-shortcode.php (added)
-
tags/1.1/includes/admin/meta-boxes/class-osig-slides.php (added)
-
tags/1.1/includes/admin/meta-boxes/class-osig-type.php (added)
-
tags/1.1/includes/admin/meta-boxes/views (added)
-
tags/1.1/includes/admin/meta-boxes/views/os-image-gallery-settings.php (added)
-
tags/1.1/includes/admin/meta-boxes/views/os-image-gallery-shortcode.php (added)
-
tags/1.1/includes/admin/meta-boxes/views/os-image-gallery-slides.php (added)
-
tags/1.1/includes/admin/meta-boxes/views/os-image-gallery-type.php (added)
-
tags/1.1/includes/admin/os-image-gallery-post-types.php (added)
-
tags/1.1/includes/os-image-gallery-shortcode.php (added)
-
tags/1.1/js (added)
-
tags/1.1/js/admin (added)
-
tags/1.1/js/admin/custom-min.js (added)
-
tags/1.1/js/frontend-min.js (added)
-
tags/1.1/js/jquery.mixitup.min.js (added)
-
tags/1.1/os-image-gallery.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
tags/1.1/screenshot-3.png (added)
-
tags/1.1/screenshot-4.png (added)
-
tags/1.1/screenshot-5.png (added)
-
tags/1.1/screenshot-6.png (added)
-
trunk/includes/admin/meta-boxes/class-osig-settings.php (modified) (2 diffs)
-
trunk/includes/admin/meta-boxes/class-osig-shortcode.php (modified) (2 diffs)
-
trunk/includes/admin/meta-boxes/class-osig-slides.php (modified) (2 diffs)
-
trunk/includes/admin/meta-boxes/class-osig-type.php (modified) (2 diffs)
-
trunk/includes/admin/os-image-gallery-post-types.php (modified) (2 diffs)
-
trunk/includes/os-image-gallery-shortcode.php (modified) (7 diffs)
-
trunk/os-image-gallery.php (modified) (23 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-settings.php
r1352332 r1522550 10 10 * 11 11 * @class osImageGalleryMetaboxSettings 12 * @version 1. 012 * @version 1.1 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osImageGalleryMetaboxSettings to prevent the need to use globals. 61 61 * 62 * @since 1. 062 * @since 1.1 63 63 * @return osImageGalleryMetaboxSettings 64 64 */ -
os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-shortcode.php
r1352332 r1522550 10 10 * 11 11 * @class osImageGalleryMetaboxShortcode 12 * @version 1. 012 * @version 1.1 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osImageGalleryMetaboxShortcode to prevent the need to use globals. 61 61 * 62 * @since 1. 062 * @since 1.1 63 63 * @return osImageGalleryMetaboxShortcode 64 64 */ -
os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-slides.php
r1352332 r1522550 10 10 * 11 11 * @class osImageGalleryMetaboxSlides 12 * @version 1. 012 * @version 1.1 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osImageGalleryMetaboxSlides to prevent the need to use globals. 61 61 * 62 * @since 1. 062 * @since 1.1 63 63 * @return osImageGalleryMetaboxSlides 64 64 */ -
os-image-gallery/trunk/includes/admin/meta-boxes/class-osig-type.php
r1352332 r1522550 10 10 * 11 11 * @class osImageGalleryMetaboxTypes 12 * @version 1. 012 * @version 1.1 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osImageGalleryMetaboxTypes to prevent the need to use globals. 61 61 * 62 * @since 1. 062 * @since 1.1 63 63 * @return osImageGalleryMetaboxTypes 64 64 */ -
os-image-gallery/trunk/includes/admin/os-image-gallery-post-types.php
r1352332 r1522550 10 10 * 11 11 * @class osImageGalleryPostType 12 * @version 1. 012 * @version 1.1 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 227 227 * Returns the main instance of osImageGalleryPostType to prevent the need to use globals. 228 228 * 229 * @since 1. 0229 * @since 1.1 230 230 * @return osImageGalleryPostType 231 231 */ -
os-image-gallery/trunk/includes/os-image-gallery-shortcode.php
r1352332 r1522550 10 10 * 11 11 * @class osImageGalleryShortcode 12 * @version 1. 012 * @version 1.1 13 13 * @category Class 14 * @author Jinesh, Senior Software Engineer14 * @author Offshorent Softwares Pvt Ltd | Jinesh.P.V. 15 15 */ 16 16 … … 36 36 * Core function for shortcode hook 37 37 * 38 * @since 1. 038 * @since 1.1 39 39 */ 40 40 … … 79 79 * Return normal gallery html 80 80 * 81 * @since 1. 081 * @since 1.1 82 82 */ 83 83 … … 150 150 * Return lightbox gallery html 151 151 * 152 * @since 1. 0152 * @since 1.1 153 153 */ 154 154 … … 227 227 * Return isotope gallery html 228 228 * 229 * @since 1. 0229 * @since 1.1 230 230 */ 231 231 … … 301 301 * Return masonry gallery html 302 302 * 303 * @since 1. 0303 * @since 1.1 304 304 */ 305 305 … … 348 348 * Return all image gallery category names 349 349 * 350 * @since 1. 0350 * @since 1.1 351 351 */ 352 352 -
os-image-gallery/trunk/os-image-gallery.php
r1352332 r1522550 4 4 Plugin URI: http://offshorent.com/blog/extensions/os-image-gallery 5 5 Description: Creates a responsive image gallery using OS Image Gallery. WordPress plugin develop by Offshorent Softwares Pvt Ltd. 6 Version: 1. 06 Version: 1.1 7 7 Author: Offshorent Softwares Pvt Ltd | Jinesh.P.V. 8 8 Author URI: http://offshorent.com/ … … 34 34 * 35 35 * @class osImageGallery 36 * @version 1. 036 * @version 1.1 37 37 */ 38 38 … … 41 41 /** 42 42 * @var string 43 * @since 1. 044 */ 45 46 public $version = '1. 0';43 * @since 1.1 44 */ 45 46 public $version = '1.1'; 47 47 48 48 /** 49 49 * @var osImageGallery The single instance of the class 50 * @since 1. 050 * @since 1.1 51 51 */ 52 52 … … 58 58 * Ensures only one instance of osImageGallery is loaded or can be loaded. 59 59 * 60 * @since 1. 060 * @since 1.1 61 61 * @static 62 62 * @see OSBX() … … 74 74 * Cloning is forbidden. 75 75 * 76 * @since 1. 076 * @since 1.1 77 77 */ 78 78 79 79 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' ); 81 81 } 82 82 … … 84 84 * Unserializing instances of this class is forbidden. 85 85 * 86 * @since 1. 086 * @since 1.1 87 87 */ 88 88 89 89 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' ); 91 91 } 92 92 … … 94 94 * Get the plugin url. 95 95 * 96 * @since 1. 096 * @since 1.1 97 97 */ 98 98 … … 104 104 * Get the plugin path. 105 105 * 106 * @since 1. 0106 * @since 1.1 107 107 */ 108 108 … … 114 114 * Get Ajax URL. 115 115 * 116 * @since 1. 0116 * @since 1.1 117 117 */ 118 118 … … 125 125 * @access public 126 126 * @return osImageGallery 127 * @since 1. 0127 * @since 1.1 128 128 */ 129 129 … … 146 146 /** 147 147 * Install osImageGallery 148 * @since 1. 0148 * @since 1.1 149 149 */ 150 150 … … 160 160 /** 161 161 * Define osImageGallery Constants 162 * @since 1. 0162 * @since 1.1 163 163 */ 164 164 … … 177 177 * includes admin defaults files 178 178 * 179 * @since 1. 0179 * @since 1.1 180 180 */ 181 181 … … 188 188 /** 189 189 * Init osImageGallery when WordPress Initialises. 190 * @since 1. 0190 * @since 1.1 191 191 */ 192 192 … … 199 199 * Clean all output buffers 200 200 * 201 * @since 1. 0201 * @since 1.1 202 202 */ 203 203 … … 210 210 * Callback function 211 211 * 212 * @since 1. 0212 * @since 1.1 213 213 */ 214 214 … … 220 220 * Clean all output buffers 221 221 * 222 * @since 1. 0222 * @since 1.1 223 223 */ 224 224 … … 229 229 /** 230 230 * Admin init osImageGallery when WordPress Initialises. 231 * @since 1. 0231 * @since 1.1 232 232 */ 233 233 … … 240 240 * Admin side style and javascript hook for osImageGallery 241 241 * 242 * @since 1. 0242 * @since 1.1 243 243 */ 244 244 … … 262 262 263 263 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 ); 265 265 } 266 266 … … 270 270 * Frontend style and javascript hook for osImageGallery 271 271 * 272 * @since 1. 0272 * @since 1.1 273 273 */ 274 274 … … 281 281 wp_enqueue_script( 'os-mixitup-min', plugins_url( 'js/jquery.mixitup.min.js', __FILE__ ), array(), '1.4.0', true ); 282 282 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 ); 284 284 } 285 285 } … … 289 289 * Returns the main instance of osImageGallery to prevent the need to use globals. 290 290 * 291 * @since 1. 0291 * @since 1.1 292 292 * @return osImageGallery 293 293 */ -
os-image-gallery/trunk/readme.txt
r1352332 r1522550 2 2 Contributors: offshorent 3 3 Tags: slider, responsive gallery, normal gallery, lightbox gallery, masonry gallery, isotope gallery 4 Requires at least: 3.05 Tested up to: 4. 4.16 Stable tag: 1. 044 Requires at least: 4.0 5 Tested up to: 4.6.1 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.