Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ Output ExpressionEngine data in JSON format.

- ExpressionEngine 2.6+

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

## Warning

***Not tested with categories, Assets, Matrix and Playa!***

Do thoroughly test this plugin on a local or development server before using it on a production/live server!
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.

## Installation

* Copy the /system/expressionengine/third_party/json/ folder to your /system/expressionengine/third_party/ folder
* Copy the `/system/user/addons/json/` folder to your `/system/user/addons/` folder

## Global Parameters

Expand Down Expand Up @@ -443,6 +450,15 @@ function yourCallbackFunction(data) {

## Changelog

### v1.1.9

- EE3 compatibility
- Added relationships support for grids by [ahebrank](https://github.com/ahebrank)
- Added `addon.setup.php` for EE3
- Added `README.md` for the add-on manual in the control panel (as of EE3)
- Fluid fieldtype not supported
- **Note:** not tested with Playa, Assets and Matrix

### v1.1.8

- Added `json_plugin_entries_end` and `json_plugin_members_end` hooks
Expand Down
Loading