Plugin Directory

Changeset 988694


Ignore:
Timestamp:
09/12/2014 10:16:59 PM (12 years ago)
Author:
awerhane74
Message:

[1.1.1] Fixed issue with simple_html_tom conflict. Added more container support

Location:
easy-maps/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • easy-maps/trunk/css/trippy-map-style.css

    r987898 r988694  
    8686}
    8787
    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 {
    8989    font-weight:bold;
    9090    text-decoration: none;
  • easy-maps/trunk/easy-maps.php

    r987898 r988694  
    11<?php
    22
    3 require ('simple_html_dom.php');
     3
     4// Include simplehtmldom
     5if( ! class_exists( 'simple_html_dom_node' ) ) {
     6    include_once( 'simple_html_dom.php' );
     7}
    48
    59/**
     
    711 * Description: Enhance your posts with Google Maps.  Use the Trippy Easy Maps plugin to easily create more dynamic content.
    812 * Plugin URI:
    9  * Version:     1.1.0
     13 * Version:     1.1.1
    1014 * Author:      Team Trippy
    1115 * Author URI:  http://www.trippy.com
  • easy-maps/trunk/readme.txt

    r987898 r988694  
    4545
    4646= 1.1.0 =
     47* Fixed issue with conflicting simple_html_dom.php
     48* Added support for more post containers
     49
     50= 1.1.0 =
    4751* Map CSS updates
    4852
Note: See TracChangeset for help on using the changeset viewer.