Plugin Directory

Changeset 1746242


Ignore:
Timestamp:
10/13/2017 07:45:43 PM (8 years ago)
Author:
Domko
Message:

2.6.1

Location:
kocuj-sitemap
Files:
553 added
4 edited

Legend:

Unmodified
Added
Removed
  • kocuj-sitemap/trunk/classes/base.class.php

    r1746238 r1746242  
    528528    public function getVersionRevision() {
    529529        // get revision version
    530         return 0;
     530        return 1;
    531531    }
    532532
  • kocuj-sitemap/trunk/kocuj-sitemap.php

    r1746238 r1746242  
    55 * Plugin URI: http://kocujsitemap.wpplugin.kocuj.pl
    66 * Description: This plugin adds shortcode, widget and PHP function that prepares the sitemap which contains links to all of your posts, pages, menu items, authors, tags and custom types entries in the place where it is located. It supports excluding the selected entries. It also supports multilingual websites (by using qTranslate X plugin if exists). The sitemap is automatically generated and stored in the cache to speeds up the loading of sitemap on your website.
    7  * Version: 2.6.0
     7 * Version: 2.6.1
    88 * Author: Dominik Kocuj
    99 * Author URI: http://kocuj.pl
  • kocuj-sitemap/trunk/readme-pl_PL.txt

    r1746238 r1746242  
    77Tested up to: 4.9
    88Requires PHP: 5.3
    9 Stable tag: 2.6.0
     9Stable tag: 2.6.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    484484
    485485== Changelog ==
     486
     487= 2.6.1 =
     488Dodano brakujące pliki JavaScript.
    486489
    487490= 2.6.0 =
     
    684687== Upgrade Notice ==
    685688
     689= 2.6.1 =
     690Dodano brakujące pliki JavaScript.
     691
    686692= 2.6.0 =
    687693Dodano możliwość wykluczania całych typów elementów (np. wszystkich wpisów), dodano możliwość wyświetlania mapy strony jako rozwijanej listy w widgecie.
  • kocuj-sitemap/trunk/readme.txt

    r1746238 r1746242  
    77Tested up to: 4.9
    88Requires PHP: 5.3
    9 Stable tag: 2.6.0
     9Stable tag: 2.6.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    484484
    485485== Changelog ==
     486
     487= 2.6.1 =
     488Added missing JavaScript files.
    486489
    487490= 2.6.0 =
     
    684687== Upgrade Notice ==
    685688
     689= 2.6.1 =
     690Added missing JavaScript files.
     691
    686692= 2.6.0 =
    687693Added possibility to exclude entire elements types (for example, all posts), added possibility to display sitemap as drop-down lists in widget.
Note: See TracChangeset for help on using the changeset viewer.