Plugin Directory

Changeset 1410811


Ignore:
Timestamp:
05/05/2016 06:53:47 AM (10 years ago)
Author:
neoxx
Message:

1.63

  • fixed some typos
Location:
tagpages/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tagpages/trunk/readme.txt

    r1369708 r1410811  
    44Tags: taxonomy, taxonomies, tag, tags, tagging, page, pages, post-tag, post-tags, page-tag, page-tags, multisite, multi-site, network
    55Requires at least: 3.0
    6 Tested up to: 4.5
     6Tested up to: 4.6
    77Stable tag: trunk
    88License: GPLv3 or later
     
    6161== Changelog ==
    6262
     63= 1.63 =
     64
     65* fixed some typos
     66
    6367= 1.62 =
    6468
     
    7983= 1.50 =
    8084
    81 * adopted to use the built-in [custom taxonomy column support for WordPress 3.5 and higher](https://core.trac.wordpress.org/ticket/21240)
     85* adapted to use the built-in [custom taxonomy column support for WordPress 3.5 and higher](https://core.trac.wordpress.org/ticket/21240)
    8286
    8387= 1.42 =
     
    8791= 1.41 =
    8892
    89 * adopted i18n strings
     93* adapted i18n strings
    9094* updated German translation
    9195* added Lithuanian translation, props [Vincentas Grinius](http://www.host1free.com)
     
    9397= 1.40 =
    9498
    95 * adopted query-handling on post-tags archive-pages
     99* adapted query-handling on post-tags archive-pages
    96100
    97101= 1.31 =
  • tagpages/trunk/tagpages.php

    r1210883 r1410811  
    66Description: Adds post-tags functionality for pages.
    77Author: Dr. Bernhard Riedl
    8 Version: 1.62
     8Version: 1.63
    99Author URI: http://www.bernhard-riedl.com/
    1010*/
    1111
    1212/*
    13 Copyright 2010-2015 Dr. Bernhard Riedl
     13Copyright 2010-2016 Dr. Bernhard Riedl
    1414
    1515This program is free software:
     
    122122
    123123        /*
    124         adopt name of Posts column and
     124        adapt name of Posts column and
    125125        add title to column header in
    126126        Post Tags section of Admin Menu
     
    256256
    257257    /*
    258     adopt the name of the Posts column in
     258    adapt the name of the Posts column in
    259259    the Post Tags section of the Admin Menu
    260260    and give some tooltip-hint
     
    291291
    292292    function head_meta() {
    293         echo("<meta name=\"".$this->get_nicename()."\" content=\"1.62\"/>\n");
     293        echo("<meta name=\"".$this->get_nicename()."\" content=\"1.63\"/>\n");
    294294    }
    295295
Note: See TracChangeset for help on using the changeset viewer.