Changeset 3454513
- Timestamp:
- 02/05/2026 11:02:53 AM (4 weeks ago)
- Location:
- webtexttool/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
core/class-webtexttool-core.php (modified) (1 diff)
-
webtexttool.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webtexttool/trunk/README.txt
r3416373 r3454513 4 4 Requires at least: 3.5 or higher 5 5 Tested up to: 6.9 6 Stable tag: 3.6. 36 Stable tag: 3.6.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog == 86 87 = 3.6.4 = 88 89 Release Date: February 5th, 2026 90 91 * Fix: added missing access control to ajax call (for Subscriber). Credits to @nabilirawan 86 92 87 93 = 3.6.3 = -
webtexttool/trunk/core/class-webtexttool-core.php
r3043558 r3454513 735 735 $output = array("message" => 'process server ajax failed'); // set default output message 736 736 $action = $this->get_webtexttoolnonce_action(); // text used to generate or check the nonce. 737 738 if (!current_user_can('edit_posts')) { 739 exit; 740 } 737 741 738 742 // check if the nonce and data exist, otherwise exit -
webtexttool/trunk/webtexttool.php
r3273163 r3454513 7 7 * Plugin URI: https://www.textmetrics.com 8 8 * Description: Textmetrics is the easiest way to create SEO proof content to rank higher and get more traffic. Realtime optimization, keyword research and more. 9 * Version: 3.6. 39 * Version: 3.6.4 10 10 * Author: Textmetrics 11 11 * Author URI: https://www.textmetrics.com … … 16 16 */ 17 17 18 define('WTT_VERSION', '3.6. 3');18 define('WTT_VERSION', '3.6.4'); 19 19 define('WTT_SHORT_URL', "api.textmetrics.com"); 20 20 define('WTT_BASE_API_URL', 'https://api.textmetrics.com/');
Note: See TracChangeset
for help on using the changeset viewer.