Branch: refs/heads/master
Home: https://github.com/s9y/additional_plugins
Commit: 20b0c972adbc85f4b7a282ab9fe039f7caa07f56
https://github.com/s9y/additional_plugins/commit/20b0c972adbc85f4b7a282ab9fe039f7caa07f56
Author: onli <on...@pa...>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M serendipity_event_staticpage/ChangeLog
M serendipity_event_staticpage/backend_templates/default_staticpage_backend.tpl
M serendipity_event_staticpage/serendipity_event_staticpage.php
Log Message:
-----------
staticpage 4.15.10: Reworked table creation/upgrade, smarty escape fix, PHP 8 fixes (#186)
* Staticpage: Fix database creation always throwing errors
The approach of having the full table created and the old ones altered did not work with the prior code. Instead, the new approach is to only create a minimal table and to alter it to the target state.
* Fix unknown escape type error for 'js' (#863)
* Avoid php 8 error about htmlnugger property
* Document changes and raise version
* minor: update comment
* Fix entry editor markup buttons
To unsubscribe from these emails, change your notification settings at https://github.com/s9y/additional_plugins/settings/notifications
|