Plugin Directory

Changeset 2679229

Timestamp:
02/15/2022 03:44:02 PM (2 years ago)
Author:
earthjournalism
Message:

Update to version 2.4.1.2 from GitHub

Location:
jeowp
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • jeowp/tags/2.4.1.2/README.txt

    r2622072 r2679229  
    11=== JEO ===
    22Contributors: earthjournalism
    3 Tested up to: 5.7.0
    4 Stable tag: 2.4.0
     3Tested up to: 5.
     4Stable tag: 2.4.
    55Requires PHP: 7.2
    66Requires at least: 5.4
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    9 Version: 2.3.1
     9Version: 2..1
    1010
    1111The JEO plugin acts as a geojournalism platform that allows news organizations, bloggers and NGOs to publish news storys as layers of information on digital maps.
     
    4949
    5050== Changelog ==
     51
     52
    5153
    5254= 2.4.0 =
  • jeowp/tags/2.4.1.2/jeo.php

    r2622072 r2679229  
    66 * Plugin Name:       JEO WP
    77 * Description:       Interactive Map blocks for Wordpress Gutenberg
    8  * Version:           2.4.0
     8 * Version:           2.4.
    99 * License:           GPL-2.0+
    1010 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    2323 * Rename this for your plugin and update it as you release new versions.
    2424 */
    25 define( 'JEO_VERSION', '2.4.0' );
     25define( 'JEO_VERSION', '2.4.' );
    2626
    2727define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) );
  • jeowp/tags/2.4.1.2/templates/map-content-layers-list.php

    r2364442 r2679229  
    55    <?php if(strlen($attribution_name) > 0): ?>
    66        <?php _e('Attribution: ', 'jeo'); ?><a href="<?php echo $attribution; ?>"><?php echo esc_html( $attribution_name ); ?></a>
    7     <? else: ?>
     7    <? else: ?>
    88        <?php _e('Attribution: ', 'jeo'); ?><a href="<?php echo $attribution; ?>"><?php echo esc_html( $attribution ); ?></a>
    99    <?php endif; ?>
  • jeowp/trunk/README.txt

    r2622072 r2679229  
    11=== JEO ===
    22Contributors: earthjournalism
    3 Tested up to: 5.7.0
    4 Stable tag: 2.4.0
     3Tested up to: 5.
     4Stable tag: 2.4.
    55Requires PHP: 7.2
    66Requires at least: 5.4
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    9 Version: 2.3.1
     9Version: 2..1
    1010
    1111The JEO plugin acts as a geojournalism platform that allows news organizations, bloggers and NGOs to publish news storys as layers of information on digital maps.
     
    4949
    5050== Changelog ==
     51
     52
    5153
    5254= 2.4.0 =
  • jeowp/trunk/jeo.php

    r2622072 r2679229  
    66 * Plugin Name:       JEO WP
    77 * Description:       Interactive Map blocks for Wordpress Gutenberg
    8  * Version:           2.4.0
     8 * Version:           2.4.
    99 * License:           GPL-2.0+
    1010 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
     
    2323 * Rename this for your plugin and update it as you release new versions.
    2424 */
    25 define( 'JEO_VERSION', '2.4.0' );
     25define( 'JEO_VERSION', '2.4.' );
    2626
    2727define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) );
  • jeowp/trunk/templates/map-content-layers-list.php

    r2364442 r2679229  
    55    <?php if(strlen($attribution_name) > 0): ?>
    66        <?php _e('Attribution: ', 'jeo'); ?><a href="<?php echo $attribution; ?>"><?php echo esc_html( $attribution_name ); ?></a>
    7     <? else: ?>
     7    <? else: ?>
    88        <?php _e('Attribution: ', 'jeo'); ?><a href="<?php echo $attribution; ?>"><?php echo esc_html( $attribution ); ?></a>
    99    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.