Plugin Directory

Changeset 3344181


Ignore:
Timestamp:
08/14/2025 02:08:29 AM (8 months ago)
Author:
themifyme
Message:

update plugin

Location:
themify-store-locator
Files:
80 added
3 edited

Legend:

Unmodified
Added
Removed
  • themify-store-locator/trunk/includes/themify-metabox/includes/themify-metabox-core.php

    r3095371 r3344181  
    560560        if ( isset( $_FILES['file'] ) ) {
    561561            $fileContent = themify_get_file_contents( $_FILES['file']['tmp_name'] );
    562             $new_data = unserialize( $fileContent );
     562            $new_data = unserialize( $fileContent, ['allowed_classes' => false] );
    563563            if ( $new_data !== null ) {
    564564                if ( 'colors' === $_POST['type'] ) {
  • themify-store-locator/trunk/readme.txt

    r3206624 r3344181  
    44Tags: map, google-map, location, store, shortcode
    55Requires at least: 5.2
    6 Tested up to: 6.7.1
    7 Stable tag: 1.2.0
     6Tested up to: 6.8.2
     7Stable tag: 1.2.1
    88License: GPL v2
    99License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  • themify-store-locator/trunk/store_locator.php

    r3206624 r3344181  
    33Plugin Name:  Themify Store Locator
    44Plugin URI:   https://themify.me/store-locator
    5 Version:      1.2.0
     5Version:      1.2.1
    66Author:       Themify
    77Author URI:   https://themify.me
     
    1414
    1515defined( 'ABSPATH' ) or die( '-1' );
    16 const THEMIFY_STORE_LOCATOR_VERSION='1.2.0';
     16const THEMIFY_STORE_LOCATOR_VERSION='1.2.1';
    1717register_activation_hook( __FILE__, 'themify_store_locator_plugin_activation' );
    1818add_action( 'after_setup_theme', 'themify_store_locator_setup' );
Note: See TracChangeset for help on using the changeset viewer.