File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.0.0] - 2025-02-04
9
+
10
+ ### Added
11
+ - Automated Tests
12
+
13
+ ### Fixed
14
+ - Improve code quality
15
+
8
16
## [ 0.1.0] - 2024-02-01
9
17
10
18
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mbissonho/module-remember-admin-last-page" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " This module allow a admin user to come back to the same page(order, customer or config management) when it's session expires." ,
5
5
"type" : " magento2-module" ,
6
6
"require" : {
7
- "magento/framework" : " *"
7
+ "magento/framework" : " *" ,
8
+ "magento/module-backend" : " *"
8
9
},
9
10
"license" : [
10
11
" Apache-2.0"
14
15
"name" : " Mateus Bissonho(mbissonho)"
15
16
}
16
17
],
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
+ },
17
22
"autoload" : {
18
23
"files" : [
19
24
" registration.php"
You can’t perform that action at this time.
0 commit comments