Skip to content

Commit c9751f4

Browse files
authored
Merge pull request #243 from WebFiori/release-please--branches--dev
chore(dev): release 3.0.0-Beta.14
2 parents ab39702 + 8c3dd76 commit c9751f4

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [3.0.0-Beta.14](https://github.com/WebFiori/framework/compare/v3.0.0-Beta.13...v3.0.0-Beta.14) (2024-11-21)
4+
5+
6+
### Features
7+
8+
* Added More Abstraction to Cache Feature ([f51b7b9](https://github.com/WebFiori/framework/commit/f51b7b9d74ef992625a697faa09e71e1c7873f22))
9+
* Caching (Initial Prototype) ([4a063f3](https://github.com/WebFiori/framework/commit/4a063f3b1070b04bf81adf1ac2ea2089002adf84))
10+
* Routes Caching ([bbbacff](https://github.com/WebFiori/framework/commit/bbbacffd93174662a6359dc3b6c51a3e1db74dd6))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* Added Documentation ([697155f](https://github.com/WebFiori/framework/commit/697155f3904a7fbaac37421bc0b75e31d1fd932a))
16+
* Added Please Release Manifest and Config ([25970da](https://github.com/WebFiori/framework/commit/25970da8ea98c77a3bf9dd44ae443e8fc5cbb7c6))
17+
* Added Release Please Config & Manifest ([3b6273c](https://github.com/WebFiori/framework/commit/3b6273c644189f8e52a22b38041921eeab15c7f3))
18+
* Added Release Please to Workflow ([6da66a3](https://github.com/WebFiori/framework/commit/6da66a3eed187878aaa5557765537e65a9f00853))
19+
* Change Target Branch for Release Please ([452b9ff](https://github.com/WebFiori/framework/commit/452b9ff4f3919d6416c4ce55316a5b1325482437))
20+
* Configuration for Please Release ([33caa13](https://github.com/WebFiori/framework/commit/33caa13908911242236e7f22e7ce603f41c63207))
21+
* release 3.0.0-Beta.14 ([872a0ec](https://github.com/WebFiori/framework/commit/872a0ec0cf732dbe1e2ef3e11d51d79d68b2fb8b))
22+
* Remove Unused Imports ([53288a9](https://github.com/WebFiori/framework/commit/53288a9063a672bb37da06e6d6e15a492d57b45b))
23+
* Run CS Fixer ([13f2dde](https://github.com/WebFiori/framework/commit/13f2dde9bc289ea682a045a8c8ab10c7edaf8891))
24+
* Updated CI Config ([2f14e35](https://github.com/WebFiori/framework/commit/2f14e354fb6d0017197def88049e71e7a3f46f95))
25+
* Updated Framework Version ([f27a583](https://github.com/WebFiori/framework/commit/f27a583ffa12f4d8aecb5682a2e58c78f191c095))

composer.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,17 @@
1818
"ext-mbstring": "*",
1919
"ext-fileinfo": "*",
2020
"ext-openssl": "*",
21-
"webfiori/http":"v3.3.14",
22-
"webfiori/file":"v1.3.6",
23-
"webfiori/jsonx":"v3.3.0",
24-
"webfiori/ui":"v2.6.3",
25-
"webfiori/collections":"v1.1.4",
26-
"webfiori/database":"v0.8.11",
27-
"webfiori/cli":"v1.3.0",
28-
"webfiori/mailer":"v1.2.0",
29-
"webfiori/err":"v1.1.0"
30-
},
31-
"require-dev": {
32-
21+
"webfiori/http": "v3.3.14",
22+
"webfiori/file": "v1.3.6",
23+
"webfiori/jsonx": "v3.3.0",
24+
"webfiori/ui": "v2.6.3",
25+
"webfiori/collections": "v1.1.4",
26+
"webfiori/database": "v0.8.11",
27+
"webfiori/cli": "v1.3.0",
28+
"webfiori/mailer": "v1.2.0",
29+
"webfiori/err": "v1.1.0"
3330
},
31+
"require-dev": {},
3432
"autoload": {
3533
"psr-4": {
3634
"webfiori\\framework\\": "webfiori/framework/"

0 commit comments

Comments
 (0)