Skip to content

Commit d69c1d0

Browse files
committed
Release 2.1.0
1 parent 499e64a commit d69c1d0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 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-
## [2.1.0] - unreleased
7+
## [2.1.0] - 2026-01-14
88

99
### Added
1010
- Extracted reusable Twig code into captcha.html.twig and password.html.twig
@@ -53,6 +53,7 @@ This is the stable release of v1.0.0. No changes have been made since v1.0.0-rc.
5353
- Button for generating strong password
5454
- Button for show/hide password in password fields
5555

56+
[2.1.0]: https://github.com/OXID-eSales/security-module/compare/v2.0.0...v2.1.0
5657
[2.0.0]: https://github.com/OXID-eSales/security-module/compare/v2.0.0-rc.3...v2.0.0
5758
[2.0.0-rc.3]: https://github.com/OXID-eSales/security-module/compare/v2.0.0-rc.2...v2.0.0-rc.3
5859
[2.0.0-rc.2]: https://github.com/OXID-eSales/security-module/compare/v2.0.0-rc.1...v2.0.0-rc.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A collection of security features for OXID eShop
1414
This module assumes you have OXID eShop Compilation version 7.4.0 installed.
1515

1616
### Branches
17-
* b-7.4.x branch is compatible with OXID eShop compilation 7.4.x
17+
* 2.1.0.x versions (or b-7.4.x branch) compatible with OXID eShop compilation 7.4.x
1818
* 2.0.0.x versions (or b-7.3.x branch) are compatible with OXID eShop compilation 7.3.x.
1919
* 1.0.0.x versions (or b-7.2.x branch) are compatible with OXID eShop compilation 7.2.x.
2020

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' => '2.0.0',
29+
'version' => '2.1.0',
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)