Changeset 1998176
- Timestamp:
- 12/19/2018 03:34:33 PM (7 years ago)
- Location:
- geo2wp
- Files:
-
- 2 edited
- 8 copied
-
tags/1.4 (copied) (copied from geo2wp/trunk)
-
tags/1.4/geo2wp.php (copied) (copied from geo2wp/trunk/geo2wp.php) (2 diffs)
-
tags/1.4/languages (copied) (copied from geo2wp/trunk/languages)
-
tags/1.4/languages/geo2wp-nl_NL.mo (copied) (copied from geo2wp/trunk/languages/geo2wp-nl_NL.mo)
-
tags/1.4/languages/geo2wp-nl_NL.po (copied) (copied from geo2wp/trunk/languages/geo2wp-nl_NL.po)
-
tags/1.4/languages/geo2wp.pot (copied) (copied from geo2wp/trunk/languages/geo2wp.pot)
-
tags/1.4/readme.txt (copied) (copied from geo2wp/trunk/readme.txt) (2 diffs)
-
tags/1.4/uninstall.php (copied) (copied from geo2wp/trunk/uninstall.php)
-
trunk/geo2wp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
geo2wp/tags/1.4/geo2wp.php
r1886064 r1998176 2 2 /** 3 3 * @package geo2wp 4 * @version 1. 34 * @version 1.4 5 5 */ 6 6 /* 7 Plugin Name: geo2wp7 Plugin Name: Phototools: geo2wp 8 8 Plugin URI: https://gerhardhoogterp.nl/plugins/ 9 9 Description: Geotools for Wordpress: Geo information on images, featured images. Shows featured images in post lists, adds GeoRSS to feed and more. 10 10 Author: Gerhard Hoogterp 11 Version: 1. 211 Version: 1.4 12 12 Author URI: https://gerhardhoogterp.nl/ 13 13 */ … … 100 100 ) , 10, 3); 101 101 102 add_action('widgets_init', create_function('', 'return register_widget("geo2wp_Widget");')); 102 add_action('widgets_init', function() { return register_widget("geo2wp_Widget");} ); 103 103 104 104 105 if ($geo2wp_options['doGeoRSS']): -
geo2wp/tags/1.4/readme.txt
r1990017 r1998176 3 3 Tags: geo, tools, phototools 4 4 Requires at least: 3.0.1 5 Tested up to: 5.0 6 Stable tag: 1. 35 Tested up to: 5.0.1 6 Stable tag: 1.4 7 7 Requires PHP: 5.6 8 8 Donate link: https://gerhardhoogterp.nl/plugins/ … … 91 91 92 92 = 1.3 = 93 94 93 * Removed the "enable shortcodes in widgets". It moved to the phototools plugin on which the other plugins are going to depend. 95 94 * added rel="”noopenener noreferrer" to target=_blank external links 96 95 * Rather stupid mistake which resulted in api calls without api key.. Sorry! 97 96 97 = 1.4 = 98 Fixed some compatability issues. 99 98 100 == Upgrade Notice == 99 101 -
geo2wp/trunk/geo2wp.php
r1886064 r1998176 2 2 /** 3 3 * @package geo2wp 4 * @version 1. 34 * @version 1.4 5 5 */ 6 6 /* 7 Plugin Name: geo2wp7 Plugin Name: Phototools: geo2wp 8 8 Plugin URI: https://gerhardhoogterp.nl/plugins/ 9 9 Description: Geotools for Wordpress: Geo information on images, featured images. Shows featured images in post lists, adds GeoRSS to feed and more. 10 10 Author: Gerhard Hoogterp 11 Version: 1. 211 Version: 1.4 12 12 Author URI: https://gerhardhoogterp.nl/ 13 13 */ … … 100 100 ) , 10, 3); 101 101 102 add_action('widgets_init', create_function('', 'return register_widget("geo2wp_Widget");')); 102 add_action('widgets_init', function() { return register_widget("geo2wp_Widget");} ); 103 103 104 104 105 if ($geo2wp_options['doGeoRSS']): -
geo2wp/trunk/readme.txt
r1990017 r1998176 3 3 Tags: geo, tools, phototools 4 4 Requires at least: 3.0.1 5 Tested up to: 5.0 6 Stable tag: 1. 35 Tested up to: 5.0.1 6 Stable tag: 1.4 7 7 Requires PHP: 5.6 8 8 Donate link: https://gerhardhoogterp.nl/plugins/ … … 91 91 92 92 = 1.3 = 93 94 93 * Removed the "enable shortcodes in widgets". It moved to the phototools plugin on which the other plugins are going to depend. 95 94 * added rel="”noopenener noreferrer" to target=_blank external links 96 95 * Rather stupid mistake which resulted in api calls without api key.. Sorry! 97 96 97 = 1.4 = 98 Fixed some compatability issues. 99 98 100 == Upgrade Notice == 99 101
Note: See TracChangeset
for help on using the changeset viewer.