-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
77 lines (51 loc) · 2.63 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=== WP/LR Theme Assistant ===
Contributors: TigrouMeow
Tags: wplr-extension, lightroom, wplr-sync, assistant
Donate link: https://commerce.coinbase.com/checkout/d047546a-77a8-41c8-9ea9-4a950f61832f
Requires at least: 4.8
Tested up to: 5.7
Stable tag: 0.5.4
WP/LR Theme Assistant is an extension for WP/LR Sync that allows you to create mappings between the WP/LR Sync API and the technical structure of your theme in order to automate content creation.
== Description ==
WP/LR Theme Assistant is an extension for WP/LR Sync that allows you to create mappings between the WP/LR Sync API and the technical structure of your theme in order to automate content creation. Typically, it is used to create a page containing a gallery for each of your collections in Lightroom.
=== Post Types Extension ===
This plugin replaces the former extension called 'Post Types Extension' which was originally shipped with WP/LR Sync. It is the same extension, but has evolved and still evolving based on contributions from the developers also using it.
=== Tutorial ===
It is strongly recommended to follow [this tutorial](https://meowapps.com/wplr-sync-theme-assistant/).
== Installation ==
1. Upload `wplr-theme-assistant` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Upgrade Notice ==
Replace all the files. Nothing else to do.
== Frequently Asked Questions ==
Nothing yet.
== Changelog ==
= 0.5.4 =
* Update: For better compatibility with the new version of WP/LR Sync (now called Photo Engine), the Settings have been moved under the Meow Apps menu.
= 0.5.3 =
* Update: If the post type of a synchronized post doesn't match the settings, update the post type.
* Update: Meow Gallery will be now created with the default layout instead of tiles.
= 0.5.0 =
* Fix: Name was not initialized in some case.
* Add: IDs as strings for meta field.
= 0.4.8 =
* Add: 'Block for Meow Gallery' mode
* Add: 'Shortcode Block for Gallery' mode
= 0.4.6 =
* Fix: Avoid error if a collection with no name is sent by Lightroom.
* Fix: Doesn't do anything if no Mode is chosen.
= 0.4.5 =
* Fix: 'Call to a member function get_tags_from_media()' error.
= 0.4.4 =
* Fix: With Polylang, the order of images in translated posts wasn't updated.
= 0.4.3 =
* Add: Compatibility with Polylang.
= 0.4.2 =
* Fix: The mappings were all using the same meta so it was actualy working fine only for the first one.
= 0.2.4 =
* Fix: Fix when a registered post type is removed.
= 0.2.2 =
* Add: Handle multi-mappings thanks to a new UI and architecture.
* Add: Handle the new and optimized re-ordering process of WP/LR Sync.
= 0.1.4 =
* First release.