Plugin Directory


Ignore:
Timestamp:
09/04/2020 08:49:47 AM (6 years ago)
Author:
codepeople
Message:

New version 1.0.36
Modifications in the changelogs.

Location:
codepeople-post-map
Files:
79 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • codepeople-post-map/trunk/codepeople-post-map.php

    r2347885 r2375048  
    33Plugin Name: Google Maps CP
    44Text Domain: codepeople-post-map
    5 Version: 1.0.35
     5Version: 1.0.36
    66Author: CodePeople
    77Author URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
  • codepeople-post-map/trunk/include/functions.php

    r2347885 r2375048  
    314314        <?php _e('If you want test the premium version of CP Google Maps go to the following links:<br/> <a href="https://demos.dwbooster.com/cp-google-maps/wp-login.php" target="_blank">Administration area: Click to access the administration area demo</a><br/> <a href="https://demos.dwbooster.com/cp-google-maps/" target="_blank">Public page: Click to access the CP Google Maps</a>', 'codepeople-post-map' ); ?>
    315315        </p>
     316        <?php
     317        if(!$single)
     318        {
     319        ?>
    316320        <div style="padding:10px; border: 1px solid #DADADA;margin-bottom:20px;text-align:center;">
    317321            <h2><?php _e('Video Tutorial', 'codepeople-post-map'); ?></h2>
     
    321325            </div>
    322326        </div>
     327        <?php
     328        }
     329        ?>
    323330        <table class="form-table">
    324331            <?php
  • codepeople-post-map/trunk/readme.txt

    r2350256 r2375048  
    637637== Changelog ==
    638638
     639= 1.0.36 =
     640
     641* Modifies the plugin's settings.
     642
    639643= 1.0.35 =
    640644
Note: See TracChangeset for help on using the changeset viewer.