Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit e921a06

Browse files
committed
Reworked EE3 compatibility
1 parent 5d657f5 commit e921a06

File tree

6 files changed

+559
-13
lines changed

6 files changed

+559
-13
lines changed

README.markdown

+17-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ Output ExpressionEngine data in JSON format.
88

99
For older versions of EE use JSON version [1.0.3](https://github.com/rsanchez/json/tree/v1.0.3).
1010

11+
## Warning
12+
13+
***Not tested with Assets, Matrix and Playa fieldtypes!***
14+
15+
If you use Assets, Matrix or Playa fields do thoroughly test this plugin on a local or development server before using it on a production/live server!
16+
Since this plugin only outputs data I don't expect any damage but I will not accept any liability for any problems risen from using this plugin.
17+
1118
## Installation
1219

13-
* Copy the /system/expressionengine/third_party/json/ folder to your /system/expressionengine/third_party/ folder
20+
* Copy the `/system/user/addons/json/` folder to your `/system/user/addons/` folder
1421

1522
## Global Parameters
1623

@@ -443,6 +450,15 @@ function yourCallbackFunction(data) {
443450

444451
## Changelog
445452

453+
### v1.1.9
454+
455+
- EE3 compatibility
456+
- Added relationships support for grids by [ahebrank](https://github.com/ahebrank)
457+
- Added `system/user/addons/json/addon.setup.php` for EE3
458+
- Added `system/user/addons/json/README.md` for the add-on manual in the control panel (as of EE3)
459+
- Fluid fieldtype not supported
460+
- **Note:** not tested with Playa, Assets and Matrix
461+
446462
### v1.1.8
447463

448464
- Added `json_plugin_entries_end` and `json_plugin_members_end` hooks

0 commit comments

Comments
 (0)