Plugin Directory

Changeset 742122


Ignore:
Timestamp:
07/17/2013 07:35:19 AM (13 years ago)
Author:
karevn
Message:

3.7.9 release

Location:
usernoise
Files:
4 edited
1 copied

Legend:

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

    r739630 r742122  
    44Requires at least: 3.2
    55Tested up to: 3.5.2
    6 Stable tag: 3.7.8
     6Stable tag: 3.7.9
    77
    88Modal contact / feedback form designed "the Apple way".
     
    103103
    104104== Changelog ==
     105
     106= 3.7.9 =
     107* XSS vulnerabilities fixed.
     108* Added "Name" field to the form.
     109
    105110= 3.7.8 =
    106111* Bug fixed: feedback editor page did not open without Pro installed.
  • usernoise/tags/3.7.9/usernoise.php

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

    r739630 r742122  
    44Requires at least: 3.2
    55Tested up to: 3.5.2
    6 Stable tag: 3.7.8
     6Stable tag: 3.7.9
    77
    88Modal contact / feedback form designed "the Apple way".
     
    103103
    104104== Changelog ==
     105
     106= 3.7.9 =
     107* XSS vulnerabilities fixed.
     108* Added "Name" field to the form.
     109
    105110= 3.7.8 =
    106111* Bug fixed: feedback editor page did not open without Pro installed.
  • usernoise/trunk/usernoise.php

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