Plugin Directory

Changeset 2726279


Ignore:
Timestamp:
05/18/2022 07:20:09 PM (4 years ago)
Author:
jchristopher
Message:

Version 1.6.5

Location:
cms-tree-page-view/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cms-tree-page-view/trunk/functions.php

    r2433429 r2726279  
    13371337 * $arrOpenChilds = array with id of pages to open children on
    13381338 */
    1339 function cms_tpv_print_childs($pageID, $view = "all", $arrOpenChilds = null, $post_type) {
     1339function cms_tpv_print_childs($pageID, $view = "all", $arrOpenChilds = null, $post_type = "") {
    13401340
    13411341    $arrPages = cms_tpv_get_pages("parent=$pageID&view=$view&post_type=$post_type");
  • cms-tree-page-view/trunk/index.php

    r2434296 r2726279  
    66Text Domain: cms-tree-page-view
    77Domain Path: /languages/
    8 Version: 1.6.4
     8Version: 1.6.5
    99Author: Jon Christopher
    1010Author URI: https://jonchristopher.us/
     
    3030#require("functions.php");
    3131
    32 define( "CMS_TPV_VERSION", "1.6.3");
     32define( "CMS_TPV_VERSION", "1.6.5");
    3333define( "CMS_TPV_NAME", "CMS Tree Page View");
    3434
  • cms-tree-page-view/trunk/readme.txt

    r2676541 r2726279  
    55Text Domain: cms-tree-page-view
    66Requires at least: 3.8
    7 Tested up to: 5.9.0
    8 Stable tag: 1.6.4
     7Tested up to: 5.9.3
     8Stable tag: 1.6.5
    99
    1010Adds a tree view of all pages & custom posts. Get a great overview + options to drag & drop to reorder & option to add multiple pages.
     
    117117== Changelog ==
    118118
     119= 1.6.5 (May 2022) =
     120
     121PHP8 compatibility update. Props @cjhaas.
     122
    119123= 1.6.4 (December 2020) =
    120124
Note: See TracChangeset for help on using the changeset viewer.