Plugin Directory

Changeset 1998176


Ignore:
Timestamp:
12/19/2018 03:34:33 PM (7 years ago)
Author:
jondor
Message:

minor fixes

Location:
geo2wp
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • geo2wp/tags/1.4/geo2wp.php

    r1886064 r1998176  
    22/**
    33 * @package geo2wp
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
    7 Plugin Name: geo2wp
     7Plugin Name: Phototools: geo2wp
    88Plugin URI: https://gerhardhoogterp.nl/plugins/
    99Description: Geotools for Wordpress: Geo information on images, featured images. Shows featured images in post lists, adds GeoRSS to feed and more.
    1010Author: Gerhard Hoogterp
    11 Version: 1.2
     11Version: 1.4
    1212Author URI: https://gerhardhoogterp.nl/
    1313*/
     
    100100        ) , 10, 3);
    101101
    102         add_action('widgets_init', create_function('', 'return register_widget("geo2wp_Widget");'));
     102        add_action('widgets_init', function() { return register_widget("geo2wp_Widget");} );
     103       
    103104
    104105        if ($geo2wp_options['doGeoRSS']):
  • geo2wp/tags/1.4/readme.txt

    r1990017 r1998176  
    33Tags: geo, tools, phototools
    44Requires at least: 3.0.1
    5 Tested up to: 5.0
    6 Stable tag: 1.3
     5Tested up to: 5.0.1
     6Stable tag: 1.4
    77Requires PHP: 5.6
    88Donate link: https://gerhardhoogterp.nl/plugins/
     
    9191
    9292= 1.3 =
    93 
    9493* Removed the "enable shortcodes in widgets". It moved to the phototools plugin on which the other plugins are going to depend.
    9594* added rel="”noopenener noreferrer" to target=_blank external links
    9695* Rather stupid mistake which resulted in api calls without api key.. Sorry!
    9796
     97= 1.4 =
     98Fixed some compatability issues.
     99
    98100== Upgrade Notice ==
    99101
  • geo2wp/trunk/geo2wp.php

    r1886064 r1998176  
    22/**
    33 * @package geo2wp
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
    7 Plugin Name: geo2wp
     7Plugin Name: Phototools: geo2wp
    88Plugin URI: https://gerhardhoogterp.nl/plugins/
    99Description: Geotools for Wordpress: Geo information on images, featured images. Shows featured images in post lists, adds GeoRSS to feed and more.
    1010Author: Gerhard Hoogterp
    11 Version: 1.2
     11Version: 1.4
    1212Author URI: https://gerhardhoogterp.nl/
    1313*/
     
    100100        ) , 10, 3);
    101101
    102         add_action('widgets_init', create_function('', 'return register_widget("geo2wp_Widget");'));
     102        add_action('widgets_init', function() { return register_widget("geo2wp_Widget");} );
     103       
    103104
    104105        if ($geo2wp_options['doGeoRSS']):
  • geo2wp/trunk/readme.txt

    r1990017 r1998176  
    33Tags: geo, tools, phototools
    44Requires at least: 3.0.1
    5 Tested up to: 5.0
    6 Stable tag: 1.3
     5Tested up to: 5.0.1
     6Stable tag: 1.4
    77Requires PHP: 5.6
    88Donate link: https://gerhardhoogterp.nl/plugins/
     
    9191
    9292= 1.3 =
    93 
    9493* Removed the "enable shortcodes in widgets". It moved to the phototools plugin on which the other plugins are going to depend.
    9594* added rel="”noopenener noreferrer" to target=_blank external links
    9695* Rather stupid mistake which resulted in api calls without api key.. Sorry!
    9796
     97= 1.4 =
     98Fixed some compatability issues.
     99
    98100== Upgrade Notice ==
    99101
Note: See TracChangeset for help on using the changeset viewer.