-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
47 lines (31 loc) · 1012 Bytes
/
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
=== Auto Copy Posts for WordPress ===
Author: Nick Stewart
Author URI: https://nickstewart.me
Tags: sync, copy, posts
Requires at least: 5.3
Tested up to: 6.1.1
Stable tag: 1.5.0
Requires PHP: 8.0
Sync posts from one Wordpress site to another
== Description ==
A simple WordPress plugin that can sync posts from one WordPress site to another using the REST API.
== Changelog ==
= 1.5 =
- Fixed a possible bug with reusing Blade global name
- Fixed a bug with images always being copied, even if they were copied in the past
- Added ability to delete duplicate images, from the above bug
= 1.4 =
- Bug fix, include Action Scheduler correctly
= 1.3 =
- Added ability to delete all synced posts
- Added a table in the settings that shows all synced post
- Bug fixes with title matching
= 1.2 =
- Added title option matching
- Added option to download post images
- Bug fixes
= 1.1 =
- Remove plugin settings and actions when uninstalling
- Created plugin settings page
= 1.0 =
- The plugin creation