Skip to content

Commit

Permalink
NWI 5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Colinax committed Oct 2, 2021
1 parent 2af1fe7 commit 40e461f
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions info.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,33 @@
* @copyright 2009-2010, Website Baker Org. e.V.
* @copyright 2019-, WBCE Community
* @link https://www.wbce.org/
* @license http://www.gnu.org/licenses/gpl.html
* @license https://www.gnu.org/licenses/gpl.html
* @platform WBCE
*
*/

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

/**
*
* v5.0.10 - 2021-10-02
* - Florian
* ! fixed deleted tags are still in database
* * added Sort tags ascending
*
* v5.0.9 - 2021-09-19
* - Florian
* ! remove image database changes for unfinished image handling from upgrade.php
* ! remove image database changes for unfinished image handling from upgrade.php
* ! Post images can be either deleted or replaced now (w/o deleting the old image file)
* ! Remove unnecessary sorting option PostID
* * improved view management: views/default/config.private.php -> views/default/config.php -> add.php
* * improved view management: views/default/config.private.php -> views/default/config.php -> add.php
*
* v5.0.8 - 2021-07-11
* - Florian
Expand All @@ -41,7 +47,7 @@
* ! fixed post_id
* v5.0.6 - 2020-07-20
* - Florian
* !! Remove unnecessary link to frotorama.css from frontend.css
* ! Remove unnecessary link to frotorama.css from frontend.css
* v5.0.5 - 2020-07-18
* - Florian
* ! fix wrong likn to fotorama.css (reported by klawin)
Expand Down

0 comments on commit 40e461f

Please sign in to comment.