-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
40 lines (22 loc) · 1.34 KB
/
changelog.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
# Changelog
## 1.1.5 | February 12, 2025
- Fixed a minor issue with "Reprocess" feed logic.
- Fixed issue where incompatible feeds were shown in the "Process Feeds" modal.
## 1.1.4 | January 29, 2025
- Added new updater icon and banner.
## 1.1.3 | January 15, 2025
- Fixed issue where navigating to Forms » Entries (without selecting a form), selecting all entries, then clicking Process Feeds would result in all entries across all forms being processed rather than the current form being shown. This was due to a reliance on the `id` query parameter which was not available in this context. Additionally, a check has put in place in case a form ID is not passed.
## 1.1.2 | December 18, 2024
- Added reprocess feeds UI option.
## 1.1.1 | December 10, 2024
- Fixed auto-updater pointing to incorrect URLs for banner and readme.
## 1.1.0 | December 5, 2024
- Improved handling of processing thousands of entries by adding a batcher which splits up queuing into multiple requests and shows a progress bar.
## 1.0.2 | June 20, 2024
- Added a check for feed conditions prior to processing feeds. This check can be filtered using the gfff_feed_condition_met PHP filter hook.
## 1.0.1 | May 29, 2024
- Added `gfff_selected_entries` filter hook.
- Added `gfff_reprocess_feeds` filter hook.
- Added plugin banner.
## 1.0
- Time to forge a brand new world.