Plugin Directory

Changeset 2484080


Ignore:
Timestamp:
03/02/2021 07:30:20 AM (5 years ago)
Author:
_luigi
Message:

Publishing version 5.3.1

Location:
sitetree
Files:
5 deleted
3 edited
46 copied

Legend:

Unmodified
Added
Removed
  • sitetree/tags/5.3.1/includes/builders/site-tree-builder.class.php

    r2483289 r2484080  
    610610     */
    611611    private function buildCustomPostsList() {
    612         $fields              = 'p.ID, p.post_title, p.post_name';
     612        $fields              = 'p.ID, p.post_title, p.post_name, p.post_type';
    613613        $postmeta_conditions = 'pm.meta_key IN (%s)';
    614614       
  • sitetree/tags/5.3.1/readme.txt

    r2483289 r2484080  
    77Tested up to: 5.7
    88Requires PHP: 5.6.20
    9 Stable tag: 5.3
     9Stable tag: 5.3.1
    1010License: GPLv3
    1111License URI: https://opensource.org/licenses/GPL-3.0
     
    127127== Upgrade Notice ==
    128128
    129 = 5.3 =
     129= 5.3.1 =
    130130
    131131This update finally removes from the database the Priority and Change Frequency metadata deprecated since SiteTree 3.0.
     
    133133
    134134== Changelog ==
     135
     136= 5.3.1 (2 March 2021) =
     137
     138Fixed an old bug that was causing items in Custom Posts hyper-lists to show up with the wrong permalink.
     139
    135140
    136141= 5.3 (1 March 2021) =
  • sitetree/tags/5.3.1/sitetree.php

    r2483289 r2484080  
    44 * Plugin URI: https://luigicavalieri.com/sitetree/
    55 * Description: Sitemaps, Hyper-lists and Beyond.
    6  * Version: 5.3
     6 * Version: 5.3.1
    77 * Requires: 5.3
    88 * Author: Luigi Cavalieri
     
    1313 *
    1414 * @package SiteTree
    15  * @version 5.3
     15 * @version 5.3.1
    1616 * @copyright Copyright 2021 Luigi Cavalieri.
    1717 * @license https://opensource.org/licenses/GPL-3.0 GPL v3.0
  • sitetree/trunk/includes/builders/site-tree-builder.class.php

    r2483289 r2484080  
    610610     */
    611611    private function buildCustomPostsList() {
    612         $fields              = 'p.ID, p.post_title, p.post_name';
     612        $fields              = 'p.ID, p.post_title, p.post_name, p.post_type';
    613613        $postmeta_conditions = 'pm.meta_key IN (%s)';
    614614       
  • sitetree/trunk/readme.txt

    r2483289 r2484080  
    77Tested up to: 5.7
    88Requires PHP: 5.6.20
    9 Stable tag: 5.3
     9Stable tag: 5.3.1
    1010License: GPLv3
    1111License URI: https://opensource.org/licenses/GPL-3.0
     
    127127== Upgrade Notice ==
    128128
    129 = 5.3 =
     129= 5.3.1 =
    130130
    131131This update finally removes from the database the Priority and Change Frequency metadata deprecated since SiteTree 3.0.
     
    133133
    134134== Changelog ==
     135
     136= 5.3.1 (2 March 2021) =
     137
     138Fixed an old bug that was causing items in Custom Posts hyper-lists to show up with the wrong permalink.
     139
    135140
    136141= 5.3 (1 March 2021) =
  • sitetree/trunk/sitetree.php

    r2483289 r2484080  
    44 * Plugin URI: https://luigicavalieri.com/sitetree/
    55 * Description: Sitemaps, Hyper-lists and Beyond.
    6  * Version: 5.3
     6 * Version: 5.3.1
    77 * Requires: 5.3
    88 * Author: Luigi Cavalieri
     
    1313 *
    1414 * @package SiteTree
    15  * @version 5.3
     15 * @version 5.3.1
    1616 * @copyright Copyright 2021 Luigi Cavalieri.
    1717 * @license https://opensource.org/licenses/GPL-3.0 GPL v3.0
Note: See TracChangeset for help on using the changeset viewer.