Plugin Directory

Changeset 1225380


Ignore:
Timestamp:
08/19/2015 05:02:51 PM (11 years ago)
Author:
donutz
Message:

commit 0.2.1

Location:
ancient-world-linked-data-for-wordpress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ancient-world-linked-data-for-wordpress/trunk/inc/widgets/widget-awld-index.php

    r1010123 r1225380  
    2929
    3030        /* Create the widget. */
    31         $this->WP_Widget('wp_awld_js_index', $this->awld_widget_name, $widget_ops);
     31        parent::__construct( 'wp_awld_js_index', $this->awld_widget_name, $widget_ops );
    3232    }
    3333    /** @see WP_Widget */
  • ancient-world-linked-data-for-wordpress/trunk/readme.txt

    r1156902 r1225380  
    44Tags:  links, data, linked data, semantic, isaw, lawdi, awld, awld-js, ancient world, history, science, wikipedia, loc, library of congress, opencontext, pleiades, perseus, pelagios, finds-org, worldcat, nomisma, arachne, trismegistos, papyri, eol, yale, numismatics, archive-org, geonames-org
    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
     
    6363= Automatic installation =
    6464
    65 Log in to your WordPress admin panel, navigate to the Plugins menu and use the search form to search for this plugin. Click Install and WordPress will automatically complete the installation. 
     65Log in to your WordPress admin panel, navigate to the Plugins menu and use the search form to search for this plugin. Click Install and WordPress will automatically complete the installation.
    6666
    6767= Manual installation =
     
    71713. Log in to your WordPress admin panel and activate the plugin from the Plugins menu.
    7272
    73 == Frequently Asked Questions == 
     73== Frequently Asked Questions ==
    7474
    7575= Where can I find documentation? =
     
    101101== Changelog ==
    102102
    103 = 0.2.0 - 19/10/2014 =
     103= 0.2.1 - 19/08/2015 =
     104* Use PHP 5 style constructor
     105
     106= 0.2.0 - 19/10/2014 =
    104107* code cleanup
    105108* Add GeoNames support
     
    107110* requires WP 3.9 or higher
    108111
    109 = 0.1.3 - 02/03/2013 = 
     112= 0.1.3 - 02/03/2013 =
    110113* Minor update
    111114* code cleanup
    112115* 3.5+ admin interface
    113116
    114 = 0.1.2 - 09/06/2012 = 
     117= 0.1.2 - 09/06/2012 =
    115118* new module: Internet Archive (archive.org)
    116119* updated papyri.info module
     
    118121* updated admin documentation (Munzkabinett Berlin, numismatics.org and sudoc modules)
    119122
    120 = 0.1.1 - 03/06/2012 = 
     123= 0.1.1 - 03/06/2012 =
    121124* Initial release 0.1.1
    122125
    123126== Upgrade Notice ==
     127
     128= 0.2.1 =
     129Minor update, WP 4.3 compatibility.
    124130
    125131= 0.2.0 =
  • ancient-world-linked-data-for-wordpress/trunk/wp-awld-js.php

    r1010123 r1225380  
    66Plugin URI: http://peterherrel.com/wordpress/plugins/wp-awld-js/
    77Description: Awld.js is a javascript library for Ancient World Linked Data. This WordPress plugin uses the Awld.js library to add functionality and visual elements to your WordPress powered website, based on links to stable URIs relevant to the study of the Ancient World.
    8 Version: 0.2.0
     8Version: 0.2.1
    99Author: Peter J. Herrel
    1010Author URI: http://peterherrel.com/
     
    1717Copyright (c) 2012-2014 Peter J. Herrel <peterherrel - gmail>
    1818
    19 Ancient World Linked Data for WordPress is free software; you can redistribute it and/or modify 
     19Ancient World Linked Data for WordPress is free software; you can redistribute it and/or modify
    2020it under the terms of the GNU Lesser General Public License as published by the Free
    2121Software Foundation; either version 3 of the License, or (at your option) any later version.
    2222
    23 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 
     23This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
    2424without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    2525See the GNU Lesser General Public License for more details.
     
    4444* Neither the name of the New York University nor the names of its contributors may be used to
    4545endorse or promote products derived from this software without specific prior written permission.
    46    
    47 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR 
    48 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
    49 FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 
    50 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
    51 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
    52 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
    53 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
    54 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY 
     46
     47THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
     48IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
     49FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
     50CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     51DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     52DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
     53WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     54ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
    5555OF SUCH DAMAGE.
    5656
     
    7373{
    7474    // vars
    75     public $version         = '0.2.0';
     75    public $version         = '0.2.1';
    7676    public $version_wp      = '3.9';
    7777    public $plugin_dir_url  = '';
     
    321321            deactivate_plugins( plugin_basename( __FILE__ ) );
    322322
    323             wp_die( 
     323            wp_die(
    324324                 sprintf( __( 'The Ancient World Linked Data plugin requires WordPress %s or higher.', 'wp_awld_js' ), $this->version_wp )
    325325                ,__( 'Ancient World Linked Data plugin activation error.', 'wp_awld_js' )
Note: See TracChangeset for help on using the changeset viewer.