Changeset 2449187
- Timestamp:
- 01/02/2021 05:06:17 PM (5 years ago)
- Location:
- very-simple-wp-maker-map/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
public/vswpmm-class-content-messenger.php (modified) (1 diff)
-
uninstall.php (modified) (1 diff)
-
very-simple-wp-maker-map.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
very-simple-wp-maker-map/trunk/README.txt
r2157743 r2449187 1 1 === Very Simple WP MakerMap === 2 2 Contributors: jchaves 3 Version: 1. 03 Version: 1.1 4 4 Tags: map, marker, openlayers 5 5 Stable tag: trunk 6 6 Requires at least: 4.4 7 Tested up to: 5. 27 Tested up to: 5.6 8 8 License: GPLv2 or later 9 9 Donate link: https://www.paypal.me/jschaves … … 32 32 33 33 == Changelog == 34 Tested php 8.0 -
very-simple-wp-maker-map/trunk/public/vswpmm-class-content-messenger.php
r2157743 r2449187 31 31 public function init() { 32 32 add_filter( 'the_content', array( $this, 'filterMakerMap' ) ); 33 add_action( 'wp_enqueue_scripts', array( $this, 'very_simple_wp_maker_map_public_scripts' ) );34 33 } 35 34 /** -
very-simple-wp-maker-map/trunk/uninstall.php
r2157743 r2449187 21 21 * 22 22 * @link https://github.com/jschaves/ 23 * @since 1. 023 * @since 1.1 24 24 * @package very-simple-wp-maker-map 25 25 */ -
very-simple-wp-maker-map/trunk/very-simple-wp-maker-map.php
r2157743 r2449187 10 10 * 11 11 * @link https://github.com/jschaves/ 12 * @since 1. 012 * @since 1.1 13 13 * @package very-simple-wp-maker-map 14 14 * … … 17 17 * Plugin URI: https://github.com/jschaves/very-simple-wp-maker-map 18 18 * Description: Create map in the selected direction with a marker with text and link. 19 * Version: 1. 019 * Version: 1.1 20 20 * Author: Juan Chaves 21 21 * Author URI: https://github.com/jschaves/
Note: See TracChangeset
for help on using the changeset viewer.