Plugin Directory

Changeset 974980


Ignore:
Timestamp:
08/29/2014 02:21:10 AM (12 years ago)
Author:
justinedehonor
Message:

Version 2.0.2

Location:
ilovemachineproblem-responsive-google-map
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • ilovemachineproblem-responsive-google-map/trunk/ilmp-index.php

    r866605 r974980  
    33        Plugin Name: ILoveMachineProblem Responsive Google Map
    44        Description: The ILoveMachineProblem Responsive Google Map is used to embed responsive google map on your site.
    5         Version: 2.0.1
     5        Version: 2.0.2
    66        Author: Paul Justine B. de Honor
    77        Author URI
     
    9090
    9191    function _ilmp_rgm_action() {
    92         echo '<div class="ilmp-map-wrapper">';
    93         echo '<div id="ilmp-map-canvas"></div>';
    94         echo '<a href="' . get_option('ilmp_map_link') . '" class="ilmp-map-link" target="_blank">View larger map</a>';
    95         echo '</div>';
     92        return '<div class="ilmp-map-wrapper">';
     93        return '<div id="ilmp-map-canvas"></div>';
     94        return '<a href="' . get_option('ilmp_map_link') . '" class="ilmp-map-link" target="_blank">View larger map</a>';
     95        return '</div>';
    9696    }
    9797
  • ilovemachineproblem-responsive-google-map/trunk/readme.txt

    r866043 r974980  
    33Tags: google map, responsive google map, ilmp
    44Requires at least: 3.6
    5 Tested up to: 3.8.1
    6 Stable tag: 2.0.1
     5Tested up to: 3.9.2
     6Stable tag: 2.0.2
    77License: GPLv2
    88
     
    1010
    1111The ILoveMachineProblem Responsive Google Map is used to embed responsive google map on your site.
     12
     13= 2.0.2 =
     14
     15* Fix shortcode issue. Impropert displaying of the map.
    1216
    1317= 2.0.1 =
     
    4751== Changelog ==
    4852
     53= 2.0.2 =
     54
     55* Fix shortcode issue. Impropert displaying of the map.
     56
    4957= 2.0.1 =
    5058
Note: See TracChangeset for help on using the changeset viewer.