Skip to content

Commit

Permalink
Merge pull request #466 from WPChill/security-update
Browse files Browse the repository at this point in the history
3.1.17
  • Loading branch information
razvanaldea89 authored Aug 29, 2024
2 parents 1ffda1a + 796e5f2 commit 715d7b0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion admin/class-strong-testimonials-debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ public static function get_instance() {
* @since 3.1.15
*/
public function wpmtst_export_testimonial(){

// Check if the user is allowed to edit posts.
if ( ! current_user_can( 'edit_posts' ) ) {
return;
}
if ( isset( $_GET['wpmtst_single_download'] ) ){

// WXR_VERSION is declared here
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 3.1.17 - 29.08.2024 -
- Fixed: Security issue regarding Testimonial debug export

= 3.1.16 - 14.08.2024 -
- Fixed: Missing submodule files.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "strong-testimonials",
"author": "WPChill",
"version": "3.1.16",
"version": "3.1.17",
"license": "GPL v3",
"scripts": {
"build": "webpack",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: testimonials, testimonial slider, testimonial form, star ratings
Requires at least: 5.2
Requires PHP: 5.6
Tested up to: 6.6
Stable tag: 3.1.16
Stable tag: 3.1.17
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -199,6 +199,9 @@ No. If you already have testimonials in another plugin or theme, you will have t
8. View editor

== Changelog ==
= 3.1.17 - 29.08.2024 -
- Fixed: Security issue regarding Testimonial debug export

= 3.1.16 - 14.08.2024 -
- Fixed: Missing submodule files.

Expand Down
4 changes: 2 additions & 2 deletions strong-testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Collect and display your testimonials or reviews.
* Author: WPChill
* Author URI: https://wpchill.com/
* Version: 3.1.16
* Version: 3.1.17
* Text Domain: strong-testimonials
* Domain Path: /languages
* Requires: 4.6 or higher
Expand Down Expand Up @@ -45,7 +45,7 @@
exit;
}

define( 'WPMTST_VERSION', '3.1.16' );
define( 'WPMTST_VERSION', '3.1.17' );

define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
Expand Down

0 comments on commit 715d7b0

Please sign in to comment.