From cc841bc85007deb76fcd4de1f5b21a6f536af1ac Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Fri, 17 Feb 2023 10:46:10 +0100 Subject: [PATCH 1/2] Rename Readme.md file --- Readme.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 Readme.md diff --git a/Readme.md b/Readme.md deleted file mode 100644 index bcf0f66..0000000 --- a/Readme.md +++ /dev/null @@ -1,39 +0,0 @@ -# TYPO3 Extension `tender` - -![Build Status](https://github.com/jweiland-net/tender/workflows/CI/badge.svg) - -Tender is an extension for TYPO3 CMS. It shows you a list of tender entries incl. -detail view. - -Currently tender needs a mandatory relation to our TYPO3 extension service_bw2. - -## 1 Features - -* Tender brings you the functionality to provide your visitors a list of available tenders. -* Each tender can be individualized with different data like a description, downloads, a department and more. -* If you want set a timeframe in which your tender is available you can use a start and end date. -* Displaying tenders can be done with categories, this gives you more flexibility to provide designated tenders. - -## 2 Usage - -### 2.1 Installation - -#### Installation using Composer - -The recommended way to install the extension is using Composer. - -Run the following command within your Composer based TYPO3 project: - -``` -composer require jweiland/tender -``` - -#### Installation as extension from TYPO3 Extension Repository (TER) - -Download and install `tender` with the extension manager module. - -### 2.2 Minimal setup - -1) Include the static TypoScript of the extension. -2) Create tender records on a sysfolder. -3) Create a plugin on a page and select at least the sysfolder as startingpoint. From fafdd7c86164c3a41daa3caca67f1794baf65f33 Mon Sep 17 00:00:00 2001 From: Stefan Froemken Date: Fri, 17 Feb 2023 10:47:33 +0100 Subject: [PATCH 2/2] Update version to 2.0.2 --- Documentation/Changelog/Index.rst | 5 +++++ Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 2e61182..027f3c1 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -6,6 +6,11 @@ Change log ========== +Version 2.0.2 +============= + +* Rename Readme.md to README.md + Version 2.0.1 ============= diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 4d55488..3a267a0 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -25,7 +25,7 @@ project = tender # ... (recommended) version, displayed next to title (desktop) and in 'jweiland.net', 'state' => 'stable', 'clearCacheOnLoad' => false, - 'version' => '2.0.1', + 'version' => '2.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.29-10.4.99',