Skip to content

Latest commit

 

History

History
103 lines (78 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

103 lines (78 loc) · 2.17 KB

Change Log

All notable changes to this project will be documented in this file.

Unreleased

Changed

  • Added support for Django 2.0.

0.7.0 - 2017-11-24

Changed

  • Improved support for later Django versions

0.6.0 - 2017-11-07

Removed

  • Support for deprecated Django versions 1.7, 1.9
  • Removed Python 3.3 from test matrix

0.5.0 - 2017-03-01

Changed

  • Updated authentication redirect for Chrome postMessage change

0.4.8 - 2016-11-11

Changed

  • Bugfix with items()/iteritems() dependence in login_required decorator

0.4.7 - 2016-10-19

Added

  • Django 1.10 support

Removed

  • Dependence on six package

0.4.6 - 2015-12-25

Changed

  • Fix OAuth regression

0.4.5 - 2015-12-23

Changed

  • Include templates in package

0.4.4 - 2015-12-19

Changed

  • Actual Django 1.9 compatibility

0.4.3 - 2015-12-19

Changed

  • Django 1.9 compatibility
  • Better PEP8 conformity

0.4.2 - 2015-05-17

Changed

  • More Python 3 support

0.4.1 - 2015-05-17

Changed

  • Improve Python 3 support

0.4.0 - 2015-05-07

Changed

  • Updated ShopifyAPI dependency to v2.1.2

0.3.1 - 2014-12-06

Added

Changed

  • AbstractShopUser.token now has a default value to allow easy resetting
  • Improvements to README

0.3.0 - 2014-10-22

Added

  • Context processor to add common variables to templates

Changed

  • Major rewrite and update of README

0.2.5 - 2014-09-28

Added

  • Support for Django 1.7
  • A login_required decorator to handle passing off Shopify authentication parameters to the login URL

Removed

  • Support for any version of Django < 1.7

Fixed

  • Numerous issues with packaging and distribution of templates

0.1.6 - 2014-08-25

Fixed

  • Move imports inside initialize() method so that we don’t break things on initial setup

0.1.5 - 2014-08-25

Added

  • Added api module for TastyPie-supported models
  • Initialise properly
  • Add dynamic session property to user

Changed

  • Swapped to setuptools for distribution

0.1.0 - 2014-04-04

Added

  • Initial package structure
  • Custom models and decorators to support Shopify authentication