Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 6adb362

Browse files
authored
Statamic v4 Support (#1)
* WIP * WIP * WIP * WIP * Commit * WIP * WIP * WIP * WIP * WIP * WIP
1 parent ae16061 commit 6adb362

19 files changed

+4990
-15835
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
vendor
33
mix-manifest.json
44
.php-cs-fixer.cache
5+
vite.hot

.php_cs-fixer.dist.php

Lines changed: 0 additions & 157 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 2.0.0 (2023-05-04)
4+
5+
- [new] Statamic 4 support
6+
- [break] Support for the previously deprecated `entry::collection/blueprint` pattern has been removed
7+
- Droppped support for Statamic 3
8+
39
## 1.0.0 (2022-05-31)
410

511
- [new] Add container option to enable linking to assets

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<!-- statamic:hide -->
22

3-
![Statamic](https://flat.badgen.net/badge/Statamic/3.2+/FF269E)
4-
![Packagist version](https://flat.badgen.net/packagist/v/jacksleight/statamic-focal-link)
5-
63
# Focal Link Fieldtype
74

85
<!-- /statamic:hide -->

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"require": {
20-
"statamic/cms": "^3.2"
20+
"statamic/cms": "^4.0"
2121
},
2222
"config": {
2323
"allow-plugins": {

dist/build/assets/addon-08426a09.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build/assets/addon-226f06c4.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/build/manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"resources/js/addon.css": {
3+
"file": "assets/addon-226f06c4.css",
4+
"src": "resources/js/addon.css"
5+
},
6+
"resources/js/addon.js": {
7+
"css": [
8+
"assets/addon-226f06c4.css"
9+
],
10+
"file": "assets/addon-08426a09.js",
11+
"isEntry": true,
12+
"src": "resources/js/addon.js"
13+
}
14+
}

0 commit comments

Comments
 (0)