From 246e90b9d616411d1ca22dd3f348ea47ccbf7ed2 Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:13:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ad89237..5be9d6dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The String Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/string/status.svg?ref=refs/heads/2.0-dev)](https://ci.joomla.org/joomla-framework/string) +# The String Package [![Build Status](https://ci.joomla.org/api/badges/joomla-framework/string/status.svg?ref=refs/heads/3.x-dev)](https://ci.joomla.org/joomla-framework/string) [![Latest Stable Version](https://poser.pugx.org/joomla/string/v/stable)](https://packagist.org/packages/joomla/string) [![Total Downloads](https://poser.pugx.org/joomla/string/downloads)](https://packagist.org/packages/joomla/string) @@ -7,12 +7,12 @@ ## Installation via Composer -Add `"joomla/string": "~2.0"` to the require block in your composer.json and then run `composer install`. +Add `"joomla/string": "~3.0"` to the require block in your composer.json and then run `composer install`. ```json { "require": { - "joomla/string": "~2.0" + "joomla/string": "~3.0" } } ``` @@ -20,5 +20,5 @@ Add `"joomla/string": "~2.0"` to the require block in your composer.json and the Alternatively, you can simply run the following from the command line: ```sh -composer require joomla/string "~2.0" +composer require joomla/string "~3.0" ``` From 96a1554ce21fea5a434221d485916590fb7cfd4e Mon Sep 17 00:00:00 2001 From: Christian Heel <66922325+heelc29@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:13:32 +0200 Subject: [PATCH 2/2] Update SECURITY.md --- SECURITY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index f86cd05b..643dd83d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,9 @@ These versions are currently being supported with security updates: | Version | Supported | | ------- | ------------------ | +| 3.x.x | :white_check_mark: | | 2.0.x | :white_check_mark: | -| 1.4.x | :white_check_mark: | +| 1.4.x | :x: | | < 1.4 | :x: | ## Reporting a Vulnerability