diff --git a/plugin.php b/plugin.php index 4f166ac..8a7e8d8 100644 --- a/plugin.php +++ b/plugin.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.tychesoftwares.com/ * Description: A handy collection of shortcodes for your site. * - * Version: 2.1.12 + * Version: 2.1.13 * * Author: Tyche Softwares * Author URI: https://www.tychesoftwares.com/ @@ -27,7 +27,7 @@ class Arconix_Shortcodes { * @access private * @var string $version Current plugin version */ - const VERSION = '2.1.12'; + const VERSION = '2.1.13'; /** * The url path to this plugin. diff --git a/readme.txt b/readme.txt index 53be520..3c067d1 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: jgardner03, tychesoftwares, shasvat Donate link: https://www.paypal.me/TycheSoftwares Tags: arconix, shortcodes, tabs, toggle, buttons, accordion Requires at least: 4.3 -Tested up to: 6.5.5 -Stable tag: 2.1.12 +Tested up to: 6.6.2 +Stable tag: 2.1.13 License: GPLv2 or later Arconix Shortcodes provides a number of useful design elements like buttons, boxes, tabs and toggles to help compliment any website. @@ -122,6 +122,9 @@ That's fantastic! Feel free to submit a pull request over at [Github](http://arc == Changelog == += 2.1.13 = +* Fix - Cross Site Request Forgery (CSRF) vulnerability. + = 2.1.12 = * Fix - Added a nonce check for Cross Site Request Forgery (CSRF) vulnerability on reset button.