Changeset 1226367
- Timestamp:
- 08/20/2015 04:47:58 PM (11 years ago)
- Location:
- pelagios-widgets-for-wordpress/trunk
- Files:
-
- 3 edited
-
inc/widgets/widget-pelagios-search.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
wp-pelagios.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pelagios-widgets-for-wordpress/trunk/inc/widgets/widget-pelagios-search.php
r1156983 r1226367 29 29 30 30 /* Create the widget. */ 31 $this->WP_Widget('wp_pelagios_search', $this->pelagios_widget_name, $widget_ops);31 parent::__construct('wp_pelagios_search', $this->pelagios_widget_name, $widget_ops); 32 32 } 33 33 /** @see WP_Widget */ -
pelagios-widgets-for-wordpress/trunk/readme.txt
r1156983 r1226367 4 4 Tags: links, data, linked data, geo, semantic, lawdi, ancient world, history, ancient history, science, pelagios, widgets 5 5 Requires at least: 3.9 6 Tested up to: 4. 2.27 Stable tag: 0.2. 06 Tested up to: 4.3 7 Stable tag: 0.2.1 8 8 License: GPLv3 9 9 … … 83 83 == Changelog == 84 84 85 = 0.2.1 - 20/08/2015 = 86 * PHP5 style constructor 87 85 88 = 0.2.0 - 09/05/2015 = 86 89 * code cleanup … … 94 97 == Upgrade Notice == 95 98 99 = 0.2.1 = 100 * Minor update, WP 4.3 compat 101 96 102 = 0.1.1 = 97 103 * version 0.1.1 -
pelagios-widgets-for-wordpress/trunk/wp-pelagios.php
r1156983 r1226367 6 6 Plugin URI: http://peterherrel.com/wordpress/plugins/wp-pelagios 7 7 Description: The Pelagios widgets are widgets that you can embed on a web page to display relationships between places and items in ancient history collections. The information displayed originates from museums, research institutes, universities and projects that are part of Pelagios, and includes details about these items and maps showing associated locations. 8 Version: 0.2. 08 Version: 0.2.1 9 9 Author: Peter J. Herrel 10 10 Author URI: http://peterherrel.com/ … … 55 55 { 56 56 // vars 57 public $version = '0.2. 0';57 public $version = '0.2.1'; 58 58 public $version_wp = '3.9'; 59 59 public $version_req_js = '2.0.4';
Note: See TracChangeset
for help on using the changeset viewer.