pre release maybe
This commit is contained in:
parent
96733e9877
commit
f13814ff5e
@ -4,7 +4,7 @@ todo
|
||||
- fix deprecated external service
|
||||
- update pager (see posts list)
|
||||
|
||||
2021.08.28 - ready for next release
|
||||
2021.08.28 - pre release
|
||||
- add dashboard icon
|
||||
- clean PSR-2 codding style and short array
|
||||
- fix php 7.3+ and php 8.0.x compatibility
|
||||
@ -14,6 +14,7 @@ todo
|
||||
- remove custom js
|
||||
- fix widgets rendering
|
||||
- fix public template now based on dotty
|
||||
- fix translation
|
||||
|
||||
2011.04.01
|
||||
- Changed version numbering
|
||||
|
@ -1,10 +1,10 @@
|
||||
<modules xmlns:da="http://dotaddict.org/da/">
|
||||
<module id="kUtRL">
|
||||
<name>kUtRL</name>
|
||||
<version>2021.08.27</version>
|
||||
<version>2021.08.28</version>
|
||||
<author>Jean-Christian Denis and contributors</author>
|
||||
<desc>Use, create and serve short url on your blog</desc>
|
||||
<file>https://github.com/JcDenis/kUtRL/releases/download/v2021.08.27/plugin-kUtRL.zip</file>
|
||||
<file>https://github.com/JcDenis/kUtRL/releases/download/v2021.08.28/plugin-kUtRL.zip</file>
|
||||
<da:dcmin>2.19</da:dcmin>
|
||||
<da:details>http://plugins.dotaddict.org/dc2/details/kUtRL</da:details>
|
||||
<da:section></da:section>
|
||||
|
@ -1,4 +1,15 @@
|
||||
<?php
|
||||
# -- BEGIN LICENSE BLOCK ----------------------------------
|
||||
#
|
||||
# This file is part of kUtRL, a plugin for Dotclear 2.
|
||||
#
|
||||
# Copyright (c) 2009-2021 Jean-Christian Denis and contributors
|
||||
#
|
||||
# Licensed under the GPL version 2.0 license.
|
||||
# A copy of this license is available in LICENSE file or at
|
||||
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
#
|
||||
# -- END LICENSE BLOCK ------------------------------------
|
||||
|
||||
class kutrlLinkslist extends adminGenericList
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user