Skip to content

Commit ff90d64

Browse files
committed
chore: update readme and changelog
1 parent 01723cf commit ff90d64

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [1.0.0] - 2024-11-06
99
### Added
1010
- Initial version

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Magento 2 Smart reCaptcha Loader
22

3-
[![Latest Stable Version](https://poser.pugx.org/serfe/magento2-smart-recaptcha-loader/version)](https://packagist.org/packages/serfe/magento2-smart-recaptcha-loader)[![License](http://poser.pugx.org/serfe/magento2-smart-recaptcha-loader/license)](https://packagist.org/packages/serfe/magento2-smart-recaptcha-loader)
3+
[![Latest Stable Version](https://poser.pugx.org/serfe/magento2-smart-recaptcha-loader/version)](https://packagist.org/packages/serfe/magento2-smart-recaptcha-loader)
44

55
Boost your Magento 2 store's performance and user experience with the **Smart reCaptcha Loader** module. This extension loads the reCAPTCHA API only when users interact with form fields, improving initial page load times without compromising security.
66

@@ -47,7 +47,8 @@ To install the **Smart reCaptcha Loader** module, follow these steps:
4747
bin/magento setup:upgrade
4848
bin/magento cache:clean
4949
```
50-
### Integration with Magento reCAPTCHA Settings
50+
51+
## Integration with Magento reCAPTCHA Settings
5152

5253
The **Smart reCaptcha Loader** module is fully compatible with all Magento-native reCAPTCHA settings for the storefront. It supports flexible integration with reCAPTCHA v2 challenge (Invisible and "I am not a robot") and reCaptcha v3 (Invisible) score based variants, ensuring seamless protection across various customer interaction points. This includes areas such as Customer Login, Account Creation, Contact Us, Product Reviews, Checkout, and more.
5354

@@ -65,3 +66,7 @@ If you wish to have some changes done into this module to adapt it to your speci
6566
### Contributing
6667

6768
We welcome contributions to this module. To contribute, fork the repository, make your changes, and submit a pull request.
69+
70+
---
71+
72+
<sub>This module was inspired by [Magento Security Package PR #334](https://github.com/magento/security-package/pull/334).</sub>

0 commit comments

Comments
 (0)