Plugin Directory

Changeset 2449187


Ignore:
Timestamp:
01/02/2021 05:06:17 PM (5 years ago)
Author:
jschaves
Message:

Tested WP 5.6 php 8.0

Location:
very-simple-wp-maker-map/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • very-simple-wp-maker-map/trunk/README.txt

    r2157743 r2449187  
    11=== Very Simple WP MakerMap ===
    22Contributors: jchaves
    3 Version:    1.0
     3Version:    1.1
    44Tags: map, marker, openlayers
    55Stable tag: trunk
    66Requires at least: 4.4
    7 Tested up to: 5.2
     7Tested up to: 5.6
    88License: GPLv2 or later
    99Donate link: https://www.paypal.me/jschaves
     
    3232
    3333== Changelog ==
     34Tested php 8.0
  • very-simple-wp-maker-map/trunk/public/vswpmm-class-content-messenger.php

    r2157743 r2449187  
    3131    public function init() {
    3232        add_filter( 'the_content', array( $this, 'filterMakerMap' ) );
    33         add_action( 'wp_enqueue_scripts', array( $this, 'very_simple_wp_maker_map_public_scripts' ) );
    3433    }
    3534    /**
  • very-simple-wp-maker-map/trunk/uninstall.php

    r2157743 r2449187  
    2121 *
    2222 * @link       https://github.com/jschaves/
    23  * @since      1.0
     23 * @since      1.1
    2424 * @package    very-simple-wp-maker-map
    2525 */
  • very-simple-wp-maker-map/trunk/very-simple-wp-maker-map.php

    r2157743 r2449187  
    1010 *
    1111 * @link              https://github.com/jschaves/
    12  * @since             1.0
     12 * @since             1.1
    1313 * @package           very-simple-wp-maker-map
    1414 *
     
    1717 * Plugin URI:        https://github.com/jschaves/very-simple-wp-maker-map
    1818 * Description:       Create map in the selected direction with a marker with text and link.
    19  * Version:           1.0
     19 * Version:           1.1
    2020 * Author:            Juan Chaves
    2121 * Author URI:        https://github.com/jschaves/
Note: See TracChangeset for help on using the changeset viewer.