Changeset 705450
- Timestamp:
- 04/29/2013 02:30:33 PM (13 years ago)
- Location:
- usernoise
- Files:
-
- 4 edited
- 1 copied
-
tags/3.7.3 (copied) (copied from usernoise/trunk)
-
tags/3.7.3/readme.txt (modified) (2 diffs)
-
tags/3.7.3/usernoise.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/usernoise.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usernoise/tags/3.7.3/readme.txt
r704331 r705450 4 4 Requires at least: 3.2 5 5 Tested up to: 3.5.1 6 Stable tag: 3.7. 26 Stable tag: 3.7.3 7 7 8 8 Modal contact / feedback form designed "the Apple way". … … 104 104 == Changelog == 105 105 106 = 3.7.3 = 107 * Added an option to disable Feedback button and form icons for sake of Bootstrap compatibility. 108 * Minor CSS fixes. 109 110 106 111 = 3.7.2 = 107 112 * On-page form bugfixes. -
usernoise/tags/3.7.3/usernoise.php
r705432 r705450 4 4 Plugin URI: http://karevn.com 5 5 Description: Usernoise is a modal contact / feedback form with smooth interface. 6 Version: 3.7. 26 Version: 3.7.3 7 7 Author: Nikolay Karev 8 8 Author URI: http://karevn.com … … 10 10 11 11 12 define('UN_VERSION', '3.7. 2');12 define('UN_VERSION', '3.7.3'); 13 13 14 14 load_plugin_textdomain('usernoise', false, basename(dirname(__FILE__)) . '/languages/'); -
usernoise/trunk/readme.txt
r704331 r705450 4 4 Requires at least: 3.2 5 5 Tested up to: 3.5.1 6 Stable tag: 3.7. 26 Stable tag: 3.7.3 7 7 8 8 Modal contact / feedback form designed "the Apple way". … … 104 104 == Changelog == 105 105 106 = 3.7.3 = 107 * Added an option to disable Feedback button and form icons for sake of Bootstrap compatibility. 108 * Minor CSS fixes. 109 110 106 111 = 3.7.2 = 107 112 * On-page form bugfixes. -
usernoise/trunk/usernoise.php
r705432 r705450 4 4 Plugin URI: http://karevn.com 5 5 Description: Usernoise is a modal contact / feedback form with smooth interface. 6 Version: 3.7. 26 Version: 3.7.3 7 7 Author: Nikolay Karev 8 8 Author URI: http://karevn.com … … 10 10 11 11 12 define('UN_VERSION', '3.7. 2');12 define('UN_VERSION', '3.7.3'); 13 13 14 14 load_plugin_textdomain('usernoise', false, basename(dirname(__FILE__)) . '/languages/');
Note: See TracChangeset
for help on using the changeset viewer.