Skip to content

Commit fdaa43e

Browse files
committed
Merge branch '3.x' into 4.x
2 parents d8b6016 + f654e9e commit fdaa43e

File tree

17 files changed

+131
-14555
lines changed

17 files changed

+131
-14555
lines changed

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.2'
19+
php-version: '8.3'
2020
coverage: none
2121

2222
- name: Install composer dependencies

CHANGELOG.md

+38-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
All notable changes to `Bolt` will be documented in this file
44

5+
## v3.0.84 - 2025-04-05
6+
7+
### What's Changed
8+
9+
* change Designer trait to class by @atmonshi in https://github.com/lara-zeus/bolt/pull/366
10+
11+
this internal change, but if you're using custom designer, make sure to update the namespace.
12+
13+
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/v3.0.83...v3.0.84
14+
15+
## v3.0.83 - 2025-04-05
16+
17+
### What's Changed
18+
19+
* add new export action to support queues by @atmonshi in https://github.com/lara-zeus/bolt/pull/358
20+
21+
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/v3.0.82...v3.0.83
22+
23+
## v3.0.82 - 2025-04-04
24+
25+
### What's Changed
26+
27+
* fix handling preset datasource by @atmonshi in https://github.com/lara-zeus/bolt/pull/364
28+
29+
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/v3.0.81...v3.0.82
30+
31+
## v3.0.81 - 2025-03-27
32+
33+
### What's Changed
34+
35+
* Cache preset by @atmonshi in https://github.com/lara-zeus/bolt/pull/363
36+
37+
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/v3.0.80...v3.0.81
38+
539
## v3.0.80 - 2025-03-18
640

741
### What's Changed
@@ -178,6 +212,10 @@ if you need to change this to use another model, add the following in your confi
178212

179213

180214

215+
216+
217+
218+
181219
```
182220
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/v3.0.64...v3.0.65
183221

@@ -743,14 +781,10 @@ and you can remove the fork for `alperenersoy/filament-export`
743781
- add more tests by @atmonshi in https://github.com/lara-zeus/bolt/pull/94
744782
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/1.2.6...1.2.7
745783
## 1.2.6 - 2023-07-04
746-
747784
### What's Changed
748-
749785
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/lara-zeus/bolt/pull/91
750786
- update all dependecies by @atmonshi in https://github.com/lara-zeus/bolt/pull/93
751-
752787
**Full Changelog**: https://github.com/lara-zeus/bolt/compare/1.2.5...1.2.6
753-
754788
## 1.2.5 - 2023-07-02
755789

756790
### What's Changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"lara-zeus/core": "*",
3535
"lara-zeus/filament-plugin-tools": "^1.0",
3636
"lara-zeus/list-group": "^1.0",
37+
"pxlrbt/filament-excel": "^2.4",
3738
"secondnetwork/blade-tabler-icons": "^3.30"
3839
},
3940
"require-dev": {

0 commit comments

Comments
 (0)