Skip to content

Commit 3aad862

Browse files
committed
bump 1.0.0
1 parent 3cd3fd1 commit 3aad862

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [1.0.0] - 2025-02-04
9+
10+
### Added
11+
- Automated Tests
12+
13+
### Fixed
14+
- Improve code quality
15+
816
## [0.1.0] - 2024-02-01
917

1018
### Added

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "mbissonho/module-remember-admin-last-page",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "This module allow a admin user to come back to the same page(order, customer or config management) when it's session expires.",
55
"type": "magento2-module",
66
"require": {
7-
"magento/framework": "*"
7+
"magento/framework": "*",
8+
"magento/module-backend": "*"
89
},
910
"license": [
1011
"Apache-2.0"
@@ -14,6 +15,10 @@
1415
"name": "Mateus Bissonho(mbissonho)"
1516
}
1617
],
18+
"scripts": {
19+
"php74-compatibility": "phpcs --parallel=10 --extensions=php,phtml -p . --standard=PHPCompatibility --runtime-set testVersion 7.4-",
20+
"magento2-standard": "phpcs -p . --standard=magento2 -n --parallel=10"
21+
},
1722
"autoload": {
1823
"files": [
1924
"registration.php"

0 commit comments

Comments
 (0)