addon.ini

This commit is contained in:
g7sim 2021-11-07 17:06:04 +01:00
parent 9642ea074b
commit db8fa6e561
2 changed files with 9 additions and 13 deletions

View File

@ -2,4 +2,4 @@
Addon_Name = 'Typesetter Core'
Addon_Unique_ID = 40
Addon_Version = 5.2-p8-a2
Addon_Version = 5.3-p8.0-a2

View File

@ -1,4 +1,4 @@
*** Alpha 1 ::: This version is not yet production ready : Please wait until december !
*** Alpha 2 ; Beta 1 : Please wait until december !
<p align="center"><img src="/include/imgs/typesetter/ts-logo-color-100x100px-min.png?raw=true"/></p>
<h1 align="center">Typesetter CMS </h1>
@ -6,36 +6,31 @@
* [Typesetter Home](https://www.typesettercms.com)
* [Typesetter Download](https://www.typesettercms.com/Download)
* [Typesetter Demo](https://www.typesettercms.com/Demo)
* [Typesetter Documentation](https://www.typesettercms.com/Docs)
* [Typesetter Forum](https://www.typesettercms.com/Forum)
* [Typesetter Wiki](https://github.com/gtbu/Typesetter5.2/wiki) with more detailed instructions !
## Requirements ##
* PHP 8.0+ (this fork only)
* PHP 8.0 (this fork only)
## Installation ##
1. Download the latest stable release of Typesetter from TypesetterCMS.com
1. Download the latest stable release of Typesetter
2. Upload the extracted contents to your server
2. Upload the extracted contents to your server (with filezilla-portable)
3. Using your web browser, navigate to the folder you just uploaded the unzipped contents to
4. Complete the installation form and submit
You can find more detailed installation information on [TypesetterCMS.com](https://www.typesettercms.com/Docs/Installation)
## Contribute ##
Submitting bug fixes and enhancements is easy:
1. Log in to GitHub
2. Fork the Typesetter Repository
* https://github.com/Typesetter/Typesetter
* https://github.com/gtbu/
* Click "Fork" and you'll have your very own copy of the Typesetter source code at https://github.com/{your-username}/Typesetter
3. Edit files within your fork.
@ -49,6 +44,7 @@ Submitting bug fixes and enhancements is easy:
### Multiple Pull Requests and Edits ###
When submitting pull requests, it is extremely helpful to isolate the changes you want included from other unrelated changes you may have made to your fork of Typesetter. The easiest way to accomplish this is to use a different branch for each pull request. There are a number of ways to create branches within your fork, but GitHub makes the process very easy:
1. Start by finding the file you want to edit in Typesetter's code repository at https://github.com/Typesetter/Typesetter.
1. Start by finding the file you want to edit in Typesetter's code repository at
https://github.com/gtbu/
2. Once you have located the file, navigate to the code view and click "Edit". For example, if you want to change the /include/common.php file, the "Edit" button would appear on this page: https://github.com/Typesetter/Typesetter/blob/master/include/common.php
3. Now, edit the file as you like then click "Propose File Change"