|
8 | 8 | * @copyright 2009-2010, Website Baker Org. e.V.
|
9 | 9 | * @copyright 2019-, WBCE Community
|
10 | 10 | * @link https://www.wbce.org/
|
11 |
| - * @license http://www.gnu.org/licenses/gpl.html |
| 11 | + * @license https://www.gnu.org/licenses/gpl.html |
12 | 12 | * @platform WBCE
|
13 | 13 | *
|
14 | 14 | */
|
15 | 15 |
|
16 | 16 | $module_directory = 'news_img';
|
17 | 17 | $module_name = 'News with Images';
|
18 | 18 | $module_function = 'page';
|
19 |
| -$module_version = '5.0.9'; |
| 19 | +$module_version = '5.0.10'; |
20 | 20 | $module_platform = '1.4';
|
21 | 21 | $module_author = 'Ryan Djurovich, Rob Smith, Silvia Reins, Martin Hecht, Florian Meerwinck, Bianka Martinovic';
|
22 | 22 | $module_license = 'GNU General Public License';
|
23 | 23 | $module_description = 'This page type is designed for making a news page with Images and Lightboxeffect.';
|
24 | 24 |
|
25 | 25 | /**
|
| 26 | + * |
| 27 | + * v5.0.10 - 2021-10-02 |
| 28 | + * - Florian |
| 29 | + * ! fixed deleted tags are still in database |
| 30 | + * * added Sort tags ascending |
| 31 | + * |
26 | 32 | * v5.0.9 - 2021-09-19
|
27 | 33 | * - 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 |
29 | 35 | * ! Post images can be either deleted or replaced now (w/o deleting the old image file)
|
30 | 36 | * ! 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 |
32 | 38 | *
|
33 | 39 | * v5.0.8 - 2021-07-11
|
34 | 40 | * - Florian
|
|
41 | 47 | * ! fixed post_id
|
42 | 48 | * v5.0.6 - 2020-07-20
|
43 | 49 | * - Florian
|
44 |
| - * !! Remove unnecessary link to frotorama.css from frontend.css |
| 50 | + * ! Remove unnecessary link to frotorama.css from frontend.css |
45 | 51 | * v5.0.5 - 2020-07-18
|
46 | 52 | * - Florian
|
47 | 53 | * ! fix wrong likn to fotorama.css (reported by klawin)
|
|
0 commit comments