From d33bfcf3eda41601e100f56584a4c0da836d4c8d Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Wed, 30 Oct 2019 11:37:23 -0400 Subject: [PATCH] CHANGELOG 1.0.0 (#12) README badges --- CHANGELOG.md | 25 +++++++++++++++++++++++++ README.md | 13 ++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bb1a736 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [1.0.0](https://github.com/dynamic/silverstripe-foxy-feed-parser/tree/1.0.0) (2019-10-30) + +[Full Changelog](https://github.com/dynamic/silverstripe-foxy-feed-parser/compare/5f69af1715c3c53afefcd95e3be01b76c2a94140...1.0.0) + +**Fixed bugs:** + +- BUG incorrect variable usage in Transaction::getObject [\#3](https://github.com/dynamic/silverstripe-foxy-feed-parser/issues/3) + +**Merged pull requests:** + +- Fixed discount mapping [\#11](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/11) ([mak001](https://github.com/mak001)) +- Jenkins setup [\#9](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/9) ([jsirish](https://github.com/jsirish)) +- BUGFIX FoxyController - processFoxyRequest - urlencode data before ex… [\#8](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/8) ([jsirish](https://github.com/jsirish)) +- BUGFIX price of product not recording [\#7](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/7) ([muskie9](https://github.com/muskie9)) +- BUGFIX test controller not working properly [\#6](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/6) ([muskie9](https://github.com/muskie9)) +- ENHANCEMENT allow for retrieving encrypted data [\#5](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/5) ([muskie9](https://github.com/muskie9)) +- BUGFIX use alternate data variable for getObject [\#4](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/4) ([muskie9](https://github.com/muskie9)) +- REFACTOR remove legacy parsing code [\#2](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/2) ([muskie9](https://github.com/muskie9)) +- ADD Transaction parser [\#1](https://github.com/dynamic/silverstripe-foxy-feed-parser/pull/1) ([muskie9](https://github.com/muskie9)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/README.md b/README.md index 88d868b..0ad9825 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # SilverStripe Foxy Feed Parser -An add-on module to parse the Foxy.io datafeed. +An add-on module to parse the Foxy.io XML datafeed. + +[![Build Status](https://travis-ci.org/dynamic/silverstripe-foxy-feed-parser.svg?branch=master)](https://travis-ci.org/dynamic/silverstripe-foxy-feed-parser) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-feed-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-feed-parser/?branch=master) +[![Build Status](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-feed-parser/badges/build.png?b=master)](https://scrutinizer-ci.com/g/dynamic/silverstripe-foxy-feed-parser/build-status/master) +[![codecov](https://codecov.io/gh/dynamic/silverstripe-foxy-feed-parser/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-foxy-feed-parser) + +[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-foxy-feed-parser/v/stable)](https://packagist.org/packages/dynamic/silverstripe-foxy-feed-parser) +[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-foxy-feed-parser/downloads)](https://packagist.org/packages/dynamic/silverstripe-foxy-feed-parser) +[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-foxy-feed-parser/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-foxy-feed-parser) +[![License](https://poser.pugx.org/dynamic/silverstripe-foxy-feed-parser/license)](https://packagist.org/packages/dynamic/silverstripe-foxy-feed-parser) + ## Requirements