Plugin Directory

Changeset 2849465

Timestamp:
01/16/2023 10:02:20 PM (19 months ago)
Author:
earthjournalism
Message:

Update to version 2.7.6 from GitHub

Location:
jeowp
Files:
4 edited
1 copied

Legend:

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

    r2849394 r2849465  
    22Contributors: earthjournalism
    33Tested up to: 6.1.1
    4 Stable tag: 2.7.4
     4Stable tag: 2.7.
    55Requires PHP: 7.2
    66Requires at least: 5.8
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    9 Version: 2.7.4
     9Version: 2.7.
    1010
    1111The JEO plugin acts as a geojournalism platform that allows news organizations, bloggers and NGOs to publish news stories as layers of information on digital maps.
  • jeowp/tags/2.7.6/jeo.php

    r2849394 r2849465  
    66 * Plugin Name:       JEO WP
    77 * Description:       Interactive Map blocks for Wordpress Gutenberg
    8  * Version:           2.7.4
     8 * Version:           2.7.
    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.7.4' );
     25define( 'JEO_VERSION', '2.7.' );
    2626
    2727define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) );
  • jeowp/trunk/README.txt

    r2849394 r2849465  
    22Contributors: earthjournalism
    33Tested up to: 6.1.1
    4 Stable tag: 2.7.4
     4Stable tag: 2.7.
    55Requires PHP: 7.2
    66Requires at least: 5.8
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt
    9 Version: 2.7.4
     9Version: 2.7.
    1010
    1111The JEO plugin acts as a geojournalism platform that allows news organizations, bloggers and NGOs to publish news stories as layers of information on digital maps.
  • jeowp/trunk/jeo.php

    r2849394 r2849465  
    66 * Plugin Name:       JEO WP
    77 * Description:       Interactive Map blocks for Wordpress Gutenberg
    8  * Version:           2.7.4
     8 * Version:           2.7.
    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.7.4' );
     25define( 'JEO_VERSION', '2.7.' );
    2626
    2727define( 'JEO_BASEPATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.