Plugin Directory

Changeset 2703692


Ignore:
Timestamp:
04/02/2022 12:19:53 PM (4 years ago)
Author:
rajivlodhia
Message:

Set javascript to strict mode

Location:
acf-google-map-field-multiple-markers/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • acf-google-map-field-multiple-markers/trunk/acf-google-map-multi.php

    r2683675 r2703692  
    55Plugin URI: https://wordpress.org/plugins/acf-google-map-field-multiple-markers/
    66Description: A Google Map field that allows you to add multiple markers to it.
    7 Version: 1.0.3
     7Version: 1.0.4
    88Author: Rajiv Lodhia
    99Author URI: https://rajivlodhia.com
     
    4949            // - these will be passed into the field class.
    5050            $this->settings = array(
    51                 'version' => '1.0.3',
     51                'version' => '1.0.4',
    5252                'url'     => GMM_PLUGIN_URL,
    5353                'path'    => GMM_PLUGIN_PATH,
  • acf-google-map-field-multiple-markers/trunk/assets/js/input.js

    r2654568 r2703692  
    11(function($){
    2    
     2
     3    "use strict";
    34   
    45    /**
  • acf-google-map-field-multiple-markers/trunk/readme.txt

    r2683675 r2703692  
    55Tested up to: 5.9
    66Requires PHP: 5.6
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7272* Bumped WordPress tested version to 5.9
    7373* Adjusted text in readme.txt
     74
     75= 1.0.4 =
     76* JS set to strict mode with "use strict";
Note: See TracChangeset for help on using the changeset viewer.