Changeset 2066317
- Timestamp:
- 04/10/2019 06:29:33 AM (7 years ago)
- Location:
- captainform/trunk
- Files:
-
- 4 edited
-
admin/css/iframe_popup.css (modified) (1 diff)
-
captainform.php (modified) (1 diff)
-
includes/class-captainform.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captainform/trunk/admin/css/iframe_popup.css
r2065610 r2066317 300 300 } 301 301 302 #TB_overlay.captainform{302 /* #TB_overlay.captainform{ 303 303 z-index: 100500 !important; 304 } 304 } */ -
captainform/trunk/captainform.php
r2065610 r2066317 17 17 * Plugin URI: http://captainform.com 18 18 * Description: CaptainForm is a fully-featured WordPress form plugin created for web designers, developers, and also for non-tech savvy users. 19 * Version: 2.5. 119 * Version: 2.5.2 20 20 * Author: captainform 21 21 * Author URI: https://profiles.wordpress.org/captainform -
captainform/trunk/includes/class-captainform.php
r2065610 r2066317 106 106 107 107 $this->plugin_name = 'captainform'; 108 $this->version = '2.5. 1';108 $this->version = '2.5.2'; 109 109 110 110 $this->load_dependencies(); -
captainform/trunk/readme.txt
r2065610 r2066317 483 483 484 484 == Changelog == 485 = 2.5.2 (10 April 2019) = 486 * Bug fixes 487 485 488 = 2.5.1 (09 April 2019) = 486 489 * Bug fixes and added support for WordPress 5.1 or higher
Note: See TracChangeset
for help on using the changeset viewer.