forked from craftcms/feed-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.json
128 lines (127 loc) · 6.15 KB
/
changelog.json
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"version": "1.4.12",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.12.zip",
"date": "2016-07-06T01:00:00+10:00",
"notes": [
"[Improved] Altered terminology around Duplication Handling to hopefully be more clearer.",
"[Fixed] Protect against errors on Feed Me index page when sections/entry types no longer exist.",
"[Fixed] Fixed mapping issues with Table field inside Matrix blocks.",
"[Fixed] Fixed Dropdown field matching via Label, not Value."
]
},
{
"version": "1.4.11",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.11.zip",
"date": "2016-04-25T19:30:00+10:00",
"notes": [
"[Fixed] Fixed issue with XML parsing and special characters encoding incorrectly."
]
},
{
"version": "1.4.10",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.10.zip",
"date": "2016-04-14T06:30:00+10:00",
"notes": [
"[Fixed] Fixed issue for repeatable fields containing empty values (table fields).",
"[Improved] FeedUrl attribute stored as `TEXT` column type to allow for longer URLs.",
"[Improved] Improved JSON parsing to use Yii's JsonHelper class, with better logging when failing."
]
},
{
"version": "1.4.9",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.9.zip",
"date": "2016-03-15T22:25:00+10:00",
"notes": [
"[Fixed] Fixed issue with utf8 encoding for feeds.",
"[Improved] Improvements to matrix processing."
]
},
{
"version": "1.4.8",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.8.zip",
"date": "2016-03-03T10:00:00+10:00",
"notes": [
"[Added] Fix for json parsing when special characters in feed content.",
"[Improved] Better logging when a feed cannot be parsed."
]
},
{
"version": "1.4.7",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.7.zip",
"date": "2016-02-29T01:00:00+10:00",
"notes": [
"[Added] Added support for locales - set which locale you want your feed to go to.",
"[Added] Added support for non-http protocols for feeds (ftp://, file://, etc) [#29](https://github.com/engram-design/FeedMe/issues/29)"
]
},
{
"version": "1.4.6",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.6.zip",
"date": "2016-01-20T13:00:00+10:00",
"notes": [
"[Fixed] Fixed an issue where an error would be incorrectly thrown when Add duplication handling is used."
]
},
{
"version": "1.4.5",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.5.zip",
"date": "2016-01-13T18:15:00+10:00",
"notes": [
"[Fixed] Fixed issue with plugin release feed url."
]
},
{
"version": "1.4.4",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.4.zip",
"date": "2015-12-28T13:10:00+10:00",
"notes": [
"[Fixed] Fixed issue with irregular nested elements. See [#24](https://github.com/engram-design/FeedMe/issues/24#issuecomment-167106972)."
]
},
{
"version": "1.4.3",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.3.zip",
"date": "2015-12-01T19:35:00+10:00",
"notes": [
"[Fixed] Check for both numeric and string single-string arrays. Particularly an issue for JSON feeds."
]
},
{
"version": "1.4.2",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.2.zip",
"date": "2015-11-28T00:35:00+10:00",
"notes": [
"[Improved] Minor improvements for plugin icons."
]
},
{
"version": "1.4.1",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.1.zip",
"date": "2015-11-27T09:45:00+10:00",
"notes": [
"[Fixed] Fix css/js resources filename, which did not commit properly."
]
},
{
"version": "1.4.0",
"downloadUrl": "https://github.com/engram-design/FeedMe/archive/1.4.0.zip",
"date": "2015-11-26T00:00:00+10:00",
"notes": [
"[Added] Craft 2.5 support, including release feed and icons.",
"[Improved] Code cleanup and refactoring field-mapping logic for performance and sanity.",
"[Improved] Rewritten Matrix/Table mapping and processing logic. **Matrix and Table fields will need to be re-mapped**.",
"[Improved] Removed Super Table native support - please ensure you have the 0.3.9 release of Super Table. **Super Table fields will need to be re-mapped**.",
"[Improved] Less strict user matching - should match against almost any value related to user.",
"[Improved] Allow for Environment Variables to be used in the feed url.",
"[Improved] Better feedback on feed failure. Will fail task if _any_ feed node encounters an issue, and will show the red failed task indicator (prompting you to look at the logs).",
"[Fixed] Fix for mapping multiple Matrix blocks being out of order from original feed.",
"[Fixed] Fix issue with task not firing when running from Control Panel. In some cases, this meant not even logging information was being recorded if something went wrong. This did not effect running directly.",
"# Third-Party Hooks",
"[Added] Added `registerFeedMeMappingOptions` for third-party fieldtypes to control the options for mapping feed nodes to field data.",
"[Added] Added `postForFeedMeFieldType` for third-party fieldtypes to modify entry data before being saved to entry.",
"[Added] Added documentation for hooks. Refer to [Wiki](https://github.com/engram-design/FeedMe/wiki/Hooks).",
"[Improved] Modified third-party hooks `prepForFeedMeFieldType` so it actually works! Thanks go to [@lindseydiloreto](https://github.com/lindseydiloreto)."
]
}
]