Plugin Directory

Changeset 3235569


Ignore:
Timestamp:
02/05/2025 04:59:00 PM (12 months ago)
Author:
maltathemes
Message:

Fixed Vulnerability issue

Location:
wpoptin
Files:
407 added
3 edited

Legend:

Unmodified
Added
Removed
  • wpoptin/trunk/README.txt

    r3218933 r3235569  
    44Requires at least: 4.0
    55Tested up to: 6.7.1
    6 Stable tag: 2.0.7
     6Stable tag: 2.0.8
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    182182== Changelog ==
    183183
     184= 2.0.8 =
     185* Fixed: Vulnerability issue
     186* Tested: With WordPress 6.7.1
     187
    184188= 2.0.7 =
    185189* Updated: Freemius SDK
  • wpoptin/trunk/admin/class-wpoptins-admin.php

    r3201858 r3235569  
    20322032                if ( $service == 'campaign_monitor' ) {
    20332033                    $access_token = urldecode( $access_token );
    2034                     $refresh_access_token = urldecode( $_GET['wpop_refresh_access_token'] );
     2034                    $refresh_access_token = ( isset( $_GET['wpop_refresh_access_token'] ) ? sanitize_text_field( urldecode( $_GET['wpop_refresh_access_token'] ) ) : '' );
    20352035                }
    20362036                if ( isset( $_GET['client_id'] ) ) {
  • wpoptin/trunk/wpoptin.php

    r3218933 r3235569  
    66Description: WPOptin is used for building emails list, news announcements, flash sales with coupons and beautiful call to action buttons.With WP Customizer support to design opt-ins and offers bar live.
    77Author: Sajid Javed
    8 Version: 2.0.7
     8Version: 2.0.8
    99Author URI: https://maltathemes.com/
    1010Text Domain: wpoptin
     
    6565if ( !class_exists( 'WPOPTIN' ) ) {
    6666    class WPOPTIN {
    67         public $version = '2.0.7';
     67        public $version = '2.0.8';
    6868
    6969        function __construct() {
Note: See TracChangeset for help on using the changeset viewer.