Plugin Directory

Changeset 1226367


Ignore:
Timestamp:
08/20/2015 04:47:58 PM (11 years ago)
Author:
donutz
Message:

update trunk to 0.2.1

Location:
pelagios-widgets-for-wordpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pelagios-widgets-for-wordpress/trunk/inc/widgets/widget-pelagios-search.php

    r1156983 r1226367  
    2929       
    3030        /* 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);
    3232    }
    3333    /** @see WP_Widget */
  • pelagios-widgets-for-wordpress/trunk/readme.txt

    r1156983 r1226367  
    44Tags: links, data, linked data, geo, semantic, lawdi, ancient world, history, ancient history, science, pelagios, widgets
    55Requires at least: 3.9
    6 Tested up to: 4.2.2
    7 Stable tag: 0.2.0
     6Tested up to: 4.3
     7Stable tag: 0.2.1
    88License: GPLv3
    99
     
    8383== Changelog ==
    8484
     85= 0.2.1 - 20/08/2015 =
     86* PHP5 style constructor
     87
    8588= 0.2.0 - 09/05/2015 =
    8689* code cleanup
     
    9497== Upgrade Notice ==
    9598
     99= 0.2.1 =
     100* Minor update, WP 4.3 compat
     101
    96102= 0.1.1 =
    97103* version 0.1.1
  • pelagios-widgets-for-wordpress/trunk/wp-pelagios.php

    r1156983 r1226367  
    66Plugin URI: http://peterherrel.com/wordpress/plugins/wp-pelagios
    77Description: 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.0
     8Version: 0.2.1
    99Author: Peter J. Herrel
    1010Author URI: http://peterherrel.com/
     
    5555{
    5656    // vars
    57     public $version         = '0.2.0';
     57    public $version         = '0.2.1';
    5858    public $version_wp      = '3.9';
    5959    public $version_req_js  = '2.0.4';
Note: See TracChangeset for help on using the changeset viewer.