Skip to content

Commit 5dfd391

Browse files
authored
Merge pull request #14 from humanmade/amf-multi-support
Support new multi provider format
2 parents ec68e8f + 8762535 commit 5dfd391

File tree

7 files changed

+42
-723
lines changed

7 files changed

+42
-723
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Use another WordPress site as source for your media library.
77
AMF WordPress uses the [Asset Manager Framework](https://github.com/humanmade/asset-manager-framework) (AMF) to use another WordPress site as media source for your WordPress installation.
88
This allows you to insert images anywhere they're used in WordPress, including the Block Editor, featured images, and the Customiser, all from the same media library.
99

10-
**Note:** Currently, whatever WordPress site is set will **replace** the local media library of any site that activates this plugin.
11-
This is a limitation of AMF that we're working on fixing.
12-
1310
## Installation
1411

1512
Install with [Composer](https://getcomposer.org):

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"php": ">=7.2",
1818
"ext-json": "*",
1919
"composer/installers": "^1.0",
20-
"humanmade/asset-manager-framework": "^0.10.0"
20+
"humanmade/asset-manager-framework": "^0.11.0"
2121
},
2222
"require-dev": {
2323
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",

0 commit comments

Comments
 (0)