Changeset 1155310
- Timestamp:
- 05/07/2015 12:25:40 PM (11 years ago)
- Location:
- usersnap/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
usersnap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usersnap/trunk/readme.txt
r1155301 r1155310 5 5 Requires at least: 3.0 6 6 Tested up to: 4.2 7 Stable tag: 3.27 Stable tag: 4.0 8 8 9 9 Improve your Wordpress website with screenshots, bug reports and visual feedback from Usersnap. … … 130 130 == Changelog == 131 131 132 = 3.2=132 = 4.0 = 133 133 * autofill email address field if user is signed in 134 134 -
usersnap/trunk/usersnap.php
r1155301 r1155310 4 4 Plugin URI: http://www.usersnap.com 5 5 Description: Usersnap helps website owners to get feedback in form of screenshots from their customers, readers or users. 6 Version: 3.26 Version: 4.0 7 7 Author: Usersnap 8 8 Author URI: http://usersnap.com … … 10 10 */ 11 11 12 define('USERSNAP_VERSION', ' 3.2');12 define('USERSNAP_VERSION', '4.0'); 13 13 define('USERSNAP_POINTER_VERSION', '0_1'); 14 14 define('USERSNAP_PLUGIN_URL', plugin_dir_url( __FILE__ ));
Note: See TracChangeset
for help on using the changeset viewer.