Skip to content

Commit 40e461f

Browse files
author
Colinax
committed
NWI 5.0.10
1 parent 2af1fe7 commit 40e461f

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

info.php

+11-5
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,33 @@
88
* @copyright 2009-2010, Website Baker Org. e.V.
99
* @copyright 2019-, WBCE Community
1010
* @link https://www.wbce.org/
11-
* @license http://www.gnu.org/licenses/gpl.html
11+
* @license https://www.gnu.org/licenses/gpl.html
1212
* @platform WBCE
1313
*
1414
*/
1515

1616
$module_directory = 'news_img';
1717
$module_name = 'News with Images';
1818
$module_function = 'page';
19-
$module_version = '5.0.9';
19+
$module_version = '5.0.10';
2020
$module_platform = '1.4';
2121
$module_author = 'Ryan Djurovich, Rob Smith, Silvia Reins, Martin Hecht, Florian Meerwinck, Bianka Martinovic';
2222
$module_license = 'GNU General Public License';
2323
$module_description = 'This page type is designed for making a news page with Images and Lightboxeffect.';
2424

2525
/**
26+
*
27+
* v5.0.10 - 2021-10-02
28+
* - Florian
29+
* ! fixed deleted tags are still in database
30+
* * added Sort tags ascending
31+
*
2632
* v5.0.9 - 2021-09-19
2733
* - Florian
28-
* ! remove image database changes for unfinished image handling from upgrade.php
34+
* ! remove image database changes for unfinished image handling from upgrade.php
2935
* ! Post images can be either deleted or replaced now (w/o deleting the old image file)
3036
* ! Remove unnecessary sorting option PostID
31-
* * improved view management: views/default/config.private.php -> views/default/config.php -> add.php
37+
* * improved view management: views/default/config.private.php -> views/default/config.php -> add.php
3238
*
3339
* v5.0.8 - 2021-07-11
3440
* - Florian
@@ -41,7 +47,7 @@
4147
* ! fixed post_id
4248
* v5.0.6 - 2020-07-20
4349
* - Florian
44-
* !! Remove unnecessary link to frotorama.css from frontend.css
50+
* ! Remove unnecessary link to frotorama.css from frontend.css
4551
* v5.0.5 - 2020-07-18
4652
* - Florian
4753
* ! fix wrong likn to fotorama.css (reported by klawin)

0 commit comments

Comments
 (0)