Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated version into 2.1.13 #89

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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';
nidhitatosaniya marked this conversation as resolved.
Show resolved Hide resolved

/**
* The url path to this plugin.
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
Loading