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 ''; + echo ''; echo ''; 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 'There are many ways to contribute to our project: