-
Notifications
You must be signed in to change notification settings - Fork 4
/
info.php
134 lines (130 loc) · 4.21 KB
/
info.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?php
/**
*
* @category modules
* @package news_img
* @author WBCE Community
* @copyright 2004-2009, Ryan Djurovich
* @copyright 2009-2010, Website Baker Org. e.V.
* @copyright 2019-, WBCE Community
* @link https://www.wbce.org/
* @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.28';
$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.28 - 2024/09/26
* - mrbaseman
* * add sorting order: expiration date ascending
* ! bug fix for v5.0.27 concerning access files
* ! complete the language files
*
* v5.0.27 - 2024/09/25
* - mrbaseman
* * add mass actions to clear publication and expiration date
*
* v5.0.26 - 2024/05/26
* - florian
* * add TAGLIST feature
*
* v5.0.25 - 2024/01/31
* - florian
* ! fix issue with droplet fetchNewsItems (aka getnewsitems, which caused unwanted overwriting of droplet from NIA with the same name)
*
* v5.0.24 - 2023/11/20
* - mrbaseman
* ! fix post_id in access file for next/prev pages
* v5.0.23 - 2023/11/20
* - florian
* ! fix sorting issue due to group assignment (undo changes from 5.0.13)
*
* v5.0.22 - 2023/06/17
* - florian
* ! fixing issues with missing accessfiles due to post activation handling
*
* v5.0.21 - 2023/04/18
* - florian
* ! several bugfixes (see Github commits)
*
* v5.0.20 - 2023/04/09
* - florian
* ! fix update issue with new setting show_settings_only_admins
* * better handling of post activation (remove / rebuild access file)
*
* v5.0.19 - 2023/02/01
* - florian
* ! missing changes on upgrade.php in single install package. no changes in WBCE core repo.
*
* v5.0.18 - 2023/01/27
* - florian
* ! fix issue with non-replacement of {SYSVAR:MEDIA_REL}
*
* v5.0.17 - 2022-11-14
* - florian
* * add option to show settings only admins
* v5.0.16 - 2022-08-15
* - florian
* ! PHP 8.1 fixes
*
* v5.0.15 - 2022-03-05
* - webbird
* ! fixed upgrade changes wrong version number
*
* v5.0.14 - 2022-02-08
* - florian
* * Add [AOPEN] [ACLOSE] placeholders + webp compatibility
*
* v5.0.13 - 2021-12-25
* - gchriz
* * Add missing option 4 and make "order news by group" working
*
* v5.0.12 - 2021-12-10
* - Florian
* * fix rss.php (require section_id for sql query instead of page_id since page_id is no longer stored in news_img_post table)
*
* v5.0.11 - 2021-10-09
* - Florian
* * added HREF placeholder
*
* 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
* ! 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
*
* v5.0.8 - 2021-07-11
* - Florian
* * better prev/next navigation when group is selected
*
* v5.0.7 - 2020-09-20
* - Various
* ! fixed languages files
* ! fixed import script
* ! fixed post_id
*
* v5.0.6 - 2020-07-20
* - Florian
* ! 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)
*
* v5.0.4 - 2020-06-18
* - Colinax
* ! fix error in install.php
**/