|
1 | | -Changelog |
2 | | -================================================== |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## Release v0.4.6 - Feb 02, 2023 |
| 4 | + |
| 5 | +- Added `auth` option for foriegn IDs. |
| 6 | +- Updated Engine stuffs. |
| 7 | +- fixed some bugs. |
3 | 8 |
|
4 | 9 | ## Release v0.4.5 - Aug 15, 2022 |
5 | 10 |
|
6 | | -- Fixed generated resources management. |
7 | | -- Fixed controller namespace issue. |
8 | | -- Fixed api middlewares management. |
9 | | -- Added `uuid` option in resource generate. |
10 | | -- fixed some bugs |
| 11 | +- Fixed generated resources management. |
| 12 | +- Fixed controller namespace issue. |
| 13 | +- Fixed api middlewares management. |
| 14 | +- Added `uuid` option in resource generate. |
| 15 | +- fixed some bugs |
11 | 16 |
|
12 | 17 | ================================================== |
13 | 18 |
|
14 | 19 | ## Release v0.4.0 - Aug 10, 2022 |
15 | 20 |
|
16 | | -- Moved Builder and resources Links to header. |
17 | | -- Updated UI. |
| 21 | +- Moved Builder and resources Links to header. |
| 22 | +- Updated UI. |
18 | 23 |
|
19 | 24 | ================================================== |
20 | 25 |
|
21 | 26 | ## Release v0.3.8 - Aug 04, 2022 |
22 | 27 |
|
23 | | -- Added `sendgrid` and `smtp` mail driver in email settings. |
24 | | -- Added new config file for adminr only. |
25 | | -- Added caching for the dynamic setting values. |
26 | | -- Added session driver as database by default. |
| 28 | +- Added `sendgrid` and `smtp` mail driver in email settings. |
| 29 | +- Added new config file for adminr only. |
| 30 | +- Added caching for the dynamic setting values. |
| 31 | +- Added session driver as database by default. |
27 | 32 |
|
28 | 33 | ================================================== |
29 | 34 |
|
30 | 35 | ## Release v0.3.5 - Jul 03, 2022 |
31 | 36 |
|
32 | | -- Fixed routes generation service. |
33 | | -- Now generating routes in the `admin.php` and `api.php` instead of separate `json` file. |
| 37 | +- Fixed routes generation service. |
| 38 | +- Now generating routes in the `admin.php` and `api.php` instead of separate `json` file. |
34 | 39 |
|
35 | 40 | ================================================== |
36 | 41 |
|
37 | 42 | ## Release v0.3.2 - Jun 26, 2022 |
38 | 43 |
|
39 | | -- Fixed adminr home reference url in landing page. |
| 44 | +- Fixed adminr home reference url in landing page. |
40 | 45 |
|
41 | 46 | ================================================== |
42 | 47 |
|
43 | 48 | ## Release v0.3.1 - Jun 26, 2022 |
44 | 49 |
|
45 | | -- Fixed issue [#5](https://github.com/thedevsbuddy/adminr/issues/5). |
46 | | -- Added some required methods in `AuthController` for api. |
47 | | -- Added api auth related routes in `api.php` route file. |
48 | | -- Added password updated mail template in seeder. |
| 50 | +- Fixed issue [#5](https://github.com/thedevsbuddy/adminr/issues/5). |
| 51 | +- Added some required methods in `AuthController` for api. |
| 52 | +- Added api auth related routes in `api.php` route file. |
| 53 | +- Added password updated mail template in seeder. |
49 | 54 |
|
50 | 55 | ================================================== |
51 | 56 |
|
52 | 57 | ## Release v0.3.0 - Jun 21, 2022 |
53 | 58 |
|
54 | | -- Added ```foreignId``` data type. |
| 59 | +- Added `foreignId` data type. |
55 | 60 |
|
56 | 61 | ================================================== |
| 62 | + |
57 | 63 | ## Release v0.2.5 - May 02, 2022 |
58 | 64 |
|
59 | | -- Added Default mail templates. |
60 | | -- Added registration email verifications. |
61 | | -- Added Queues for sending emails. |
62 | | -- Added Settings for features like toggle ```email verification``` and toggle ```Email Queue``` |
| 65 | +- Added Default mail templates. |
| 66 | +- Added registration email verifications. |
| 67 | +- Added Queues for sending emails. |
| 68 | +- Added Settings for features like toggle `email verification` and toggle `Email Queue` |
63 | 69 |
|
64 | 70 | ================================================== |
65 | 71 |
|
66 | 72 | ## Release v0.2.1 - May 01, 2022 |
67 | 73 |
|
68 | | -- Added default landing page |
| 74 | +- Added default landing page |
69 | 75 |
|
70 | 76 | ================================================== |
71 | 77 |
|
72 | 78 | ## Release v0.2.0 - Apr 30, 2022 |
73 | 79 |
|
74 | | -- Now it is using ```Laravel v9.x``` and ```php v8.1.x```. |
75 | | -- Renamed ```adminr-core``` to ```adminr-engine```. |
76 | | -- ```adminr-engine``` is no more an additional ```package```. |
77 | | -- ```adminr-engine``` is now a ```core``` code build in ```AdminR```. |
| 80 | +- Now it is using `Laravel v9.x` and `php v8.1.x`. |
| 81 | +- Renamed `adminr-core` to `adminr-engine`. |
| 82 | +- `adminr-engine` is no more an additional `package`. |
| 83 | +- `adminr-engine` is now a `core` code build in `AdminR`. |
78 | 84 |
|
79 | 85 | ================================================== |
80 | 86 |
|
81 | 87 | ## Release v0.2.0-alpha1 - Apr 30, 2022 |
82 | 88 |
|
83 | | -- Now it is using ```Laravel v9.x``` and ```php v8.1.x```. |
84 | | -- Renamed ```adminr-core``` to ```adminr-engine```. |
85 | | -- ```adminr-engine``` is no more an additional ```package```. |
86 | | -- ```adminr-engine``` is now a ```core``` code build in ```AdminR```. |
| 89 | +- Now it is using `Laravel v9.x` and `php v8.1.x`. |
| 90 | +- Renamed `adminr-core` to `adminr-engine`. |
| 91 | +- `adminr-engine` is no more an additional `package`. |
| 92 | +- `adminr-engine` is now a `core` code build in `AdminR`. |
87 | 93 |
|
88 | 94 | ================================================== |
89 | 95 |
|
90 | 96 | ## Release 0.1.6 - Jan 16, 2022 |
91 | | -- Updated Adminr-core |
| 97 | + |
| 98 | +- Updated Adminr-core |
92 | 99 |
|
93 | 100 | ================================================= |
94 | 101 |
|
95 | 102 | ## Release 0.1.5 - Jan 14, 2022 |
96 | | -- Fixed the issue when it was throwing error while installing |
| 103 | + |
| 104 | +- Fixed the issue when it was throwing error while installing |
97 | 105 |
|
98 | 106 | ================================================= |
99 | 107 |
|
100 | 108 | ## Release 0.1.4 - Jan 14, 2022 |
101 | | -- Fixed the issue when it was throwing error while installing. |
| 109 | + |
| 110 | +- Fixed the issue when it was throwing error while installing. |
102 | 111 |
|
103 | 112 | ================================================= |
104 | 113 |
|
105 | 114 | ## Release 0.1.3 - Dec 31, 2021 |
106 | | -- Added register functionality. |
| 115 | + |
| 116 | +- Added register functionality. |
107 | 117 |
|
108 | 118 | ================================================= |
109 | 119 |
|
110 | 120 | ## Release 0.1.2 - Dec 30, 2021 |
111 | | -- Fixed composer.json file. |
| 121 | + |
| 122 | +- Fixed composer.json file. |
112 | 123 |
|
113 | 124 | ================================================= |
114 | 125 |
|
115 | 126 | ## Release 0.1.1 - Dec 30, 2021 |
116 | | -- Updated and removed unused routes from the admin routes file. |
| 127 | + |
| 128 | +- Updated and removed unused routes from the admin routes file. |
117 | 129 |
|
118 | 130 | ================================================= |
119 | 131 |
|
120 | 132 | ## Release 0.1.0 - Dec 30, 2021 |
121 | | -- initial release |
| 133 | + |
| 134 | +- initial release |
0 commit comments