Plugin Directory

Changeset 705450


Ignore:
Timestamp:
04/29/2013 02:30:33 PM (13 years ago)
Author:
karevn
Message:

3.7.3 release

Location:
usernoise
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • usernoise/tags/3.7.3/readme.txt

    r704331 r705450  
    44Requires at least: 3.2
    55Tested up to: 3.5.1
    6 Stable tag: 3.7.2
     6Stable tag: 3.7.3
    77
    88Modal contact / feedback form designed "the Apple way".
     
    104104== Changelog ==
    105105
     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
    106111= 3.7.2 =
    107112* On-page form bugfixes.
  • usernoise/tags/3.7.3/usernoise.php

    r705432 r705450  
    44Plugin URI: http://karevn.com
    55Description: Usernoise is a modal contact / feedback form with smooth interface.
    6 Version: 3.7.2
     6Version: 3.7.3
    77Author: Nikolay Karev
    88Author URI: http://karevn.com
     
    1010
    1111
    12 define('UN_VERSION', '3.7.2');
     12define('UN_VERSION', '3.7.3');
    1313
    1414load_plugin_textdomain('usernoise', false, basename(dirname(__FILE__)) . '/languages/');
  • usernoise/trunk/readme.txt

    r704331 r705450  
    44Requires at least: 3.2
    55Tested up to: 3.5.1
    6 Stable tag: 3.7.2
     6Stable tag: 3.7.3
    77
    88Modal contact / feedback form designed "the Apple way".
     
    104104== Changelog ==
    105105
     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
    106111= 3.7.2 =
    107112* On-page form bugfixes.
  • usernoise/trunk/usernoise.php

    r705432 r705450  
    44Plugin URI: http://karevn.com
    55Description: Usernoise is a modal contact / feedback form with smooth interface.
    6 Version: 3.7.2
     6Version: 3.7.3
    77Author: Nikolay Karev
    88Author URI: http://karevn.com
     
    1010
    1111
    12 define('UN_VERSION', '3.7.2');
     12define('UN_VERSION', '3.7.3');
    1313
    1414load_plugin_textdomain('usernoise', false, basename(dirname(__FILE__)) . '/languages/');
Note: See TracChangeset for help on using the changeset viewer.