Plugin Directory

Changeset 2505031


Ignore:
Timestamp:
03/29/2021 09:04:21 AM (5 years ago)
Author:
_luigi
Message:

Publishing version 5.3.4

Location:
sitetree
Files:
5 deleted
3 edited
46 copied

Legend:

Unmodified
Added
Removed
  • sitetree/tags/5.3.4/data-model/leaves-page-data.php

    r2483289 r2505031  
    1212}
    1313
    14 $pro_leaf = new Section( 'Pro Leaf', 'pro' );
     14$pro_leaf = new Section( 'Wonder Leaf', 'wonder' );
    1515$pro_leaf->setDescription( 'Ever-growing collection of little gems.' );
    1616
  • sitetree/tags/5.3.4/readme.txt

    r2498506 r2505031  
    77Tested up to: 5.7
    88Requires PHP: 5.6.20
    9 Stable tag: 5.3.3
     9Stable tag: 5.3.4
    1010License: GPLv3
    1111License URI: https://opensource.org/licenses/GPL-3.0
     
    7676Leaves are lightweight yet powerful add-ons specifically built for SiteTree. For the time being, they are just two, but already flexible enough to let SiteTree be an answer to your professional needs:
    7777
    78 * [Pro Leaf](https://luigicavalieri.com/sitetree/leaves/pro/) — A constantly growing collection of little gems.
     78* [Wonder Leaf](https://luigicavalieri.com/sitetree/leaves/wonder/) — A constantly growing collection of little gems.
    7979* [Multilingual Leaf](https://luigicavalieri.com/sitetree/leaves/multilingual/) — Sitemaps for multilingual websites powered by WPML.
    8080
     
    8383
    8484Upload in the 'plugins' folder, and activate.
     85
     86= To Uninstal =
     87
     88* Go to the 'Advanced Settings' screen of SiteTree and tick the 'On uninstalling' setting.
     89* Deactivate SiteTree from the 'Plugins' screen.
     90* Click on 'Delete'.
    8591
    8692
     
    127133== Upgrade Notice ==
    128134
    129 = 5.3.3 =
     135= 5.3.4 =
    130136
    131137This update finally removes from the database the Priority and Change Frequency metadata deprecated since SiteTree 3.0.
     
    134140== Changelog ==
    135141
    136 = 5.3.3 ( 22 March 2021) =
    137 
    138 Removed the donation links introduced with the previous update — thank you for your patience.
    139 
    140 
    141 = 5.3.2 ( 15 March 2021) =
     142= 5.3.4 (29 March 2021) =
     143
     144Updated the 'Leaves' page to reflect the recent renaming of Pro Leaf as Wonder Leaf. And, added uninstallation instructions in the `readme.txt` file.
     145
     146
     147= 5.3.3 (18 March 2021) =
     148
     149Removed the donation links introduced with the previous update.
     150
     151
     152= 5.3.2 (15 March 2021) =
    142153
    143154Added two links to the donate page on my website, one in the 'Plugins' screen, the other in the footer of the SiteTree Dashboard. The latter disappears as soon as you click on it.
  • sitetree/tags/5.3.4/sitetree.php

    r2498506 r2505031  
    44 * Plugin URI: https://luigicavalieri.com/sitetree/
    55 * Description: Sitemaps, Hyper-lists and Beyond.
    6  * Version: 5.3.3
     6 * Version: 5.3.4
    77 * Requires: 5.3
    88 * Author: Luigi Cavalieri
     
    1313 *
    1414 * @package SiteTree
    15  * @version 5.3.3
     15 * @version 5.3.4
    1616 * @copyright Copyright 2021 Luigi Cavalieri.
    1717 * @license https://opensource.org/licenses/GPL-3.0 GPL v3.0
  • sitetree/trunk/data-model/leaves-page-data.php

    r2483289 r2505031  
    1212}
    1313
    14 $pro_leaf = new Section( 'Pro Leaf', 'pro' );
     14$pro_leaf = new Section( 'Wonder Leaf', 'wonder' );
    1515$pro_leaf->setDescription( 'Ever-growing collection of little gems.' );
    1616
  • sitetree/trunk/readme.txt

    r2498506 r2505031  
    77Tested up to: 5.7
    88Requires PHP: 5.6.20
    9 Stable tag: 5.3.3
     9Stable tag: 5.3.4
    1010License: GPLv3
    1111License URI: https://opensource.org/licenses/GPL-3.0
     
    7676Leaves are lightweight yet powerful add-ons specifically built for SiteTree. For the time being, they are just two, but already flexible enough to let SiteTree be an answer to your professional needs:
    7777
    78 * [Pro Leaf](https://luigicavalieri.com/sitetree/leaves/pro/) — A constantly growing collection of little gems.
     78* [Wonder Leaf](https://luigicavalieri.com/sitetree/leaves/wonder/) — A constantly growing collection of little gems.
    7979* [Multilingual Leaf](https://luigicavalieri.com/sitetree/leaves/multilingual/) — Sitemaps for multilingual websites powered by WPML.
    8080
     
    8383
    8484Upload in the 'plugins' folder, and activate.
     85
     86= To Uninstal =
     87
     88* Go to the 'Advanced Settings' screen of SiteTree and tick the 'On uninstalling' setting.
     89* Deactivate SiteTree from the 'Plugins' screen.
     90* Click on 'Delete'.
    8591
    8692
     
    127133== Upgrade Notice ==
    128134
    129 = 5.3.3 =
     135= 5.3.4 =
    130136
    131137This update finally removes from the database the Priority and Change Frequency metadata deprecated since SiteTree 3.0.
     
    134140== Changelog ==
    135141
    136 = 5.3.3 ( 22 March 2021) =
    137 
    138 Removed the donation links introduced with the previous update — thank you for your patience.
    139 
    140 
    141 = 5.3.2 ( 15 March 2021) =
     142= 5.3.4 (29 March 2021) =
     143
     144Updated the 'Leaves' page to reflect the recent renaming of Pro Leaf as Wonder Leaf. And, added uninstallation instructions in the `readme.txt` file.
     145
     146
     147= 5.3.3 (18 March 2021) =
     148
     149Removed the donation links introduced with the previous update.
     150
     151
     152= 5.3.2 (15 March 2021) =
    142153
    143154Added two links to the donate page on my website, one in the 'Plugins' screen, the other in the footer of the SiteTree Dashboard. The latter disappears as soon as you click on it.
  • sitetree/trunk/sitetree.php

    r2498506 r2505031  
    44 * Plugin URI: https://luigicavalieri.com/sitetree/
    55 * Description: Sitemaps, Hyper-lists and Beyond.
    6  * Version: 5.3.3
     6 * Version: 5.3.4
    77 * Requires: 5.3
    88 * Author: Luigi Cavalieri
     
    1313 *
    1414 * @package SiteTree
    15  * @version 5.3.3
     15 * @version 5.3.4
    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.