updated plugin versions

This commit is contained in:
surrim 2021-07-11 20:03:51 +02:00 committed by onli
parent 6bb4774d7e
commit 6c664e415c
269 changed files with 936 additions and 511 deletions

View file

@ -1,3 +1,5 @@
0.16.1: hotfixes for PHP 8 (surrim)
0.16: Iconfont a11y fix (yellowled) 0.16: Iconfont a11y fix (yellowled)
0.15: Fix lang file encoding, clean up CSS (yellowled) 0.15: Fix lang file encoding, clean up CSS (yellowled)
@ -14,4 +16,5 @@
0.9: Use serendipity 2.0 backend hook 0.9: Use serendipity 2.0 backend hook
0.8: Added additional backend markup for 2.0 backend (yellowled) 0.8: Added additional backend markup for 2.0 backend (yellowled)

View file

@ -21,7 +21,7 @@ class serendipity_event_adminnotes extends serendipity_event {
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.16'); $propbag->add('version', '0.16.1');
$propbag->add('author', 'Garvin Hicking, Matthias Mees'); $propbag->add('author', 'Garvin Hicking, Matthias Mees');
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('configuration', array('feedback', 'limit', 'html', 'markup', 'cutoff')); $propbag->add('configuration', array('feedback', 'limit', 'html', 'markup', 'cutoff'));

View file

@ -1,3 +1,5 @@
0.34.3: hotfixes for PHP 8 (surrim)
0.34: Iconfont a11y fix (yellowled) 0.34: Iconfont a11y fix (yellowled)
0.33: Added serendipity_request_url API method 0.33: Added serendipity_request_url API method
@ -29,4 +31,4 @@
0.11: Fixed htmlspecialchars escaping of OPML urls (garvinhicking) 0.11: Fixed htmlspecialchars escaping of OPML urls (garvinhicking)
0.10: Introduced OPML feed export (garvinhicking) 0.10: Introduced OPML feed export (garvinhicking)

View file

@ -66,7 +66,7 @@ class serendipity_event_aggregator extends serendipity_event {
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.34.2'); $propbag->add('version', '0.34.3');
$propbag->add('author', 'Evan Nemerson, Garvin Hicking, Kristian Koehntopp, Thomas Schulz, Claus Schmidt'); $propbag->add('author', 'Evan Nemerson, Garvin Hicking, Kristian Koehntopp, Thomas Schulz, Claus Schmidt');
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(

View file

@ -1,3 +1,7 @@
0.76.1:
-----
* hotfixes for PHP 8 (surrim)
0.76: 0.76:
----- -----
* Added serendipity_request_url API method * Added serendipity_request_url API method

View file

@ -23,7 +23,7 @@ class serendipity_event_amazonchooser extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_AMAZONCHOOSER_DESC); $propbag->add('description', PLUGIN_EVENT_AMAZONCHOOSER_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Matthew Groeninger, Ian'); $propbag->add('author', 'Matthew Groeninger, Ian');
$propbag->add('version', '0.76'); $propbag->add('version', '0.76.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.3', 'serendipity' => '1.3',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,5 @@
1.4.3: hotfixes for PHP 8 (surrim)
1.4.2: Iconfont a11y fix (yellowled) 1.4.2: Iconfont a11y fix (yellowled)
1.4: Added additional backend markup for 2.0 backend (yellowled) 1.4: Added additional backend markup for 2.0 backend (yellowled)

View file

@ -17,7 +17,7 @@ class serendipity_event_assigncategories extends serendipity_event
$propbag->add('description', PLUGIN_ASSIGNCATEGORIES_DESC); $propbag->add('description', PLUGIN_ASSIGNCATEGORIES_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Matthias Mees'); $propbag->add('author', 'Garvin Hicking, Matthias Mees');
$propbag->add('version', '1.4.2'); $propbag->add('version', '1.4.3');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'php' => '4.1.0' 'php' => '4.1.0'

View file

@ -1,3 +1,6 @@
0.1.13:
* Hotfixes for PHP 8
0.1.12: 0.1.12:
* Check for empty url, prevents heap overflow on some php installations * Check for empty url, prevents heap overflow on some php installations

View file

@ -25,7 +25,7 @@ class serendipity_event_autotitle extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_AUTOTITLE_DESC); $propbag->add('description', PLUGIN_EVENT_AUTOTITLE_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Malte Paskuda'); $propbag->add('author', 'Malte Paskuda');
$propbag->add('version', '0.1.12'); $propbag->add('version', '0.1.13');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'php' => '4.1.0' 'php' => '4.1.0'
)); ));

View file

@ -0,0 +1,4 @@
0.6.3:
---
* hotfixes for PHP 8

View file

@ -29,7 +29,7 @@ class serendipity_event_backend extends serendipity_event {
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.6.2'); $propbag->add('version', '0.6.3');
$propbag->add('author', 'Alexander \'dma147\' Mieland'); $propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(

View file

@ -0,0 +1,4 @@
1.4.1:
---
* hotfixes for PHP 8

View file

@ -22,7 +22,7 @@ class serendipity_event_backendrss extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_BACKENDRSS_DESC); $propbag->add('description', PLUGIN_EVENT_BACKENDRSS_DESC);
$propbag->add('stackable', true); $propbag->add('stackable', true);
$propbag->add('author', 'Sebastian Nohn'); $propbag->add('author', 'Sebastian Nohn');
$propbag->add('version', '1.4'); $propbag->add('version', '1.4.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'php' => '4.1.0' 'php' => '4.1.0'

View file

@ -1,7 +1,9 @@
0.15.2: Hotfixes for PHP 8 (surrim)
0.15.1: Removed (dead) URL and mail address from author field. 0.15.1: Removed (dead) URL and mail address from author field.
0.15: Added German translation. 0.15: Added German translation.
0.14: Adapt backend to 2.x (yellowled) 0.14: Adapt backend to 2.x (yellowled)
0.13: Move to the correct nav section for 2.0 backend (yellowled) 0.13: Move to the correct nav section for 2.0 backend (yellowled)

View file

@ -26,7 +26,7 @@ class serendipity_event_backup extends serendipity_event {
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.15.1'); $propbag->add('version', '0.15.2');
$propbag->add('author', 'Alexander \'dma147\' Mieland'); $propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(

View file

@ -1,5 +1,9 @@
2.0.1 2.0.2:
Added legal gdpr/dsgvo info ---
* Hotfixes for PHP 8
2.0.1:
* Added legal gdpr/dsgvo info
Version 1.1 (brockhaus) Version 1.1 (brockhaus)
--------------------------------- ---------------------------------
@ -7,4 +11,4 @@ Version 1.1 (brockhaus)
Version 1.0 (brockhaus) Version 1.0 (brockhaus)
--------------------------------- ---------------------------------
* Initial working release * Initial working release

View file

@ -12,7 +12,7 @@ class serendipity_event_browserid extends serendipity_event
$propbag->add('description', PLUGIN_BROWSERID_DESC); $propbag->add('description', PLUGIN_BROWSERID_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Grischa Brockhaus, Malte Paskuda'); $propbag->add('author', 'Grischa Brockhaus, Malte Paskuda');
$propbag->add('version', '2.0.1'); $propbag->add('version', '2.0.2');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '2.0', 'serendipity' => '2.0',
'php' => '7.0' 'php' => '7.0'

View file

@ -1,195 +1,197 @@
*************************************************************************************************** ***************************************************************************************************
* Legend: ! Bugfix, + New Features, * Changed, - Info Only * Legend: ! Bugfix, + New Features, * Changed, - Info Only
* *
1.77: Added legal gdpr/dsgvo info 1.77.1: Hotfixes for PHP 8 (surrim)
1.76: Iconfont a11y fix (yellowled) 1.77: Added legal gdpr/dsgvo info
1.76: Iconfont a11y fix (yellowled)
v.1.75:
-------
v.1.75:
* Add selector for the eventwrapper sidebar month name title -------
* Some more finetuned overwriting margins for the frontend
* Add selector for the eventwrapper sidebar month name title
* Some more finetuned overwriting margins for the frontend
v.1.74:
-------
v.1.74:
* Prevent empty montharray loop with eventwrapper -------
* Prevent empty montharray loop with eventwrapper
v.1.73:
-------
v.1.73:
* Fix a backend inherit style to apply with event cal only -------
* Fix a backend inherit style to apply with event cal only
v.1.72:
-------
v.1.72:
* Add some minor CSS improvements for the frontend -------
* Fixed db increment administration
* Some more internal cleanup * Add some minor CSS improvements for the frontend
* Fixed db increment administration
* Some more internal cleanup
v.1.71:
-------
v.1.71:
* Remove an old file for updaters, which could overwrite new settings -------
* Some more frontend and theme specific CSS cleanup
* Moved eventcal CSS to apply after theme CSS * Remove an old file for updaters, which could overwrite new settings
* Added new config Option, to allow monthly events faked sidebar plugin * Some more frontend and theme specific CSS cleanup
output with plugin_eventwrapper. (Do not set true, if not using this latter!) * Moved eventcal CSS to apply after theme CSS
* Added new config Option, to allow monthly events faked sidebar plugin
output with plugin_eventwrapper. (Do not set true, if not using this latter!)
v.1.70:
-------
v.1.70:
* Added mysqli to some DB preps -------
* Only allow some DB backend tasks, if mysql layers are supported.
* Moved (mySQL only) Spartacus Note to title description, since using title also in frontend. * Added mysqli to some DB preps
* Some fixes here and there for PHP * Only allow some DB backend tasks, if mysql layers are supported.
* Quick fixes to now look nice in 2.0 backend * Moved (mySQL only) Spartacus Note to title description, since using title also in frontend.
* Some fixes here and there for PHP
* Quick fixes to now look nice in 2.0 backend
* v.1.69
* ===========================
* * v.1.69
* S9y 2.0 serendipity_editor.js reference file fix * ===========================
* Use serendipity_specialchars *
* * S9y 2.0 serendipity_editor.js reference file fix
* * Use serendipity_specialchars
* v.1.68 *
* =========================== *
* * v.1.68
* Propagate $smarty.env.staticpage_pagetitle (and the others) so that it can be used in entries.tpl * ===========================
* *
* * Propagate $smarty.env.staticpage_pagetitle (and the others) so that it can be used in entries.tpl
* v.1.67 *
* =========================== *
* * v.1.67
* Use native function parseTemplate() - extends to S9y >= 1.3 * ===========================
* Compatibility fixes *
* * Use native function parseTemplate() - extends to S9y >= 1.3
* * Compatibility fixes
* v. 1.66 2011-02-23 Spartacus *
* =========================== *
* * v. 1.66 2011-02-23 Spartacus
* 2011-02-23 CHANGED - tweaked some small font issues in eventcal CSS file * ===========================
* 2011-02-23 ADDED - double check db version upgrade and removed cleanup() being called every time *
* 2011-02-22 BUGFIX - wrong placed smarty_object_init() call outside class did disrupt blogs entry comments form (fixed) * 2011-02-23 CHANGED - tweaked some small font issues in eventcal CSS file
* * 2011-02-23 ADDED - double check db version upgrade and removed cleanup() being called every time
* * 2011-02-22 BUGFIX - wrong placed smarty_object_init() call outside class did disrupt blogs entry comments form (fixed)
* v. 1.65 2011-02-17 Spartacus *
* =========================== *
* * v. 1.65 2011-02-17 Spartacus
* 2011-02-17 latest: Smarty3 forward compatibility * ===========================
* *
* * 2011-02-17 latest: Smarty3 forward compatibility
* v. 1.64 2011-02-15 Spartacus *
* =========================== *
* * v. 1.64 2011-02-15 Spartacus
* 2011-02-15 ADDED - restriction of backend functionality and administration sidebar link to admin only * ===========================
* 2011-02-05 CHANGED and ADDED *
- lang constants. The lang files <en>, <de> and <de-utf8> are now up to date. * 2011-02-15 ADDED - restriction of backend functionality and administration sidebar link to admin only
* 2011-02-05 CHANGED - smarty->fetch method call to be less strict to support smarty 2 to smarty3 parameter order change - removed param 4 * 2011-02-05 CHANGED and ADDED
* 2011-01-29 ADDED - sort option order by timestamp desc to approved events (including minor correction in backend.css) - lang constants. The lang files <en>, <de> and <de-utf8> are now up to date.
* 2011-01-29 ADDED - management of eventcal database table, be able to dump, download and erase sql files * 2011-02-05 CHANGED - smarty->fetch method call to be less strict to support smarty 2 to smarty3 parameter order change - removed param 4
* 2011-01-28 CHANGED - backend checks if mysql table exists to be more strict in case of fresh installation. * 2011-01-29 ADDED - sort option order by timestamp desc to approved events (including minor correction in backend.css)
* * 2011-01-29 ADDED - management of eventcal database table, be able to dump, download and erase sql files
* * 2011-01-28 CHANGED - backend checks if mysql table exists to be more strict in case of fresh installation.
* v. 1.63 2011-01-19 Spartacus *
* =========================== *
* * v. 1.63 2011-01-19 Spartacus
* 2011-01-09 ADDED - smarty3 compat future use smarty3 code docs * ===========================
* 2011-01-09 CHANGED - plugin_eventcal_cal.tpl removed start=1 from loop as of smarty3 compat *
* 2011-01-08 BUGFIX - eventcal db update didn't work as expected (fixed) * 2011-01-09 ADDED - smarty3 compat future use smarty3 code docs
* 2010-07-22 CHANGED - internal url building to be more friendly to mod_rewrite setting via permalink or subpage (rewrite, none, errordocs defines the use of subpage). * 2011-01-09 CHANGED - plugin_eventcal_cal.tpl removed start=1 from loop as of smarty3 compat
* 2010-07-15 BUGFIX - in case of form POST error, the calendar did not point to the referrers calendar month/year and fell back to January/year (fixed) * 2011-01-08 BUGFIX - eventcal db update didn't work as expected (fixed)
* 2010-07-15 CHANGED - style_event_backend.css, plugin_eventcal_add.tpl and plugin_eventcal_cal.tpl to be more strict to css rules * 2010-07-22 CHANGED - internal url building to be more friendly to mod_rewrite setting via permalink or subpage (rewrite, none, errordocs defines the use of subpage).
* 2010-07-15 CHANGED - some minor cleanups and corrected typos * 2010-07-15 BUGFIX - in case of form POST error, the calendar did not point to the referrers calendar month/year and fell back to January/year (fixed)
* * 2010-07-15 CHANGED - style_event_backend.css, plugin_eventcal_add.tpl and plugin_eventcal_cal.tpl to be more strict to css rules
* * 2010-07-15 CHANGED - some minor cleanups and corrected typos
* v. 1.62 2010-04-30 Spartacus *
* =========================== *
* * v. 1.62 2010-04-30 Spartacus
* 2010-04-28 BUG - in case of changing unapproved events in backend, the form did not show the right type of event (bug closed) * ===========================
* 2010-04-28 CHANGED - ics url behaviour via external_plugin to check if URL rewriting is supported *
* 2010-03-22 CHANGED - external_plugin to be more strict to eventcals ics_export issues * 2010-04-28 BUG - in case of changing unapproved events in backend, the form did not show the right type of event (bug closed)
* * 2010-04-28 CHANGED - ics url behaviour via external_plugin to check if URL rewriting is supported
* * 2010-03-22 CHANGED - external_plugin to be more strict to eventcals ics_export issues
* v. 1.61 2010-03-11 Spartacus *
* ===========================
* * v. 1.61 2010-03-11 Spartacus
* 2010-03-09 ADDED - missing mkdir eventcal directory in templates_c * ===========================
* *
* * 2010-03-09 ADDED - missing mkdir eventcal directory in templates_c
* v. 1.6 2010-02-24 Spartacus *
* =========================== *
* * v. 1.6 2010-02-24 Spartacus
* IN DETAIL, the backend now has a sidebar link to get access to view, approve, insert and change events. The database administration panel has moved there also, * ===========================
* but main admin stuff, like approve, change, erase, remains possible in frontend too. *
* All over time, I ADDED new functions and CHANGED old functions, tpl files and en/de LANG files to support propper backend working * IN DETAIL, the backend now has a sidebar link to get access to view, approve, insert and change events. The database administration panel has moved there also,
* * but main admin stuff, like approve, change, erase, remains possible in frontend too.
* 2010-02-23 CHANGED - log file path to serendipity/templates_c/eventcal and ics file back to serendipity/uploads - see 2010-02-11 * All over time, I ADDED new functions and CHANGED old functions, tpl files and en/de LANG files to support propper backend working
* 2010-02-20 - cleanup to release *
* 2010-02-19 CHANGED - plugin_eventcal_ical.tpl to unparse the RRULE part of multi events, I am sure I did this somewhere before..., while multi events have an endday * 2010-02-23 CHANGED - log file path to serendipity/templates_c/eventcal and ics file back to serendipity/uploads - see 2010-02-11
* 2010-02-18 CHANGED - some vars to isset(vars) to avoid lots of PHP Notices in case of error_reporting(E_ALL) * 2010-02-20 - cleanup to release
* 2010-02-16 CHANGED - function send_ical_log_email, log to mail, to build entryURI as a href link with full parameters link access * 2010-02-19 CHANGED - plugin_eventcal_ical.tpl to unparse the RRULE part of multi events, I am sure I did this somewhere before..., while multi events have an endday
* 2010-02-14 CHANGED - function sendIcalEmail - get rid of doubled Content-Type headers which produced a X-Amavis-Alert * 2010-02-18 CHANGED - some vars to isset(vars) to avoid lots of PHP Notices in case of error_reporting(E_ALL)
* 2010-02-14 CHANGED - function send_ical_log_email to send error in case of write to file failed * 2010-02-16 CHANGED - function send_ical_log_email, log to mail, to build entryURI as a href link with full parameters link access
* 2010-02-13 CHANGED - mail ical, to be more strict to entered email in plugins config or in S9y personal settings and LANG files * 2010-02-14 CHANGED - function sendIcalEmail - get rid of doubled Content-Type headers which produced a X-Amavis-Alert
* 2010-02-11 CHANGED - function write_file icalendar.ics to use function backend_file_write and write file to new public folder underneath pluginpath * 2010-02-14 CHANGED - function send_ical_log_email to send error in case of write to file failed
* to send as file in case of mail or webcal. This changed the S9y/uploads path of version 1.5! * 2010-02-13 CHANGED - mail ical, to be more strict to entered email in plugins config or in S9y personal settings and LANG files
* 2010-02-10 ADDED - stripslashes to prepare approved event to form, which is either relative to plattform (win) or php version ...(?) * 2010-02-11 CHANGED - function write_file icalendar.ics to use function backend_file_write and write file to new public folder underneath pluginpath
* The old version without did not have this problem on my debian lenny server * to send as file in case of mail or webcal. This changed the S9y/uploads path of version 1.5!
* 2010-02-10 CHANGED - function str_replace_icalarray to function str_replace_recursive supporting NEW parameter 4 to search in specific array key only * 2010-02-10 ADDED - stripslashes to prepare approved event to form, which is either relative to plattform (win) or php version ...(?)
* 2010-02-09 CHANGED - function send_ical_log_email to generate propper entryURI, logging iCal requests * The old version without did not have this problem on my debian lenny server
* 2010-02-08 CHANGED - CW week view in plugin_eventcal_calweek.tpl to be same as in month calendar and CW's date view in css to be xx-small * 2010-02-10 CHANGED - function str_replace_icalarray to function str_replace_recursive supporting NEW parameter 4 to search in specific array key only
* 2010-02-08 CHANGED - font css behaviour to be more strict to eventcal output only, get back control over blog templates settings * 2010-02-09 CHANGED - function send_ical_log_email to generate propper entryURI, logging iCal requests
* 2010-02-07 CHANGED - log ical request behaviour. Now it is possible to log via email and/or file backend/ical.log * 2010-02-08 CHANGED - CW week view in plugin_eventcal_calweek.tpl to be same as in month calendar and CW's date view in css to be xx-small
* 2010-02-07 ADDED - in plugin_eventcal_ical.tpl the ORGANIZER part the RSVP=FALSE:MAILTO:"" directive, meaning "r<>pondez, s'il vous pla<6C>t" set to NO * 2010-02-08 CHANGED - font css behaviour to be more strict to eventcal output only, get back control over blog templates settings
* 2010-02-06 CHANGED - hook_event 'external_plugin' and ical function to support all approved events admin download via email or download * 2010-02-07 CHANGED - log ical request behaviour. Now it is possible to log via email and/or file backend/ical.log
* 2010-02-04 ADDED - changed recurring error constant in LANG files to show supposed startday number * 2010-02-07 ADDED - in plugin_eventcal_ical.tpl the ORGANIZER part the RSVP=FALSE:MAILTO:"" directive, meaning "r<>pondez, s'il vous pla<6C>t" set to NO
* 2010-02-04 BUG - in function calculate_recur_validday - check recurring errors if startday does not correspond to selected weekday now matches * 2010-02-06 CHANGED - hook_event 'external_plugin' and ical function to support all approved events admin download via email or download
* the secondlast and thirdlast weekday, which were not calculated properly and returned an error in case of add or re-edit validating (bug closed) * 2010-02-04 ADDED - changed recurring error constant in LANG files to show supposed startday number
* 2010-02-04 ADDED - strtolower(re) recur monthly event name constant in case of 'Each "re" Dayname' * 2010-02-04 BUG - in function calculate_recur_validday - check recurring errors if startday does not correspond to selected weekday now matches
* 2010-02-03 BUG - in function draw_add - corrected the add form - rebuild year array in case of re-edit to show old startyear selected (bug closed) * the secondlast and thirdlast weekday, which were not calculated properly and returned an error in case of add or re-edit validating (bug closed)
* 2010-02-03 CHANGED - plugin_eventcal_entry.tpl & style_eventcal_backend.css - changed some css for better single entry view * 2010-02-04 ADDED - strtolower(re) recur monthly event name constant in case of 'Each "re" Dayname'
* 2010-02-03 BUG - in 'case css' - set correct stristr order to detect if the style.css already has plugins defined css (bug closed) * 2010-02-03 BUG - in function draw_add - corrected the add form - rebuild year array in case of re-edit to show old startyear selected (bug closed)
* 2010-02-03 CHANGED - style_eventcal_backend.css - be more strict to serendipityPrettyButton to avoid conflicts in backend working * 2010-02-03 CHANGED - plugin_eventcal_entry.tpl & style_eventcal_backend.css - changed some css for better single entry view
* 2010-02-02 BUG - in function view_app_events via load_unapproved_events now returns false if there is no value (bug closed) * 2010-02-03 BUG - in 'case css' - set correct stristr order to detect if the style.css already has plugins defined css (bug closed)
* 2010-02-02 ADDED - in plugin_eventcal_app.tpl - added missing biweekly constant * 2010-02-03 CHANGED - style_eventcal_backend.css - be more strict to serendipityPrettyButton to avoid conflicts in backend working
* 2010-02-01 NEW - start adding backend administration via sidebar link to view approved, re-edit, approve and erase events including db cleanup stuff. * 2010-02-02 BUG - in function view_app_events via load_unapproved_events now returns false if there is no value (bug closed)
* this includes changes to en/de LANG files, some *.tpls and the stylesheet. * 2010-02-02 ADDED - in plugin_eventcal_app.tpl - added missing biweekly constant
* * 2010-02-01 NEW - start adding backend administration via sidebar link to view approved, re-edit, approve and erase events including db cleanup stuff.
* v. 1.5 2010-02-01 Spartacus * this includes changes to en/de LANG files, some *.tpls and the stylesheet.
* =========================== *
* * v. 1.5 2010-02-01 Spartacus
* IN DETAIL, I'll try to release this now ... its more a major one ;-) * ===========================
* IN DETAIL, in config settings you can now set iCal export to allow as download, send as webcal, or as email, or via users own decision in frontend. *
* Although you can choose to allow iCal export explicit or not, if true, frontend image buttons will support single or monthly array iCal requests. * IN DETAIL, I'll try to release this now ... its more a major one ;-)
* All over time, I added new and changed functions, config vars, tpls, lang constants and images to support and correct iCal export behaviour. * IN DETAIL, in config settings you can now set iCal export to allow as download, send as webcal, or as email, or via users own decision in frontend.
* * Although you can choose to allow iCal export explicit or not, if true, frontend image buttons will support single or monthly array iCal requests.
* 2010-01-28 - CHANGED - improved sql SELECT-ARRAY statement again to be as strict as possible to all kind of tipo events * All over time, I added new and changed functions, config vars, tpls, lang constants and images to support and correct iCal export behaviour.
* 2010-01-26 - CHANGED - improved and added some lang constants and internal functions and tpls, added help to add form, re-edit startyear is now like stored in db *
* 2010-01-24 - NEW - added yearly single and recurring bi-weekly events to plugin class, tpls and en/de LANG files * 2010-01-28 - CHANGED - improved sql SELECT-ARRAY statement again to be as strict as possible to all kind of tipo events
* 2010-01-21 - BUG - improved array 'case tipo 3 recurring monthly events' in monthview, which did not show up correctly in all cases (bug closed) * 2010-01-26 - CHANGED - improved and added some lang constants and internal functions and tpls, added help to add form, re-edit startyear is now like stored in db
* 2010-01-17 - CHANGED - set validation of recurring monthly and weekly events to be more strict to startday is equal the day of first occurance of selected weekday, * 2010-01-24 - NEW - added yearly single and recurring bi-weekly events to plugin class, tpls and en/de LANG files
* which is needed in iCal export. Please re-edit old events to get in touch with it! * 2010-01-21 - BUG - improved array 'case tipo 3 recurring monthly events' in monthview, which did not show up correctly in all cases (bug closed)
* 2010-01-06 - NEW - added to eventcal Database the TIMESTAMP fields tstamp as creation time value and modified as its last modified value, * 2010-01-17 - CHANGED - set validation of recurring monthly and weekly events to be more strict to startday is equal the day of first occurance of selected weekday,
* this changed add form tpl too! This behaviour is needed in ical export. * which is needed in iCal export. Please re-edit old events to get in touch with it!
* 2009-12-20 - CHANGED - improved and changed db SELECT events array to be more strict to multi and recurring events in function load_monthly_events() and ical export. * 2010-01-06 - NEW - added to eventcal Database the TIMESTAMP fields tstamp as creation time value and modified as its last modified value,
* 2009-12-20 - CHANGED - improved the monthly view array in function load_monthly_events(), which now should select and display all possible occurances. * this changed add form tpl too! This behaviour is needed in ical export.
* 2009-12-19 - CHANGED - improved and added some lang constants * 2009-12-20 - CHANGED - improved and changed db SELECT events array to be more strict to multi and recurring events in function load_monthly_events() and ical export.
* 2009-12-05 - CHANGED - some config settings - please submit them again * 2009-12-20 - CHANGED - improved the monthly view array in function load_monthly_events(), which now should select and display all possible occurances.
* 2009-12-02 - CHANGED - some minor tweeks to some *.tpl files and the css backend file * 2009-12-19 - CHANGED - improved and added some lang constants
* 2009-12-01 - CHANGED - improved the internal 'get back to form' in case of errors * 2009-12-05 - CHANGED - some config settings - please submit them again
* 2009-11-26 - BUG - improved weekly array 'case tipo 4 to every weekday' in monthview, which did not show up correctly in all cases (bug closed) * 2009-12-02 - CHANGED - some minor tweeks to some *.tpl files and the css backend file
* * 2009-12-01 - CHANGED - improved the internal 'get back to form' in case of errors
* v.1.4 2009-11-21 Spartacus * 2009-11-26 - BUG - improved weekly array 'case tipo 4 to every weekday' in monthview, which did not show up correctly in all cases (bug closed)
* ========================== *
* * v.1.4 2009-11-21 Spartacus
*************************************************************************************************** * ==========================
*
***************************************************************************************************

View file

@ -70,7 +70,7 @@ class serendipity_event_cal extends serendipity_event {
) )
); );
$propbag->add('author', 'Ian (Timbalu)'); $propbag->add('author', 'Ian (Timbalu)');
$propbag->add('version', '1.77'); $propbag->add('version', '1.77.1');
$propbag->add('groups', array('FRONTEND_FEATURES', 'BACKEND_FEATURES')); $propbag->add('groups', array('FRONTEND_FEATURES', 'BACKEND_FEATURES'));
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.4', 'serendipity' => '1.4',

View file

@ -1,3 +1,7 @@
0.35.3:
----
Hotfixes for PHP 8
0.35.2: 0.35.2:
---- ----
Don't die on PHP 7 versions Don't die on PHP 7 versions

View file

@ -23,7 +23,7 @@ class serendipity_event_categorytemplates extends serendipity_event
$propbag->add('description', PLUGIN_CATEGORYTEMPLATES_DESC); $propbag->add('description', PLUGIN_CATEGORYTEMPLATES_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Judebert'); $propbag->add('author', 'Garvin Hicking, Judebert');
$propbag->add('version', '0.35.2'); $propbag->add('version', '0.35.3');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.9', 'serendipity' => '0.9',
'php' => '4.1.0' 'php' => '4.1.0'

View file

@ -1,3 +1,7 @@
4.5.10.6:
---------
* Hotfixes for PHP 8 (surrim)
4.5.10.5: 4.5.10.5:
--------- ---------
* Fix encoding issue in cheatsheet help plugin * Fix encoding issue in cheatsheet help plugin
@ -306,4 +310,4 @@
1.2.0: 1.2.0:
----- -----
* Update to CKEDITOR 4.1.2, 2013, June 10 * Update to CKEDITOR 4.1.2, 2013, June 10
* Added Plugin option to set ACF off (default false) * Added Plugin option to set ACF off (default false)

View file

@ -184,7 +184,7 @@ class serendipity_event_ckeditor extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_CKEDITOR_DESC); $propbag->add('description', PLUGIN_EVENT_CKEDITOR_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Rustam Abdullaev, Ian'); $propbag->add('author', 'Rustam Abdullaev, Ian');
$propbag->add('version', '4.5.10.5'); // is CKEDITOR Series 4.5.10 - and appended plugin revision .5 $propbag->add('version', '4.5.10.6'); // is CKEDITOR Series 4.5.10 - and appended plugin revision .5
$propbag->add('copyright', 'GPL or LGPL License'); $propbag->add('copyright', 'GPL or LGPL License');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.7', 'serendipity' => '1.7',

View file

@ -1,3 +1,4 @@
1.5.1: Hotfixes for PHP 8 (surrim)
1.5: Added German translation. 1.5: Added German translation.
1.3: Potential parameter-related bug fixed 1.3: Potential parameter-related bug fixed
1.2: Moved up the navigation links above 'Posted by...' line when 1.2: Moved up the navigation links above 'Posted by...' line when

View file

@ -20,7 +20,7 @@ class serendipity_event_comics extends serendipity_event {
$propbag->add('description', PLUGIN_COMICS_DESC); $propbag->add('description', PLUGIN_COMICS_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Wesley Hwang-Chung'); $propbag->add('author', 'Wesley Hwang-Chung');
$propbag->add('version', '1.5'); $propbag->add('version', '1.5.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,6 @@
0.2.4
* Hotfixes for PHP 8 (surrim)
0.2.1 0.2.1
* Fixed mail-option (was ignored before) * Fixed mail-option (was ignored before)

View file

@ -24,7 +24,7 @@ class serendipity_event_commentedit extends serendipity_event
'serendipity' => '1.5', 'serendipity' => '1.5',
'php' => '5.2.0' 'php' => '5.2.0'
)); ));
$propbag->add('version', '0.2.3'); $propbag->add('version', '0.2.4');
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'frontend_saveComment_finish' => true, 'frontend_saveComment_finish' => true,
'fetchcomments' => true, 'fetchcomments' => true,

View file

@ -1,4 +1,10 @@
1.10: Added legal gdpr/dsgvo info 1.10.1:
-----
* Hotfixes for PHP 8 (surrim)
1.10:
-----
* Added legal gdpr/dsgvo info
1.09: 1.09:
----- -----
@ -34,4 +40,4 @@ Version 1.01
* The internal styling of the article selector is optional now. * The internal styling of the article selector is optional now.
* Removed spice from admins comment editor. * Removed spice from admins comment editor.
* Added some css / templating fixes proposed by @yellowled. Thanks! * Added some css / templating fixes proposed by @yellowled. Thanks!
* 2k11 commentform.tpl patchfile changed. Please update if you use it! * 2k11 commentform.tpl patchfile changed. Please update if you use it!

View file

@ -29,7 +29,7 @@ class serendipity_event_commentspice extends serendipity_event
'smarty' => '2.6.7', 'smarty' => '2.6.7',
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '1.10'); $propbag->add('version', '1.10.1');
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'entry_display' => true, 'entry_display' => true,

View file

@ -1,59 +1,65 @@
1.22: Added legal gdpr/dsgvo info 1.22.1:
-----
1.21 * Hotfixes for PHP 8 (surrim)
-----
* Reset content message, as also needed in staticpage plugin. 1.22:
-----
1.20 * Added legal gdpr/dsgvo info
-----
* change xhtml to html for case: radio, checkbox and select 1.21
* add missing code for case:select -----
* Reset content message, as also needed in staticpage plugin.
1.19:
----- 1.20
* reset encoded quotes for text and subject -----
* change xhtml to html for case: radio, checkbox and select
1.18: * add missing code for case:select
-----
* Use native API method parseTemplate() for the tpl files 1.19:
-----
1.17: * reset encoded quotes for text and subject
-----
* Sets required version to S9y 1.3 1.18:
* Set Sent Box to text, to not allow hidden <p> tags by WYSIWYG-Editors -----
for the text. * Use native API method parseTemplate() for the tpl files
* Fixed Smarty template includement
* Removed unused and confusing code 1.17:
* Fix german lang constant for "PLUGIN_CONTACTFORM_SENT_HTML" -----
* Sets required version to S9y 1.3
1.16: * Set Sent Box to text, to not allow hidden <p> tags by WYSIWYG-Editors
----- for the text.
* Fixed Smarty template includement
* fix XSS security vulnerability (Thanks to Stefan Schurtz!) * Removed unused and confusing code
* Fix german lang constant for "PLUGIN_CONTACTFORM_SENT_HTML"
1.15:
----- 1.16:
-----
* latest: Smarty3 forward compatibility
* fix XSS security vulnerability (Thanks to Stefan Schurtz!)
1.14:
----- 1.15:
-----
* Added check to circument adduser plugin's "registered only" option.
* latest: Smarty3 forward compatibility
1.13:
----- 1.14:
-----
* Force spamblock plugin to properly realize "time to live" of captchas.
Previously, even though captchas where displayed, it did not matter what * Added check to circument adduser plugin's "registered only" option.
the user entered.
1.13:
1.11: -----
-----
* Force spamblock plugin to properly realize "time to live" of captchas.
* Fix XHTML validity of checked="checked" Previously, even though captchas where displayed, it did not matter what
the user entered.
1.10:
----- 1.11:
-----
* Introduce new "issue counter".
* Fix XHTML validity of checked="checked"
1.10:
-----
* Introduce new "issue counter".

View file

@ -23,7 +23,7 @@ class serendipity_event_contactform extends serendipity_event {
$propbag->add('event_hooks', array('entries_header' => true, 'entry_display' => true, 'genpage' => true)); $propbag->add('event_hooks', array('entries_header' => true, 'entry_display' => true, 'genpage' => true));
$propbag->add('configuration', array('permalink', 'pagetitle', 'backend_title', 'email', 'subject', 'counter', 'intro', 'sent', 'articleformat', 'dynamic_tpl', 'dynamic_fields', 'dynamic_fields_tpl', 'dynamic_fields_desc')); $propbag->add('configuration', array('permalink', 'pagetitle', 'backend_title', 'email', 'subject', 'counter', 'intro', 'sent', 'articleformat', 'dynamic_tpl', 'dynamic_fields', 'dynamic_fields_tpl', 'dynamic_fields_desc'));
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.22'); $propbag->add('version', '1.22.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.3', 'serendipity' => '1.3',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,12 +1,16 @@
2.09 2.09.1:
----
* Hotfixes for PHP 8 (surrim)
2.09:
---- ----
* Added German translation. * Added German translation.
2.08.2 2.08.2:
------ ----
* S9y 2.0 serendipity_define.js reference file fix * S9y 2.0 serendipity_define.js reference file fix
2.08: 2.08:
----- ----
Removed obsolete language attribute. (yellowled) * Removed obsolete language attribute. (yellowled)

View file

@ -27,7 +27,7 @@ class serendipity_event_cpgselector extends serendipity_event
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Matthew Maude (modified by Jim Davies)'); $propbag->add('author', 'Matthew Maude (modified by Jim Davies)');
$propbag->add('version', '2.09'); $propbag->add('version', '2.09.1');
$propbag->add('requirements', array('serendipity' => '0.8')); $propbag->add('requirements', array('serendipity' => '0.8'));
$propbag->add('configuration', array('server', 'database', 'prefix', 'user', 'password', 'path', 'button', 'usenormal', 'maxwidth', 'maxheight')); $propbag->add('configuration', array('server', 'database', 'prefix', 'user', 'password', 'path', 'button', 'usenormal', 'maxwidth', 'maxheight'));

View file

@ -1,3 +1,4 @@
0.10.1: Hotfixes for PHP 8 (surrim)
0.10: Added German translation. 0.10: Added German translation.
0.9.3: Restrict sql index key length for utf8mb4 migration 0.9.3: Restrict sql index key length for utf8mb4 migration
0.9.2: Allow to turn off specific cronjobs 0.9.2: Allow to turn off specific cronjobs

View file

@ -16,7 +16,7 @@ class serendipity_event_cronjob extends serendipity_event {
$propbag->add('description', PLUGIN_EVENT_CRONJOB_DESC); $propbag->add('description', PLUGIN_EVENT_CRONJOB_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '0.10'); $propbag->add('version', '0.10.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'php' => '4.1.0' 'php' => '4.1.0'

View file

@ -1,3 +1,7 @@
1.12.3:
-----
* Hotfixes for PHP 8 (surrim)
1.12: 1.12:
----- -----
* Propagate $smarty.env.staticpage_pagetitle (and the others) so that * Propagate $smarty.env.staticpage_pagetitle (and the others) so that

View file

@ -88,7 +88,7 @@ class serendipity_event_customarchive extends serendipity_event {
$propbag->add('event_hooks', array('entries_header' => true, 'entry_display' => true, 'genpage' => true)); $propbag->add('event_hooks', array('entries_header' => true, 'entry_display' => true, 'genpage' => true));
$propbag->add('configuration', array('permalink', 'pagetitle', 'articleformat')); $propbag->add('configuration', array('permalink', 'pagetitle', 'articleformat'));
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.12.2'); $propbag->add('version', '1.12.3');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,4 +1,8 @@
1.8.4: Added legal gdpr/dsgvo info 1.8.5:
* Hotfixes for PHP 8 (surrim)
1.8.4:
* Added legal gdpr/dsgvo info
1.8.1: 1.8.1:
* Fix HTML error in local documentation. * Fix HTML error in local documentation.

View file

@ -6,7 +6,7 @@ if (IN_serendipity !== true) {
@serendipity_plugin_api::load_language(dirname(__FILE__)); @serendipity_plugin_api::load_language(dirname(__FILE__));
define('DJO_VERSION', '1.8.4'); define('DJO_VERSION', '1.8.5');
define('CACHE_VORHALT', 4); # (Tage) Wann ein vernetzter Text aus dem Cache entfernt und neu vernetzt werden soll define('CACHE_VORHALT', 4); # (Tage) Wann ein vernetzter Text aus dem Cache entfernt und neu vernetzt werden soll
class serendipity_event_dejure extends serendipity_event class serendipity_event_dejure extends serendipity_event

View file

@ -1,8 +1,10 @@
0.5.1: Hotfixes for PHP 8 (surrim)
0.5: Added German translation. 0.5: Added German translation.
0.4: Added legal gdpr/dsgvo info 0.4: Added legal gdpr/dsgvo info
0.3: Properly use the example() API method by returning, not echo'ing. Unimportant update. 0.3: Properly use the example() API method by returning, not echo'ing. Unimportant update.
Version 0.2 Version 0.2
* Made it work with articles not having an extended part. * Made it work with articles not having an extended part.
* Made trackbacks visible again (for templates supporting it), css class to be hidden configurable now. * Made trackbacks visible again (for templates supporting it), css class to be hidden configurable now.

View file

@ -21,7 +21,7 @@ class serendipity_event_disqus extends serendipity_event {
'smarty' => '2.6.7', 'smarty' => '2.6.7',
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.5'); $propbag->add('version', '0.5.1');
$propbag->add('groups', array('FRONTEND_VIEWS')); $propbag->add('groups', array('FRONTEND_VIEWS'));
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'frontend_display:html:per_entry' => true, 'frontend_display:html:per_entry' => true,

View file

@ -1,3 +1,6 @@
3.0.83.2
- Hotfixes for PHP 8 (surrim)
3.0.83.1 3.0.83.1
- Added German translation. - Added German translation.
@ -23,4 +26,4 @@
- The descriptive text now tells people that the theme requires the - The descriptive text now tells people that the theme requires the
frontend_header, frontend_footer[/b], and optionally the frontend_header, frontend_footer[/b], and optionally the
backend_preview hooks to work. backend_preview hooks to work.

View file

@ -13,7 +13,7 @@ class serendipity_event_dpsyntaxhighlighter extends serendipity_event {
var $title = PLUGIN_EVENT_DPSYNTAXHIGHLIGHTER_NAME; var $title = PLUGIN_EVENT_DPSYNTAXHIGHLIGHTER_NAME;
var $version = '3.0.83.1'; // helps to be easily able to upgrade on upstream upgrade var $version = '3.0.83.2'; // helps to be easily able to upgrade on upstream upgrade
/* _get_directory_match support function: /* _get_directory_match support function:
* read files from $dir that match regexp $tomatch and store matches in * read files from $dir that match regexp $tomatch and store matches in

View file

@ -1,3 +1,4 @@
1.3.1: Hotfixes for PHP 8 (surrim)
1.3: Shorten one more block for IPv6 comments 1.3: Shorten one more block for IPv6 comments
1.2.1: Really display legal information for plugins. 1.2.1: Really display legal information for plugins.
1.2.0: Add button to copy pricvacy draft in html 1.2.0: Add button to copy pricvacy draft in html

View file

@ -17,7 +17,7 @@ class serendipity_event_dsgvo_gdpr extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_DSGVO_GDPR_DESC); $propbag->add('description', PLUGIN_EVENT_DSGVO_GDPR_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Serendipity Team'); $propbag->add('author', 'Serendipity Team');
$propbag->add('version', '1.3'); $propbag->add('version', '1.3.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '2.0', 'serendipity' => '2.0',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,7 @@
1.03.1:
-----
* Hotfixes for PHP 8 (surrim)
1.03: 1.03:
----- -----

View file

@ -19,7 +19,7 @@ class serendipity_event_email_bot_obfuscator extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_EMAIL_BOT_OBFUSCATOR_DESC); $propbag->add('description', PLUGIN_EVENT_EMAIL_BOT_OBFUSCATOR_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Stephan Manske, Ian'); $propbag->add('author', 'Stephan Manske, Ian');
$propbag->add('version', '1.03'); $propbag->add('version', '1.03.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,7 @@
2.12.1:
-----
hotfixes for PHP 8 (surrim)
2.12: 2.12:
----- -----
fixes for PHP >= 7.2 fixes for PHP >= 7.2

View file

@ -23,7 +23,7 @@ class serendipity_event_emoticonchooser extends serendipity_event
'smarty' => '2.6.7', 'smarty' => '2.6.7',
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '2.12'); $propbag->add('version', '2.12.1');
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'backend_entry_toolbar_extended' => true, 'backend_entry_toolbar_extended' => true,
'backend_entry_toolbar_body' => true, 'backend_entry_toolbar_body' => true,

View file

@ -0,0 +1,4 @@
1.16.1:
---
* Hotfixes for PHP 8 (surrim)

View file

@ -19,7 +19,7 @@ class serendipity_event_entrycheck extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_ENTRYCHECK_DESC); $propbag->add('description', PLUGIN_EVENT_ENTRYCHECK_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Gregor Voeltz'); $propbag->add('author', 'Garvin Hicking, Gregor Voeltz');
$propbag->add('version', '1.16'); $propbag->add('version', '1.16.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,7 @@
1.10.1:
-----
* Hotfixes for PHP 8 (surrim)
1.9.1: 1.9.1:
----- -----
* Add/enhance German translation. * Add/enhance German translation.

View file

@ -17,7 +17,7 @@ class serendipity_event_entrylastmodified extends serendipity_event {
$propbag->add('description', PLUGIN_EVENT_ENTRYLASTMODIFIED_DESC); $propbag->add('description', PLUGIN_EVENT_ENTRYLASTMODIFIED_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.10'); $propbag->add('version', '1.10.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -0,0 +1,4 @@
1.5.7:
---
* Hotfixes for PHP 8 (surrim)

View file

@ -23,7 +23,7 @@ class serendipity_event_entrysplit extends serendipity_event
$propbag->add('description', PLUGIN_ENTRYSPLIT_BLAHBLAH); $propbag->add('description', PLUGIN_ENTRYSPLIT_BLAHBLAH);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Tadashi Jokagi, Thomas Werner'); $propbag->add('author', 'Garvin Hicking, Tadashi Jokagi, Thomas Werner');
$propbag->add('version', '1.5.6'); $propbag->add('version', '1.5.7');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,4 @@
1.23.1: Hotfixes for PHP 8 (surrim)
1.22, 1.21: Changed fail2ban syntax to better parse 1.22, 1.21: Changed fail2ban syntax to better parse

View file

@ -18,7 +18,7 @@ class serendipity_event_externalauth extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_EXTERNALAUTH_DESC); $propbag->add('description', PLUGIN_EVENT_EXTERNALAUTH_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking/Justin Alcorn'); $propbag->add('author', 'Garvin Hicking/Justin Alcorn');
$propbag->add('version', '1.23'); $propbag->add('version', '1.23.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1 +1,5 @@
Propagate $smarty.env.staticpage_pagetitle (and the others) so that it can be used in entries.tpl 1.4.1:
---
* Hotfixes for PHP 8 (surrim)
Propagate $smarty.env.staticpage_pagetitle (and the others) so that it can be used in entries.tpl

View file

@ -17,7 +17,7 @@ class serendipity_event_externalphp extends serendipity_event {
$propbag->add('event_hooks', array('entries_header' => true, 'entry_display' => true, 'genpage' => true)); $propbag->add('event_hooks', array('entries_header' => true, 'entry_display' => true, 'genpage' => true));
$propbag->add('configuration', array('permalink', 'pagetitle', 'include', 'articleformat')); $propbag->add('configuration', array('permalink', 'pagetitle', 'include', 'articleformat'));
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.4'); $propbag->add('version', '1.4.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.7', 'serendipity' => '0.7',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,5 @@
0.6.1: Hotfixes for PHP 8 (surrim)
0.6: Added German translation. 0.6: Added German translation.
0.5.4: Added legal gdpr/dsgvo info 0.5.4: Added legal gdpr/dsgvo info

View file

@ -27,7 +27,7 @@ class serendipity_event_facebook extends serendipity_event {
'smarty' => '2.6.7', 'smarty' => '2.6.7',
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.6'); $propbag->add('version', '0.6.1');
$propbag->add('groups', array('FRONTEND_VIEWS')); $propbag->add('groups', array('FRONTEND_VIEWS'));
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'frontend_display' => true, 'frontend_display' => true,

View file

@ -1,4 +1,7 @@
1.14: Added legal gdpr/dsgvo info 1.14.1: Hotfixes for PHP 8 (surrim)
1.14: Added legal gdpr/dsgvo info
1.12: 1.12:
---- ----
Use SSL link Use SSL link
@ -39,4 +42,4 @@ When placement is set to smarty variable, do not automatically embed in RSS feed
1.2: 1.2:
---- ----
Removed html tags from description Removed html tags from description

View file

@ -54,7 +54,7 @@ class serendipity_event_flattr extends serendipity_event {
'add_to_feed', 'add_to_feed',
)); ));
$propbag->add('author', 'Garvin Hicking, Joachim Breitner', 'Matthias Gutjahr'); $propbag->add('author', 'Garvin Hicking, Joachim Breitner', 'Matthias Gutjahr');
$propbag->add('version', '1.14'); $propbag->add('version', '1.14.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.7', 'serendipity' => '0.7',
'smarty' => '2.6.7', 'smarty' => '2.6.7',
@ -467,4 +467,4 @@ class serendipity_event_flattr extends serendipity_event {
break; break;
} }
} }
} }

View file

@ -1,3 +1,7 @@
0.6.1:
---
* Hotfixes for PHP 8 (surrim)
0.6: 0.6:
--- ---
* Added German translation. * Added German translation.
@ -6,4 +10,4 @@
----- -----
* Added serendipity_request_url API method * Added serendipity_request_url API method
Properly use the example() API method by returning, not echo'ing. Unimportant update. Properly use the example() API method by returning, not echo'ing. Unimportant update.

View file

@ -25,7 +25,7 @@ class serendipity_event_flickr extends serendipity_event
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('license', 'GPL'); $propbag->add('license', 'GPL');
$propbag->add('author', 'Jay Bertrand'); $propbag->add('author', 'Jay Bertrand');
$propbag->add('version', '0.6'); $propbag->add('version', '0.6.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.9', 'serendipity' => '0.9',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,5 @@
0.12.3: Hotfixes for PHP 8 (surrim)
0.12.2: Added legal gdpr/dsgvo info 0.12.2: Added legal gdpr/dsgvo info
0.11: 0.11:
@ -8,4 +10,4 @@ Support some edge scenarios with additional text/mails
0.10: 0.10:
----- -----
Serendipity 1.5 compatibility Serendipity 1.5 compatibility

View file

@ -17,7 +17,7 @@ class serendipity_event_forgotpassword extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_FORGOTPASSWORD_DESC); $propbag->add('description', PLUGIN_EVENT_FORGOTPASSWORD_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Omid Mottaghi'); $propbag->add('author', 'Omid Mottaghi');
$propbag->add('version', '0.12.2'); $propbag->add('version', '0.12.3');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.9.1', 'serendipity' => '0.9.1',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,4 @@
0.38.6: Hotfixes for PHP 8 (surrim)
0.38.5: Removed (dead) URL and mail address from author field. 0.38.5: Removed (dead) URL and mail address from author field.
0.38.3: Added legal gdpr/dsgvo info 0.38.3: Added legal gdpr/dsgvo info

View file

@ -47,7 +47,7 @@ class serendipity_event_forum extends serendipity_event {
'php' => '4.1.0' 'php' => '4.1.0'
)); ));
$propbag->add('version', '0.38.5'); $propbag->add('version', '0.38.6');
$propbag->add('author', 'Alexander \'dma147\' Mieland'); $propbag->add('author', 'Alexander \'dma147\' Mieland');
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(

View file

@ -1,3 +1,5 @@
3.70.3: Hotfixes for PHP 8 (surrim)
3.70.2: Fix warning in RSS feed when using PHP 8 3.70.2: Fix warning in RSS feed when using PHP 8
3.70.1: Add fixes for PHP 8 compatibility 3.70.1: Add fixes for PHP 8 compatibility
@ -236,4 +238,4 @@
2.44: 2.44:
* Show related Entries, patch by stain * Show related Entries, patch by stain
* Make configurable where to show tags * Make configurable where to show tags

View file

@ -66,7 +66,7 @@ class serendipity_event_freetag extends serendipity_event
'smarty' => '2.6.7', 'smarty' => '2.6.7',
'php' => '7.0' 'php' => '7.0'
)); ));
$propbag->add('version', '3.70.2'); $propbag->add('version', '3.70.3');
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'frontend_fetchentries' => true, 'frontend_fetchentries' => true,
'frontend_fetchentry' => true, 'frontend_fetchentry' => true,

View file

@ -1,3 +1,7 @@
1.13.1:
-----
* Hotfixes for PHP 8 (surrim)
1.13: 1.13:
----- -----
* Add German translation. * Add German translation.

View file

@ -60,7 +60,7 @@ class serendipity_event_galleryimage extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_GALLERYIMAGE_DESC); $propbag->add('description', PLUGIN_EVENT_GALLERYIMAGE_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Rob Antonishen, Alexander Mieland'); $propbag->add('author', 'Rob Antonishen, Alexander Mieland');
$propbag->add('version', '1.13'); $propbag->add('version', '1.13.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,7 @@
1.36.1 (surrim)
----------------------------------
* Hotfixes for PHP 8
1.36 (surrim) 1.36 (surrim)
---------------------------------- ----------------------------------
* RegEx fixed (pattern: /^\s*([+-]?([0-9]+([.][0-9]*)?|[.][0-9]+))\s*[ ,\/]\s*([+-]?([0-9]+([.][0-9]*)?|[.][0-9]+))\s*$/) * RegEx fixed (pattern: /^\s*([+-]?([0-9]+([.][0-9]*)?|[.][0-9]+))\s*[ ,\/]\s*([+-]?([0-9]+([.][0-9]*)?|[.][0-9]+))\s*$/)

View file

@ -1,5 +1,5 @@
<?php <?php
// Actual version of both plugins // Actual version of both plugins
@define('PLUGIN_EVENT_GEOTAG_VERSION', '1.36'); @define('PLUGIN_EVENT_GEOTAG_VERSION', '1.36.1');
@define('PLUGIN_EVENT_GEOTAG_AUTHOR', 'Zoran Kovacevic, Grischa Brockhaus, Matthias Gutjahr, Martin Sewelies'); @define('PLUGIN_EVENT_GEOTAG_AUTHOR', 'Zoran Kovacevic, Grischa Brockhaus, Matthias Gutjahr, Martin Sewelies');

View file

@ -1,3 +1,7 @@
1.4.3:
-----
* Hotfixes for PHP 8 (surrim)
1.4.2: 1.4.2:
----- -----
* Added serendipity_request_url API method * Added serendipity_request_url API method

View file

@ -26,7 +26,7 @@ class serendipity_event_geourl extends serendipity_event {
$propbag->add('event_hooks', array('frontend_header' => true)); $propbag->add('event_hooks', array('frontend_header' => true));
$propbag->add('configuration', array('lat', 'long')); $propbag->add('configuration', array('lat', 'long'));
$propbag->add('description', PLUGIN_EVENT_GEOURL_DESC); $propbag->add('description', PLUGIN_EVENT_GEOURL_DESC);
$propbag->add('version', '1.4.2'); $propbag->add('version', '1.4.3');
$propbag->add('groups', array('BACKEND_METAINFORMATION')); $propbag->add('groups', array('BACKEND_METAINFORMATION'));
} }

View file

@ -1,8 +1,11 @@
1.1.1:
-----
* Hotfixes for PHP 8 (surrim)
1.1: 1.1:
----- -----
* Upgrade GeSHi to 1.0.9.0; minimal PHP version is now 7.0. * Upgrade GeSHi to 1.0.9.0; minimal PHP version is now 7.0.
1.0: Another fix for PHP7.2 compatibility. 1.0: Another fix for PHP7.2 compatibility.
0.9.9: Fix constructor for compatibility with PHP7.2 0.9.9: Fix constructor for compatibility with PHP7.2

View file

@ -74,7 +74,7 @@ class serendipity_event_geshi extends serendipity_event
'smarty' => '2.6.7', 'smarty' => '2.6.7',
'php' => '7.0' 'php' => '7.0'
)); ));
$propbag->add('version', '1.1'); $propbag->add('version', '1.1.1');
$propbag->add('event_hooks', array('frontend_display' => true, 'frontend_comment' => true)); $propbag->add('event_hooks', array('frontend_display' => true, 'frontend_comment' => true));
$propbag->add('groups', array('MARKUP')); $propbag->add('groups', array('MARKUP'));

View file

@ -1,4 +1,6 @@
# Version 1.4.1:
---
* Hotfixes for PHP 8 (surrim)
Made event_hook() declaration the same as in s9y core Made event_hook() declaration the same as in s9y core

View file

@ -19,7 +19,7 @@ class serendipity_event_getid3 extends serendipity_plugin
$propbag->add('description', PLUGIN_GETID3_DESC); $propbag->add('description', PLUGIN_GETID3_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Grischa Brockhaus'); $propbag->add('author', 'Garvin Hicking, Grischa Brockhaus');
$propbag->add('version', '1.4'); $propbag->add('version', '1.4.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.1', 'serendipity' => '1.1',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -0,0 +1,4 @@
1.7.2:
---
* Hotfixes for PHP 8 (surrim)

View file

@ -30,7 +30,7 @@ class serendipity_event_glossary extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_GLOSSARY_DESC); $propbag->add('description', PLUGIN_EVENT_GLOSSARY_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Rob Antonishen'); $propbag->add('author', 'Rob Antonishen');
$propbag->add('version', '1.7.1'); $propbag->add('version', '1.7.2');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,26 +1,27 @@
1.4.3: Remove hyperlink from author field. 1.4.4: Hotfixes for PHP 8 (surrim)
1.4.2: Added legal gdpr/dsgvo info 1.4.3: Remove hyperlink from author field.
1.4.2: Added legal gdpr/dsgvo info
1.4.0 (fishnix):
----- 1.4.0 (fishnix):
# add enhanced link attribution option -----
# changed link to kleinerChemiker's github since the blog seems gone # add enhanced link attribution option
# changed link to kleinerChemiker's github since the blog seems gone
1.3.0:
----- 1.3.0:
# added tracking for Google AdSense -----
# memo for myself: correct version number scheme: major release number -> plugin rewrite, minor release number -> new feature, patch level -> bug fix # added tracking for Google AdSense
# memo for myself: correct version number scheme: major release number -> plugin rewrite, minor release number -> new feature, patch level -> bug fix
1.2.4:
---- 1.2.4:
# added _anonymizeIp() ----
# added _anonymizeIp()
1.2.3:
---- 1.2.3:
# Bug with external link and downloads fixed ----
# Bug with external link and downloads fixed
1.2.2:
---- 1.2.2:
# added ChangeLog ----
# added check if account number is valid # added ChangeLog
# updated to new GA asynchronous tracking code # added check if account number is valid
# updated to new GA asynchronous tracking code

View file

@ -15,7 +15,7 @@ class serendipity_event_google_analytics extends serendipity_event {
$propbag->add ('description', PLUGIN_EVENT_GOOGLE_ANALYTICS_DESC); $propbag->add ('description', PLUGIN_EVENT_GOOGLE_ANALYTICS_DESC);
$propbag->add ('stackable', false); $propbag->add ('stackable', false);
$propbag->add ('author', 'kleinerChemiker'); $propbag->add ('author', 'kleinerChemiker');
$propbag->add ('version', '1.4.3'); $propbag->add ('version', '1.4.4');
$propbag->add ('requirements', array ('serendipity' => '0.8', 'smarty' => '2.6.7', 'php' => '4.1.0' )); $propbag->add ('requirements', array ('serendipity' => '0.8', 'smarty' => '2.6.7', 'php' => '4.1.0' ));
$propbag->add ('groups', array ('STATISTICS' )); $propbag->add ('groups', array ('STATISTICS' ));
$propbag->add ('cachable_events', array ('frontend_display' => true )); $propbag->add ('cachable_events', array ('frontend_display' => true ));

View file

@ -1,3 +1,7 @@
0.61.1:
-----
* Hotfixes for PHP 8 (surrim)
0.61: 0.61:
----- -----
* Only add tag pages for tags with at least one published entry. * Only add tag pages for tags with at least one published entry.

View file

@ -24,7 +24,7 @@ class serendipity_event_google_sitemap extends serendipity_event {
$propbag->add('name', PLUGIN_EVENT_SITEMAP_TITLE); $propbag->add('name', PLUGIN_EVENT_SITEMAP_TITLE);
$propbag->add('description', PLUGIN_EVENT_SITEMAP_DESC); $propbag->add('description', PLUGIN_EVENT_SITEMAP_DESC);
$propbag->add('author', 'Boris'); $propbag->add('author', 'Boris');
$propbag->add('version', '0.61'); $propbag->add('version', '0.61.1');
$propbag->add('event_hooks', array( $propbag->add('event_hooks', array(
'backend_publish' => true, 'backend_publish' => true,
'backend_save' => true, 'backend_save' => true,

View file

@ -1,3 +1,5 @@
3.61.2 & 1.26.2: Hotfixes for PHP 8 (surrim)
3.61.1 & 1.26.1: Translation fixes (German). 3.61.1 & 1.26.1: Translation fixes (German).
3.61: Added legal gdpr/dsgvo info 3.61: Added legal gdpr/dsgvo info
@ -251,4 +253,4 @@
3.05: 3.05:
----- -----
* Fixed proper recognition to not display email addresses if configured. * Fixed proper recognition to not display email addresses if configured.

View file

@ -61,7 +61,7 @@ class serendipity_event_guestbook extends serendipity_event {
'dateformat' 'dateformat'
)); ));
$propbag->add('author', 'Ian'); $propbag->add('author', 'Ian');
$propbag->add('version', '3.61.1'); $propbag->add('version', '3.61.2');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.7.0', 'serendipity' => '1.7.0',
'smarty' => '3.1.0', 'smarty' => '3.1.0',

View file

@ -22,7 +22,7 @@ class serendipity_plugin_guestbook extends serendipity_plugin {
$propbag->add('description', PLUGIN_GUESTSIDE_BLAHBLAH); $propbag->add('description', PLUGIN_GUESTSIDE_BLAHBLAH);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Jaap Boerma ( j@webbict.com ), Tadashi Jokagi <elf2000@users.sourceforge.net>, Ian'); $propbag->add('author', 'Jaap Boerma ( j@webbict.com ), Tadashi Jokagi <elf2000@users.sourceforge.net>, Ian');
$propbag->add('version', '1.26.1'); $propbag->add('version', '1.26.2');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.7', 'serendipity' => '0.7',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1 +1,3 @@
1.7.1: Hotfixes for PHP 8 (surrim)
1.7: Added German translation. 1.7: Added German translation.

View file

@ -20,7 +20,7 @@ class serendipity_event_httpauth extends serendipity_event
$propbag->add('description', PLUGIN_HTTPAUTH_BLAHBLAH); $propbag->add('description', PLUGIN_HTTPAUTH_BLAHBLAH);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '1.7'); $propbag->add('version', '1.7.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,5 @@
0.52.1: Hotfixes for PHP 8 (surrim)
0.52: Iconfont a11y fix (yellowled) 0.52: Iconfont a11y fix (yellowled)
0.51: Append CSS to end of eventData stream 0.51: Append CSS to end of eventData stream
@ -93,4 +95,4 @@
* Added documentation.html files * Added documentation.html files
* Added czech translation * Added czech translation
* Added ability to post XML code into entries that can be used to build * Added ability to post XML code into entries that can be used to build
galleries (PHP5 only) galleries (PHP5 only)

View file

@ -20,7 +20,7 @@ class serendipity_event_imageselectorplus extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_IMAGESELECTORPLUS_DESC); $propbag->add('description', PLUGIN_EVENT_IMAGESELECTORPLUS_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Vladimir Ajgl, Adam Charnock, Ian'); $propbag->add('author', 'Garvin Hicking, Vladimir Ajgl, Adam Charnock, Ian');
$propbag->add('version', '0.52'); $propbag->add('version', '0.52.1');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '1.3', 'serendipity' => '1.3',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -1,3 +1,5 @@
2.18.1: Hotfixes for PHP 8 (surrim)
2.18: Iconfont a11y fix (yellowled) 2.18: Iconfont a11y fix (yellowled)
2.17: 2.17:
@ -29,4 +31,4 @@ latest: Smarty3 forward compatibility
* Blocks can be shown randomly on the interface panel, templates can be * Blocks can be shown randomly on the interface panel, templates can be
used for new entries. used for new entries.
* Each block can use a different template. * Each block can use a different template.
* You can attach special blocks to an entry individually. (Garvin Hicking) * You can attach special blocks to an entry individually. (Garvin Hicking)

View file

@ -32,7 +32,7 @@ class serendipity_event_includeentry extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_INCLUDEENTRY_DESC); $propbag->add('description', PLUGIN_EVENT_INCLUDEENTRY_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking'); $propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '2.18'); $propbag->add('version', '2.18.1');
$propbag->add('scrambles_true_content', true); $propbag->add('scrambles_true_content', true);
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '2.0', 'serendipity' => '2.0',

View file

@ -0,0 +1,4 @@
1.5.2:
---
* Hotfixes for PHP 8 (surrim)

View file

@ -18,7 +18,7 @@ class serendipity_event_kubrickheader extends serendipity_event {
$propbag->add('description', PLUGIN_EVENT_KUBRICKHEADER_DESC); $propbag->add('description', PLUGIN_EVENT_KUBRICKHEADER_DESC);
$propbag->add('stackable', false); $propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking, Sebastian Mayeres, Jude Anthony'); $propbag->add('author', 'Garvin Hicking, Sebastian Mayeres, Jude Anthony');
$propbag->add('version', '1.5.1'); $propbag->add('version', '1.5.2');
$propbag->add('requirements', array( $propbag->add('requirements', array(
'serendipity' => '0.8', 'serendipity' => '0.8',
'smarty' => '2.6.7', 'smarty' => '2.6.7',

View file

@ -0,0 +1,4 @@
1.1.1:
---
* Hotfixes for PHP 8 (surrim)

Some files were not shown because too many files have changed in this diff Show more