Plugin Directory

Changeset 2083168


Ignore:
Timestamp:
05/08/2019 07:49:07 AM (7 years ago)
Author:
jondor
Message:

Fixed minor typo which disabled the W marker in the postlist
Bumped up to 5.2

Location:
geo2wikipedia/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • geo2wikipedia/trunk/geo2wikipedia.php

    r1998132 r2083168  
    22/**
    33 * @package geo2wikipedia
    4  * @version 1.2
     4 * @version 1.3
    55 */
    66/*
     
    99Description: Add wikipedia extracts to your page as a widgid, above or under your content or using shortcode's wherever you like.
    1010Author: Gerhard Hoogterp
    11 Version: 1.2
     11Version: 1.3
    1212Author URI: https://gerhardhoogterp.nl/
    1313*/
     
    567567        ));
    568568       
    569 
    570         add_filter('manage_post_columns', array(
     569        add_filter('manage_posts_columns', array(
    571570            $this,
    572571            'my_columns'
    573572        ));
    574         add_action('manage_post_custom_column', array(
     573        add_action('manage_posts_custom_column', array(
    575574            $this,
    576575            'my_show_columns'
  • geo2wikipedia/trunk/readme.txt

    r1998132 r2083168  
    33Tags: EXIF, wikipedia, phototools
    44Requires at least: 3.0.1
    5 Tested up to: 5.0.1
     5Tested up to: 5.2
    66Requires PHP: 5.6
    77Donate link: https://gerhardhoogterp.nl/plugins/
    8 Stable tag: 1.2
     8Stable tag: 1.3
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9494Fixed a few compatability issues with other plugins
    9595
     96= 1.3 =
     97Fixed minor typo which disabled the W marker in the postlist
     98
    9699== Upgrade Notice ==
    97100
Note: See TracChangeset for help on using the changeset viewer.