Skip to content

Commit 78912fa

Browse files
committed
Changelog cleanup
Signed-off-by: brandonkelly <[email protected]>
1 parent ed8d8ce commit 78912fa

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

CHANGELOG.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
## 3.1.6 - 2019-02-15
105105

106106
### Added
107-
- Add console command to run feeds. Refer to [docs](https://verbb.io/craft-plugins/feed-me/docs/feature-tour/trigger-import-via-cron#console-command)
107+
- Add console command to run feeds. Refer to [docs](https://docs.craftcms.com/feed-me/v4/feature-tour/trigger-import-via-cron.html#console-command)
108108
- Implement log file rotation - stop them getting out of hand
109109
- Add more date formatting options.
110110

@@ -345,7 +345,7 @@
345345
- Add offset/limit options to template params
346346

347347
### Changed
348-
- Matrix handling, particularly for XML-based feeds are much more opinionated about structure for better results. See [docs](https://verbb.io/craft-plugins/feed-me/docs/guides/importing-into-matrix#note-on-structure).
348+
- Matrix handling, particularly for XML-based feeds are much more opinionated about structure for better results. See [docs](https://docs.craftcms.com/feed-me/v4/guides/importing-into-matrix.html#note-on-structure).
349349

350350
### Fixed
351351
- Fix element fields in Matrix not mapping correctly.
@@ -656,7 +656,7 @@
656656
- Fix for CP becoming unresponsive when running a feed from the control panel directly.
657657
- Fix to ensure local-testing works as expected without a license.
658658
- Fix for Commerce Products default values not being properly sorted into variant data.
659-
- Fixed an issue when triggering feeds from CLI. Thanks to [@joshangell](https://github.com/craftcms/feed-me/pull/262).
659+
- Fixed an issue when triggering feeds from CLI. ([#262](https://github.com/craftcms/feed-me/pull/262))
660660
- Fix for date attributes not checking for falsey values before returning current date.
661661
- Fix for locale entries not having their status set as per the default section status.
662662

@@ -669,7 +669,6 @@
669669
## 2.0.8 - 2017-10-17
670670

671671
### Added
672-
- Verbb marketing (new plugin icon, readme, etc).
673672
- Add headers from feed request to special `_headers` variable for template requests
674673
- Create `feedHeaders` template call
675674
- Add commerce products fieldtype support
@@ -833,7 +832,7 @@
833832

834833
### Fixed
835834
- Properly support third-party element types.
836-
- Properly support third-party data types (thanks to [@timeverts](https://github.com/craftcms/feed-me/pull/172)).
835+
- Properly support third-party data types. ([#172](https://github.com/craftcms/feed-me/pull/172))
837836
- Fixed default value for dropdown field (when no value matches).
838837
- Better error-handling when importing into specific locale.
839838
- Ensure default start/date are correctly parsed entries/commerce.
@@ -966,7 +965,7 @@
966965

967966
### Added
968967
- Added support for locales - set which locale you want your feed to go to.
969-
- Added support for non-http protocols for feeds (ftp://, file://, etc) [#29](https://github.com/craftcms/feed-me/issues/29)
968+
- Added support for non-http protocols for feeds (ftp://, file://, etc). ([#29](https://github.com/craftcms/feed-me/issues/29))
970969

971970
## 1.4.6 - 2016-01-19
972971

@@ -981,7 +980,7 @@
981980
## 1.4.4 - 2015-12-27
982981

983982
### Fixed
984-
- Fixed issue with irregular nested elements. See [#24](https://github.com/craftcms/feed-me/issues/24#issuecomment-167106972).
983+
- Fixed issue with irregular nested elements. ([#24](https://github.com/craftcms/feed-me/issues/24#issuecomment-167106972))
985984

986985
## 1.4.3 - 2015-12-01
987986

@@ -1004,7 +1003,6 @@
10041003
- Craft 2.5 support, including release feed and icons.
10051004
- Added `registerFeedMeMappingOptions` for third-party fieldtypes to control the options for mapping feed nodes to field data.
10061005
- Added `postForFeedMeFieldType` for third-party fieldtypes to modify entry data before being saved to entry.
1007-
- Added documentation for hooks. Refer to [Wiki](https://github.com/craftcms/feed-me/wiki/Hooks).
10081006

10091007
### Changed
10101008
- Code cleanup and refactoring field-mapping logic for performance and sanity.

0 commit comments

Comments
 (0)