You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Note: This is a complete refactor! Please be sure to read the docs carefully before upgrading.
7
+
8
+
* The services no longer exist; remove all references to `Services::Assets` and `Services::manifests` to avoid exceptions
9
+
* This library no longer publishes Assets; convert Manifests to the framework's new [Publisher format](https://codeigniter.com/user_guide/libraries/publisher.html)
10
+
* Many of the example Manifests now have an official Publisher equivalent at [Tatter\Frontend](https://github.com/tattersoftware/codeigniter4-frontend)
11
+
* The `DirectoryHandler` (mapping public directories to routes) has no equivalent in `v3` so be sure to create explicit bundles and routes for any you were using
12
+
* The view files have been removed and replaced by `AssetsFilter` to handle tag injection directly; read the docs on setting up the filter
13
+
14
+
For an example of converting a `v2` JSON manifest to a `v3` framework Publisher compare these files:
0 commit comments