Skip to content

Commit 647f74e

Browse files
committed
Merge branch 'main' into develop
2 parents 28e70c8 + cc316c3 commit 647f74e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
11
# Changelog
22

33
All notable changes to `oauth` will be documented in this file.
4+
5+
## v1.0.6 - 2024-10-22
6+
7+
### Temporary modifications to the configuration file variables.
8+
9+
A line has been added to solve a synchronization problem when recovering a value from the configuration file when executing migrations.
10+
11+
The variables in the configuration file are temporarily configured before finishing the process since the 'oauth' file is not required until the installation command process finishes.
12+
13+
## v1.0.5 - 2024-10-22
14+
15+
### Modified composer.json file.
16+
17+
Added v10.* in the "laravel/framework" requirement to support older versions.
18+
19+
## v1.0.4 - 2024-10-03
20+
21+
### All login modes have been moved to an Enum file.
22+
23+
An Enum file has been created to store all login modes to facilitate access to these modes in the application implementing the package and thus avoid the hardcoding or definitions of the modes.
24+
25+
## v1.0.2 - 2024-10-02
26+
27+
### Checking if OAuth user data exists.
28+
29+
Added a check if OAuth information exists in the OAuthController refresh function.
30+
31+
## Fixed an error in modifying variables in the configuration file - 2024-09-30
32+
33+
A new function has been added to the package installation command class that is responsible for modifying the value of the configuration file variables.
34+
35+
With this, the test responsible for testing said function has been created.
36+
37+
## Improved installation command performance - 2024-09-29
38+
39+
A new function has been added to the package installation command class that is responsible for modifying the value of the configuration file variables.
40+
41+
With this, the test responsible for testing said function has been created.

0 commit comments

Comments
 (0)