Skip to content

Commit

Permalink
CHANGELOG 1.0.0 (#12)
Browse files Browse the repository at this point in the history
README badges
  • Loading branch information
jsirish authored Oct 30, 2019
1 parent 7d3cb6b commit d33bfcf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit d33bfcf

Please sign in to comment.