Changeset 1410811
- Timestamp:
- 05/05/2016 06:53:47 AM (10 years ago)
- Location:
- tagpages/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
tagpages.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tagpages/trunk/readme.txt
r1369708 r1410811 4 4 Tags: taxonomy, taxonomies, tag, tags, tagging, page, pages, post-tag, post-tags, page-tag, page-tags, multisite, multi-site, network 5 5 Requires at least: 3.0 6 Tested up to: 4. 56 Tested up to: 4.6 7 7 Stable tag: trunk 8 8 License: GPLv3 or later … … 61 61 == Changelog == 62 62 63 = 1.63 = 64 65 * fixed some typos 66 63 67 = 1.62 = 64 68 … … 79 83 = 1.50 = 80 84 81 * ad opted 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) 82 86 83 87 = 1.42 = … … 87 91 = 1.41 = 88 92 89 * ad opted i18n strings93 * adapted i18n strings 90 94 * updated German translation 91 95 * added Lithuanian translation, props [Vincentas Grinius](http://www.host1free.com) … … 93 97 = 1.40 = 94 98 95 * ad opted query-handling on post-tags archive-pages99 * adapted query-handling on post-tags archive-pages 96 100 97 101 = 1.31 = -
tagpages/trunk/tagpages.php
r1210883 r1410811 6 6 Description: Adds post-tags functionality for pages. 7 7 Author: Dr. Bernhard Riedl 8 Version: 1.6 28 Version: 1.63 9 9 Author URI: http://www.bernhard-riedl.com/ 10 10 */ 11 11 12 12 /* 13 Copyright 2010-201 5Dr. Bernhard Riedl13 Copyright 2010-2016 Dr. Bernhard Riedl 14 14 15 15 This program is free software: … … 122 122 123 123 /* 124 ad opt name of Posts column and124 adapt name of Posts column and 125 125 add title to column header in 126 126 Post Tags section of Admin Menu … … 256 256 257 257 /* 258 ad opt the name of the Posts column in258 adapt the name of the Posts column in 259 259 the Post Tags section of the Admin Menu 260 260 and give some tooltip-hint … … 291 291 292 292 function head_meta() { 293 echo("<meta name=\"".$this->get_nicename()."\" content=\"1.6 2\"/>\n");293 echo("<meta name=\"".$this->get_nicename()."\" content=\"1.63\"/>\n"); 294 294 } 295 295
Note: See TracChangeset
for help on using the changeset viewer.