From 33a29d1b2ccee21562e2830321b8a9a7014ef6c2 Mon Sep 17 00:00:00 2001 From: danpros Date: Sun, 2 Jun 2024 13:38:20 +0700 Subject: [PATCH] Update readme Also fix for static frontpage edit. --- README.md | 4 ++-- system/admin/views/edit-page.html.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abae465..4328b62 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It uses a unique algorithm to find or list any content based on date, type, cate ## Requirements -HTMLy requires PHP 5.3 or greater, PHP-Mbstring, PHP-XML, PHP-INTL, and PHP-ZIP package for backup feature. +HTMLy requires PHP 7.2 or greater, PHP-Mbstring, PHP-XML, PHP-INTL, PHP-GD, and PHP-ZIP package for backup feature. ## Installations @@ -57,7 +57,7 @@ Thank you to our [contributors](https://github.com/danpros/htmly/graphs/contribu ## Sponsors -Support this project by becoming [Sponsor](https://github.com/sponsors/danpros) +Support this project by becoming a [sponsor](https://github.com/sponsors/danpros) ## Copyright / License diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php index d375cab..aa2e6eb 100644 --- a/system/admin/views/edit-page.html.php +++ b/system/admin/views/edit-page.html.php @@ -317,7 +317,7 @@ $('.img-container').on("click", ".the-img", function(e) { document.getElementById('hideButton').addEventListener('click', toggleDivs); - + @@ -346,4 +346,4 @@ $('.img-container').on("click", ".the-img", function(e) { localStorage.setItem("preview-state", 'open'); } }) - \ No newline at end of file +