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)
This commit is contained in:
gtbu 2025-10-22 13:35:31 +02:00
parent 55db91f597
commit e188a504f6
8 changed files with 11 additions and 11 deletions

View file

@ -1,4 +1,4 @@
Addon_Name = 'Typesetter Core'
Addon_Unique_ID = 40
Addon_Version = 5.3.1
Addon_Version = 5.3.2

View file

@ -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

View file

@ -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",

View file

@ -16,7 +16,7 @@ class About{
echo '<p>You\'re currently using version '.\gpversion.' of our free, open source and easy to use content management system.';
echo ' Our code is <a href="https://github.com/gtbu/Typesetter-5.3-p8">hosted on GitHub</a> ';
echo ' Our code is <a href="https://github.com/gtbu/typesetter-5.3-p8">hosted on GitHub</a> ';
echo 'and licensed under version 2 of the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License</a>. ';
echo '</p>';
@ -35,14 +35,14 @@ class About{
echo '<i>Does '.\CMS_NAME.' Work?</i>';
echo '<p>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 <a href="https://github.com/gtbu/Typesetter-5.3-p8/issues">report it</a> 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 <a href="https://github.com/gtbu/typesetter-5.3-p8/issues">report it</a> and we\'ll work on fixing it.';
echo '</p>';
echo '<i>Does '.\CMS_NAME.' Work Well?</i>';
echo '<p>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 '</p>';
echo '<p><a href="https://github.com/gtbu/Typesetter-5.3-p8" target="_blank">Fork on GitHub</a></p>';
echo '<p><a href="https://github.com/gtbu/typesetter-5.3-p8" target="_blank">Fork on GitHub</a></p>';
echo '<p><a href="https://www.opensourcecms.com/typesetter-cms/" target="_blank">OpensourceCMS.com</a></p>';

View file

@ -794,7 +794,7 @@ namespace gp\admin{
echo '<li><a href="' . CMS_DOMAIN . '/Forum">Support Forum</a></li>';
echo '<li><a href="' . CMS_DOMAIN . '/Services">Service Providers</a></li>';
echo '<li><a href="' . CMS_DOMAIN . '">Official ' . CMS_NAME . ' Site</a></li>';
echo '<li><a href="https://github.com/gtbu/Typesetter-5.3-p8/issues">Report A Bug</a></li>';
echo '<li><a href="https://github.com/gtbu/typesetter-5.3-p8/issues">Report A Bug</a></li>';
$links = ob_get_clean();
self::_AdminPanelLinks($in_panel, $links, 'resources', 'fa fa-globe', 'res');

View file

@ -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());

View file

@ -814,7 +814,7 @@ class Installer{
echo '</select>';
echo '<div class="sm">';
echo '<a href="https://github.com/gtbu/Typesetter-5.3-p8/tree/main/include/languages" target="_blank">Help translate '.\CMS_NAME.'</a>';
echo '<a href="https://github.com/gtbu/typesetter-5.3-p8/tree/main/include/languages" target="_blank">Help translate '.\CMS_NAME.'</a>';
echo '</div>';
echo '</form>';

View file

@ -407,7 +407,7 @@ class Tools{
<hr/>
<p>There are many ways to contribute to our project:</p>
<ul>
<li>Fork ' . CMS_NAME . ' on <a href="https://github.com/gtbu/Typesetter-5.3-p8" target="_blank" rel="nofollow">github</a>.</li>
<li>Fork ' . CMS_NAME . ' on <a href="https://github.com/gtbu/typesetter-5.3-p8" target="_blank" rel="nofollow">github</a>.</li>
<li>Like us on <a href="https://www.facebook.com/Typesetter.cms" target="_blank" rel="nofollow">Facebook</a>.</li>
<li>Follow us on <a href="https://twitter.com/TypesetterCMS" target="_blank" rel="nofollow">Twitter</a>.</li>
</ul>