Changeset 1643821
- Timestamp:
- 04/24/2017 11:57:19 AM (9 years ago)
- Location:
- os-materializecss-popup
- Files:
-
- 53 added
- 9 edited
-
tags/1.3 (added)
-
tags/1.3/css (added)
-
tags/1.3/css/admin (added)
-
tags/1.3/css/admin/style-min.css (added)
-
tags/1.3/css/component.css (added)
-
tags/1.3/css/materialize.min.css (added)
-
tags/1.3/css/style.min.css (added)
-
tags/1.3/images (added)
-
tags/1.3/images/about.jpg (added)
-
tags/1.3/images/category.png (added)
-
tags/1.3/images/design-1.jpg (added)
-
tags/1.3/images/design-2.jpg (added)
-
tags/1.3/images/design-3.jpg (added)
-
tags/1.3/images/design-4.jpg (added)
-
tags/1.3/images/editor-icon.jpg (added)
-
tags/1.3/images/social.png (added)
-
tags/1.3/includes (added)
-
tags/1.3/includes/admin (added)
-
tags/1.3/includes/admin/meta-boxes (added)
-
tags/1.3/includes/admin/meta-boxes/class.osmp.design.php (added)
-
tags/1.3/includes/admin/meta-boxes/class.osmp.designs.php (added)
-
tags/1.3/includes/admin/meta-boxes/class.osmp.general.php (added)
-
tags/1.3/includes/admin/meta-boxes/class.osmp.settings.php (added)
-
tags/1.3/includes/admin/meta-boxes/class.osmp.shortcode.php (added)
-
tags/1.3/includes/admin/meta-boxes/views (added)
-
tags/1.3/includes/admin/meta-boxes/views/osmp.designs.php (added)
-
tags/1.3/includes/admin/meta-boxes/views/osmp.general.php (added)
-
tags/1.3/includes/admin/meta-boxes/views/osmp.settings.php (added)
-
tags/1.3/includes/admin/meta-boxes/views/osmp.shortcode.php (added)
-
tags/1.3/includes/admin/osmp-about.php (added)
-
tags/1.3/includes/admin/osmp-post-types.php (added)
-
tags/1.3/includes/admin/osmp-widget.php (added)
-
tags/1.3/includes/templates (added)
-
tags/1.3/includes/templates/osmp.design-1.php (added)
-
tags/1.3/includes/templates/osmp.design-2.php (added)
-
tags/1.3/includes/templates/osmp.design-3.php (added)
-
tags/1.3/includes/templates/osmp.design-4.php (added)
-
tags/1.3/js (added)
-
tags/1.3/js/admin (added)
-
tags/1.3/js/admin/custom-min.js (added)
-
tags/1.3/js/classie.js (added)
-
tags/1.3/js/custom-min.js (added)
-
tags/1.3/js/materialize.min.js (added)
-
tags/1.3/js/modalEffects.js (added)
-
tags/1.3/os-materializecss-popup.php (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/screenshot-1.png (added)
-
tags/1.3/screenshot-2.png (added)
-
tags/1.3/screenshot-3.png (added)
-
tags/1.3/screenshot-4.png (added)
-
tags/1.3/screenshot-5.png (added)
-
tags/1.3/screenshot-6.png (added)
-
tags/1.3/screenshot-7.png (added)
-
trunk/includes/admin/meta-boxes/class.osmp.design.php (modified) (2 diffs)
-
trunk/includes/admin/meta-boxes/class.osmp.designs.php (modified) (2 diffs)
-
trunk/includes/admin/meta-boxes/class.osmp.general.php (modified) (2 diffs)
-
trunk/includes/admin/meta-boxes/class.osmp.settings.php (modified) (1 diff)
-
trunk/includes/admin/meta-boxes/class.osmp.shortcode.php (modified) (1 diff)
-
trunk/includes/admin/osmp-about.php (modified) (2 diffs)
-
trunk/includes/admin/osmp-post-types.php (modified) (2 diffs)
-
trunk/os-materializecss-popup.php (modified) (24 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
os-materializecss-popup/trunk/includes/admin/meta-boxes/class.osmp.design.php
r1522538 r1643821 10 10 * 11 11 * @class osmpMetaboxDesigns 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osmpMetaboxDesigns to prevent the need to use globals. 61 61 * 62 * @since 1. 262 * @since 1.3 63 63 * @return osmpMetaboxDesigns 64 64 */ -
os-materializecss-popup/trunk/includes/admin/meta-boxes/class.osmp.designs.php
r1522538 r1643821 10 10 * 11 11 * @class osmpMetaboxDesigns 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osmpMetaboxDesigns to prevent the need to use globals. 61 61 * 62 * @since 1. 262 * @since 1.3 63 63 * @return osmpMetaboxDesigns 64 64 */ -
os-materializecss-popup/trunk/includes/admin/meta-boxes/class.osmp.general.php
r1522538 r1643821 10 10 * 11 11 * @class osmpMetaboxGeneral 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 60 60 * Returns the main instance of osmpMetaboxGeneral to prevent the need to use globals. 61 61 * 62 * @since 1. 262 * @since 1.3 63 63 * @return osmpMetaboxGeneral 64 64 */ -
os-materializecss-popup/trunk/includes/admin/meta-boxes/class.osmp.settings.php
r1522538 r1643821 10 10 * 11 11 * @class osmpMetaboxSettings 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V -
os-materializecss-popup/trunk/includes/admin/meta-boxes/class.osmp.shortcode.php
r1522538 r1643821 10 10 * 11 11 * @class osmpMetaboxShortcode 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V -
os-materializecss-popup/trunk/includes/admin/osmp-about.php
r1522538 r1643821 10 10 * 11 11 * @class osmpAbout 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 40 40 * about_osmp_developer for ourteam blog 41 41 * 42 * @since 1. 242 * @since 1.3 43 43 */ 44 44 -
os-materializecss-popup/trunk/includes/admin/osmp-post-types.php
r1522538 r1643821 10 10 * 11 11 * @class osmpPostTypes 12 * @version 1. 212 * @version 1.3 13 13 * @category Class 14 14 * @author Offshorent Softwares Pvt Ltd. | Jinesh.P.V … … 181 181 * Returns the main instance of osmpPostTypes to prevent the need to use globals. 182 182 * 183 * @since 1. 2183 * @since 1.3 184 184 * @return osmpPostTypes 185 185 */ -
os-materializecss-popup/trunk/os-materializecss-popup.php
r1522538 r1643821 4 4 Plugin URI: http://offshorent.com/blog/extensions/os-materializecss-popup 5 5 Description: OS Materializecss PopUp is the colorful, responsive, customizable popup plugin for WordPress using materialize css. 6 Version: 1. 26 Version: 1.3 7 7 Author: Offshorent Softwares Pvt Ltd. | Jinesh.P.V 8 8 Author URI: http://offshorent.com/ … … 34 34 * 35 35 * @class osmpPopUp 36 * @version 1. 236 * @version 1.3 37 37 */ 38 38 … … 41 41 /** 42 42 * @var string 43 * @since 1. 244 */ 45 46 public $version = '1. 2';43 * @since 1.3 44 */ 45 46 public $version = '1.3'; 47 47 48 48 /** 49 49 * @var osmpPopUp The single instance of the class 50 * @since 1. 250 * @since 1.3 51 51 */ 52 52 … … 58 58 * Ensures only one instance of osmpPopUp is loaded or can be loaded. 59 59 * 60 * @since 1. 260 * @since 1.3 61 61 * @static 62 62 * @see OSBX() … … 74 74 * Cloning is forbidden. 75 75 * 76 * @since 1. 276 * @since 1.3 77 77 */ 78 78 79 79 public function __clone() { 80 _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1. 2' );80 _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.3' ); 81 81 } 82 82 … … 84 84 * Unserializing instances of this class is forbidden. 85 85 * 86 * @since 1. 286 * @since 1.3 87 87 */ 88 88 89 89 public function __wakeup() { 90 _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1. 2' );90 _doing_it_wrong( __FUNCTION__, 'Cheatin’ huh?', '1.3' ); 91 91 } 92 92 … … 94 94 * Get the plugin url. 95 95 * 96 * @since 1. 296 * @since 1.3 97 97 */ 98 98 … … 104 104 * Get the plugin path. 105 105 * 106 * @since 1. 2106 * @since 1.3 107 107 */ 108 108 … … 114 114 * Get Ajax URL. 115 115 * 116 * @since 1. 2116 * @since 1.3 117 117 */ 118 118 … … 125 125 * @access public 126 126 * @return osmpPopUp 127 * @since 1. 2127 * @since 1.3 128 128 */ 129 129 … … 153 153 /** 154 154 * Install osmpPopUp 155 * @since 1. 2155 * @since 1.3 156 156 */ 157 157 … … 167 167 /** 168 168 * Define osmpPopUp Constants 169 * @since 1. 2169 * @since 1.3 170 170 */ 171 171 … … 181 181 * includes admin defaults files 182 182 * 183 * @since 1. 2183 * @since 1.3 184 184 */ 185 185 … … 193 193 /** 194 194 * Init osmpPopUp when WordPress Initialises. 195 * @since 1. 2195 * @since 1.3 196 196 */ 197 197 … … 204 204 * Clean all output buffers 205 205 * 206 * @since 1. 2206 * @since 1.3 207 207 */ 208 208 … … 215 215 * Callback function 216 216 * 217 * @since 1. 2217 * @since 1.3 218 218 */ 219 219 … … 225 225 * Clean all output buffers 226 226 * 227 * @since 1. 2227 * @since 1.3 228 228 */ 229 229 … … 234 234 /** 235 235 * Admin init osmpPopUp when WordPress Initialises. 236 * @since 1. 2236 * @since 1.3 237 237 */ 238 238 … … 257 257 * Admin side style and javascript hook for osmpPopUp 258 258 * 259 * @since 1. 2259 * @since 1.3 260 260 */ 261 261 … … 266 266 wp_enqueue_style( 'osmp-admin-style', plugins_url( 'css/admin/style-min.css', __FILE__ ) ); 267 267 268 wp_enqueue_script( 'osmp-custom-min', plugins_url( 'js/admin/custom-min.js', __FILE__ ), array( 'jquery', 'wp-color-picker' ), '1. 2', true );268 wp_enqueue_script( 'osmp-custom-min', plugins_url( 'js/admin/custom-min.js', __FILE__ ), array( 'jquery', 'wp-color-picker' ), '1.3', true ); 269 269 } 270 270 … … 272 272 * Frontend style and javascript hook for osmpPopUp 273 273 * 274 * @since 1. 2274 * @since 1.3 275 275 */ 276 276 … … 280 280 wp_enqueue_script( 'osmp-jquery', 'https://code.jquery.com/jquery-2.1.1.min.js', array( 'jquery' ), '2.1.1', true ); 281 281 wp_enqueue_script( 'osmp-materialize', plugins_url( 'js/materialize.min.js', __FILE__ ), array( 'jquery' ), '0.97.3', true ); 282 wp_enqueue_script( 'osmp-custom-min', plugins_url( 'js/custom-min.js', __FILE__ ), array( 'jquery' ), '1. 2', true );282 wp_enqueue_script( 'osmp-custom-min', plugins_url( 'js/custom-min.js', __FILE__ ), array( 'jquery' ), '1.3', true ); 283 283 } 284 284 … … 286 286 * Shortcode function osmp_materializecss_popup() 287 287 * 288 * @since 1. 2288 * @since 1.3 289 289 */ 290 290 … … 314 314 * Returns the main instance of osmpPopUp to prevent the need to use globals. 315 315 * 316 * @since 1. 2316 * @since 1.3 317 317 * @return osmpPopUp 318 318 */ -
os-materializecss-popup/trunk/readme.txt
r1522538 r1643821 2 2 Contributors: offshorent 3 3 Tags: contact form 7, Facebook, facebook like, facebook popup, GF, google, google plus, gravity forms, login popup, mailpoet, popup, popups, twitter, twitter follow, wordpress popup, wp popups 4 Requires at least: 4. 05 Tested up to: 4. 6.16 Stable tag: 1. 24 Requires at least: 4.3 5 Tested up to: 4.7.4 6 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 Minimum requirements: 34 34 35 Wordpress 3.0+36 PHP 5. x37 MySQL 4.x+35 Wordpress 4.3+ 36 PHP 5.4x 37 MySQL 5.2x+ 38 38 39 39 Installation from within backend:
Note: See TracChangeset
for help on using the changeset viewer.