Changeset 994184
- Timestamp:
- 09/21/2014 12:57:35 PM (11 years ago)
- Location:
- sticky-popup/trunk
- Files:
-
- 3 edited
-
class-sticky-popup.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
sticky-popup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sticky-popup/trunk/class-sticky-popup.php
r994181 r994184 27 27 * @var string 28 28 */ 29 const VERSION = '1. 1';29 const VERSION = '1.2'; 30 30 31 31 /** … … 50 50 * Stores popup active status 51 51 * 52 * @since 1. 152 * @since 1.2 53 53 * 54 54 * @var string -
sticky-popup/trunk/readme.txt
r983626 r994184 5 5 Requires at least: 3.6 6 6 Tested up to: 4.0 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 38 38 == Changelog == 39 39 40 = 1.2 = 41 * Added feature to enable or disable sticky popup. 42 40 43 = 1.1 = 41 44 * Added options for setting title color, header border color, top margin -
sticky-popup/trunk/sticky-popup.php
r983626 r994184 15 15 * Plugin URI: http://numixtech.com 16 16 * Description: Sticky Popup is a simple and easy wordpress plugin used to add popup on CSS3 animations. Show html code and shortcodes in popup. 17 * Version: 1. 117 * Version: 1.2 18 18 * Author: Numix Technologies, Gaurav Padia, Asalam Godhaviya 19 19 * Author URI: http://numixtech.com
Note: See TracChangeset
for help on using the changeset viewer.