Skip to content

Commit a49fd0d

Browse files
committed
Release v1.1.0-rc.1
1 parent def1c57 commit a49fd0d

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [undecided] - unreleased
7+
## [1.1.0-rc.1] - 2025-04-25
88

99
### Added
1010
- Image Captcha Protection to prevent automated bot submissions.
@@ -27,3 +27,7 @@ This is the stable release of v1.0.0. No changes have been made since v1.0.0-rc.
2727
- Frontend progress bar style indication for password strength
2828
- Button for generating strong password
2929
- Button for show/hide password in password fields
30+
31+
[1.1.0-rc.1]: https://github.com/OXID-eSales/security-module/compare/v1.0.0...v1.1.0-rc.1
32+
[1.0.0]: https://github.com/OXID-eSales/security-module/compare/v1.0.0-rc.1...v1.0.0
33+
[1.0.0-rc.1]: https://github.com/OXID-eSales/security-module/releases/tag/v1.0.0-rc.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ A collection of security features for OXID eShop
1414
This module assumes you have OXID eShop Compilation version 7.3.0 installed.
1515

1616
### Branches
17-
* `b-7.3.x` - compatible with OXID eShop b-7.3.x branch
18-
* 1.0.0.x versions (or b-7.2.x branch) - compatible with OXID eShop compilation 7.2.x. b-7.2.x shop compilation branches
17+
* 1.1.0.x versions (or b-7.3.x branch) are compatible with OXID eShop compilation 7.3.x. b-7.3.x shop compilation branches
18+
* 1.0.0.x versions (or b-7.2.x branch) are compatible with OXID eShop compilation 7.2.x. b-7.2.x shop compilation branches
1919

2020
# Development installation
2121

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'de' => 'Werkzeuge zum Schutz Ihres Shops und zur Sicherung von Kundenkonten.'
2727
],
2828
'thumbnail' => 'logo.png',
29-
'version' => '1.0.0',
29+
'version' => '1.1.0-rc.1',
3030
'author' => 'OXID eSales AG',
3131
'url' => 'https://github.com/OXID-eSales/security-module',
3232
'email' => 'info@oxid-esales.com',

0 commit comments

Comments
 (0)