From e188a504f63d68d658b74d70f0fe93aa390e8647 Mon Sep 17 00:00:00 2001 From: gtbu Date: Wed, 22 Oct 2025 13:35:31 +0200 Subject: [PATCH] update v 5.3.2 update v 5.3.2 and renamed Typesetter-5.3-p8 to typesetter-5.3-p8 because of packagist.org (new composer.json) --- Addon.ini | 2 +- README.md | 4 ++-- composer.json | 2 +- include/admin/About.php | 6 +++--- include/admin/Tools.php | 2 +- include/common.php | 2 +- include/install/Installer.php | 2 +- include/install/Tools.php | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Addon.ini b/Addon.ini index e9a51af..4a1a6e1 100644 --- a/Addon.ini +++ b/Addon.ini @@ -1,4 +1,4 @@ Addon_Name = 'Typesetter Core' Addon_Unique_ID = 40 -Addon_Version = 5.3.1 \ No newline at end of file +Addon_Version = 5.3.2 \ No newline at end of file diff --git a/README.md b/README.md index e6b47b0..081bf4f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Features * [Typesetter Home](https://www.typesettercms.com) - now closed -* [Typesetter 5.3 Wiki](https://github.com/gtbu/Typesetter-5.3-p8/wiki) with more detailed instructions ! +* [Typesetter 5.3 Wiki](https://github.com/gtbu/typesetter-5.3-p8/wiki) with more detailed instructions ! ## Requirements ## @@ -38,7 +38,7 @@ Submitting bug fixes and enhancements is easy: 1. Log in to GitHub 2. Fork the Typesetter Repository - * https://github.com/gtbu/Typesetter-5.3-p8 + * https://github.com/gtbu/typesetter-5.3-p8 * Click "Fork" and you'll have your very own copy of the Typesetter source code at https://github.com/{your-username}/Typesetter diff --git a/composer.json b/composer.json index 177e846..c3f8a4c 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Typesetter CMS 5.3-p8 – flat-file CMS for PHP 8 with Bootstrap 5.3, SCSSPHP 1.13, CKEditor 4.22, Elfinder 2.1.62, and PhpMailer 6.9.1 — no external dependencies.", "type": "project", "license": "GPL-2.0", - "version": "5.3.1", + "version": "5.3.2", "authors": [ { "name": "gtbu", diff --git a/include/admin/About.php b/include/admin/About.php index 4db9f0d..0c8d559 100644 --- a/include/admin/About.php +++ b/include/admin/About.php @@ -16,7 +16,7 @@ class About{ echo '

You\'re currently using version '.\gpversion.' of our free, open source and easy to use content management system.'; - echo ' Our code is hosted on GitHub '; + echo ' Our code is hosted on GitHub '; echo 'and licensed under version 2 of the GNU General Public License. '; echo '

'; @@ -35,14 +35,14 @@ class About{ echo 'Does '.\CMS_NAME.' Work?'; echo '

Obviously the first step is to get '.\CMS_NAME.' working correctly.'; - echo ' If it\'s not working for you and you think it\'s because of a bug, you can report it and we\'ll work on fixing it.'; + echo ' If it\'s not working for you and you think it\'s because of a bug, you can report it and we\'ll work on fixing it.'; echo '

'; echo 'Does '.\CMS_NAME.' Work Well?'; echo '

This one is a bit more subjective, but just as important. '; echo ' There are multiple ways to give us feedback. The following services allow you to rate and comment on '.\CMS_NAME.'. '; echo '

'; - echo '

Fork on GitHub

'; + echo '

Fork on GitHub

'; echo '

OpensourceCMS.com

'; diff --git a/include/admin/Tools.php b/include/admin/Tools.php index d5e5d99..b1e5a89 100644 --- a/include/admin/Tools.php +++ b/include/admin/Tools.php @@ -794,7 +794,7 @@ namespace gp\admin{ echo '
  • Support Forum
  • '; echo '
  • Service Providers
  • '; echo '
  • Official ' . CMS_NAME . ' Site
  • '; - echo '
  • Report A Bug
  • '; + echo '
  • Report A Bug
  • '; $links = ob_get_clean(); self::_AdminPanelLinks($in_panel, $links, 'resources', 'fa fa-globe', 'res'); diff --git a/include/common.php b/include/common.php index 3cb905c..2dc0291 100644 --- a/include/common.php +++ b/include/common.php @@ -52,7 +52,7 @@ gp_defined('CMS_NAME_FULL', 'Typesetter CMS'); gp_defined('addon_browse_path', CMS_DOMAIN . '/index.php'); gp_defined('debug_path', CMS_DOMAIN . '/index.php/Debug'); -gp_defined('gpversion', '5.3.1'); +gp_defined('gpversion', '5.3.2'); gp_defined('gp_random', \gp\tool::RandomString()); diff --git a/include/install/Installer.php b/include/install/Installer.php index 3dfee3e..6587e3e 100644 --- a/include/install/Installer.php +++ b/include/install/Installer.php @@ -814,7 +814,7 @@ class Installer{ echo ''; echo '
    '; - echo 'Help translate '.\CMS_NAME.''; + echo 'Help translate '.\CMS_NAME.''; echo '
    '; echo ''; diff --git a/include/install/Tools.php b/include/install/Tools.php index 41bd25b..44d082e 100644 --- a/include/install/Tools.php +++ b/include/install/Tools.php @@ -407,7 +407,7 @@ class Tools{

    There are many ways to contribute to our project: