Changeset 2553235
- Timestamp:
- 06/24/2021 09:24:05 AM (5 years ago)
- Location:
- usersnap/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
usersnap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
usersnap/trunk/readme.txt
r2553187 r2553235 5 5 Requires at least: 3.0 6 6 Tested up to: 5.7 7 Stable tag: 4.1 27 Stable tag: 4.13 8 8 9 9 Improve your Wordpress website with screenshots, bug reports and visual feedback from Usersnap. … … 63 63 64 64 == Installation == 65 The Installation of the Usersnap Classic plugin is straightforward. Just follow the following steps:65 The Installation of the Usersnap plugin is straightforward. Just follow the following steps: 66 66 67 67 1. Upload the plugin files to the `/wp-content/plugins/usersnap` directory … … 111 111 == Changelog == 112 112 113 = 4.13 = 114 * fixed typos in description 115 113 116 = 4.12 = 114 117 * update screenshot -
usersnap/trunk/usersnap.php
r2553187 r2553235 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: 4.1 26 Version: 4.13 7 7 Author: Usersnap 8 8 Author URI: http://usersnap.com … … 10 10 */ 11 11 12 define('USERSNAP_VERSION', '4.1 2');12 define('USERSNAP_VERSION', '4.13'); 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.