Plugin Directory

Changeset 2553235


Ignore:
Timestamp:
06/24/2021 09:24:05 AM (5 years ago)
Author:
usersnap
Message:

4.13, fixed a typo in description

Location:
usersnap/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • usersnap/trunk/readme.txt

    r2553187 r2553235  
    55Requires at least: 3.0
    66Tested up to: 5.7
    7 Stable tag: 4.12
     7Stable tag: 4.13
    88
    99Improve your Wordpress website with screenshots, bug reports and visual feedback from Usersnap.
     
    6363
    6464== Installation ==
    65 The Installation of the Usersnap Classic plugin is straight forward. Just follow the following steps:
     65The Installation of the Usersnap plugin is straightforward. Just follow the following steps:
    6666
    67671. Upload the plugin files to the `/wp-content/plugins/usersnap` directory
     
    111111== Changelog ==
    112112
     113= 4.13 =
     114* fixed typos in description
     115
    113116= 4.12 =
    114117* update screenshot
  • usersnap/trunk/usersnap.php

    r2553187 r2553235  
    44Plugin URI: http://www.usersnap.com
    55Description: Usersnap helps website owners to get feedback in form of screenshots from their customers, readers or users.
    6 Version: 4.12
     6Version: 4.13
    77Author: Usersnap
    88Author URI: http://usersnap.com
     
    1010*/
    1111
    12 define('USERSNAP_VERSION', '4.12');
     12define('USERSNAP_VERSION', '4.13');
    1313define('USERSNAP_POINTER_VERSION', '0_1');
    1414define('USERSNAP_PLUGIN_URL', plugin_dir_url( __FILE__ ));
Note: See TracChangeset for help on using the changeset viewer.