Plugin Directory

Changeset 2662909


Ignore:
Timestamp:
01/24/2022 08:54:51 AM (4 years ago)
Author:
_luigi
Message:

Publishing The Permalinks Cascade 2.1.1

Location:
the-permalinks-cascade
Files:
4 deleted
3 edited
52 copied

Legend:

Unmodified
Added
Removed
  • the-permalinks-cascade/tags/2.1.1/includes/builders/stylesheet-builder.class.php

    r2655053 r2662909  
    866866</xsl:template>
    867867</xsl:stylesheet>
    868 XSL;
     868_XSL;
    869869    }
    870870
     
    899899        );
    900900
    901         return <<<XSL
     901        return <<<_XSL
    902902<?xml version="1.0" encoding="UTF-8"?>
    903903<!-- License and copyrights are the same as the '{$this->plugin->name()}' package -->
  • the-permalinks-cascade/tags/2.1.1/readme.txt

    r2655053 r2662909  
    66Tags: html site map, google sitemap, news sitemap, lists, blocks
    77Requires at least: 5.8
    8 Tested up to: 5.8
     8Tested up to: 5.9
    99Requires PHP: 7.0
    10 Stable tag: 2.1
     10Stable tag: 2.1.1
    1111License: GPLv3
    1212License URI: https://opensource.org/licenses/GPL-3.0
     
    145145== Upgrade Notice ==
    146146
    147 = 2.1 =
    148 
    149 Re-engineered Blocks-related code, plus improvements and bugfixes.
     147= 2.1.1 =
     148
     149Bugfix.
    150150
    151151
    152152== Changelog ==
     153
     154= 2.1.1 (24 January 2022) =
     155
     156Fixed a bug that prevented the Google News Sitemap's stylesheet from loading.
     157
    153158
    154159= 2.1 (10 January 2022) =
  • the-permalinks-cascade/tags/2.1.1/the-permalinks-cascade.php

    r2655053 r2662909  
    44 * Plugin URI: https://luigicavalieri.com/the-permalinks-cascade/
    55 * Description: Sitemaps, Hyper-lists and Beyond.
    6  * Version: 2.1
     6 * Version: 2.1.1
    77 * Requires: 5.8
    88 * Author: Luigi Cavalieri
     
    1313 *
    1414 * @package The Permalinks Cascade
    15  * @version 2.1
     15 * @version 2.1.1
    1616 * @copyright Copyright 2022 Luigi Cavalieri.
    1717 * @license https://opensource.org/licenses/GPL-3.0 GPL v3.0
  • the-permalinks-cascade/trunk/includes/builders/stylesheet-builder.class.php

    r2655053 r2662909  
    866866</xsl:template>
    867867</xsl:stylesheet>
    868 XSL;
     868_XSL;
    869869    }
    870870
     
    899899        );
    900900
    901         return <<<XSL
     901        return <<<_XSL
    902902<?xml version="1.0" encoding="UTF-8"?>
    903903<!-- License and copyrights are the same as the '{$this->plugin->name()}' package -->
  • the-permalinks-cascade/trunk/readme.txt

    r2655053 r2662909  
    66Tags: html site map, google sitemap, news sitemap, lists, blocks
    77Requires at least: 5.8
    8 Tested up to: 5.8
     8Tested up to: 5.9
    99Requires PHP: 7.0
    10 Stable tag: 2.1
     10Stable tag: 2.1.1
    1111License: GPLv3
    1212License URI: https://opensource.org/licenses/GPL-3.0
     
    145145== Upgrade Notice ==
    146146
    147 = 2.1 =
    148 
    149 Re-engineered Blocks-related code, plus improvements and bugfixes.
     147= 2.1.1 =
     148
     149Bugfix.
    150150
    151151
    152152== Changelog ==
     153
     154= 2.1.1 (24 January 2022) =
     155
     156Fixed a bug that prevented the Google News Sitemap's stylesheet from loading.
     157
    153158
    154159= 2.1 (10 January 2022) =
  • the-permalinks-cascade/trunk/the-permalinks-cascade.php

    r2655053 r2662909  
    44 * Plugin URI: https://luigicavalieri.com/the-permalinks-cascade/
    55 * Description: Sitemaps, Hyper-lists and Beyond.
    6  * Version: 2.1
     6 * Version: 2.1.1
    77 * Requires: 5.8
    88 * Author: Luigi Cavalieri
     
    1313 *
    1414 * @package The Permalinks Cascade
    15  * @version 2.1
     15 * @version 2.1.1
    1616 * @copyright Copyright 2022 Luigi Cavalieri.
    1717 * @license https://opensource.org/licenses/GPL-3.0 GPL v3.0
Note: See TracChangeset for help on using the changeset viewer.