Changeset 988694
- Timestamp:
- 09/12/2014 10:16:59 PM (12 years ago)
- Location:
- easy-maps/trunk
- Files:
-
- 3 edited
-
css/trippy-map-style.css (modified) (1 diff)
-
easy-maps.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-maps/trunk/css/trippy-map-style.css
r987898 r988694 86 86 } 87 87 88 #content .trippy-place-element, .entry-content .trippy-place-element {88 #content .trippy-place-element, .entry-content .trippy-place-element, .post-content .trippy-place-element, .single-page-post .trippy-place-element { 89 89 font-weight:bold; 90 90 text-decoration: none; -
easy-maps/trunk/easy-maps.php
r987898 r988694 1 1 <?php 2 2 3 require ('simple_html_dom.php'); 3 4 // Include simplehtmldom 5 if( ! class_exists( 'simple_html_dom_node' ) ) { 6 include_once( 'simple_html_dom.php' ); 7 } 4 8 5 9 /** … … 7 11 * Description: Enhance your posts with Google Maps. Use the Trippy Easy Maps plugin to easily create more dynamic content. 8 12 * Plugin URI: 9 * Version: 1.1. 013 * Version: 1.1.1 10 14 * Author: Team Trippy 11 15 * Author URI: http://www.trippy.com -
easy-maps/trunk/readme.txt
r987898 r988694 45 45 46 46 = 1.1.0 = 47 * Fixed issue with conflicting simple_html_dom.php 48 * Added support for more post containers 49 50 = 1.1.0 = 47 51 * Map CSS updates 48 52
Note: See TracChangeset
for help on using the changeset viewer.