Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Releases: adinhodovic/django-google-optimize

Release 0.3.0

28 Jan 11:05
53652aa
Compare
Choose a tag to compare
  • Bump dependencies
  • Run tests for django 3.1

Release 0.2.3:

08 Mar 21:27
Compare
Choose a tag to compare

Changes:

  • Use get() instead of accessing by key in-case the cookie gets deleted

Release 0.2.2:

08 Mar 20:11
Compare
Choose a tag to compare

Changes:

  • Return an empty object instead of none when failing to parse cookies
    or settings. Removes necessity of checking the google_optimize object

0.2.1

01 Mar 15:56
5f5abac
Compare
Choose a tag to compare
v0.2.1 (#35)

Release version 0.2.0

27 Feb 17:06
c47a624
Compare
Choose a tag to compare

Changes:

  • Remove logging when no experiment is added

Release django-google-optimize 0.1.9

29 Jan 15:19
Compare
Choose a tag to compare

Changes:

  • Use a model to manage and interact with the Google Experiment via the Django admin panel
  • Add an experiment cookie model for managing the current active
    experiment while developing via the Django admin panel
  • Add a model to manage the experiment variants via the Django admin panel
  • Remove configuration management from settings.py

Breaking:

  • Removed configuration management from settings.py

Check out the updated documentation.

https://pypi.org/project/django-google-optimize/0.1.9/

Release django-google-optimize 0.1.8

21 Jan 15:18
Compare
Choose a tag to compare

Breaking:

  • Context processors are removed and a middleware has been added. This is
    due to context processors not being accessible in the views.

Read the updated docs to understand how to set up the middleware.

https://pypi.org/manage/project/django-google-optimize/release/0.1.8/

Release django-google-optimize 0.1.7

20 Jan 20:44
Compare
Choose a tag to compare

Breaking:

  • Folder renamed to django_google_optimize from google_optimize, ensure you import django_google_optimize instead of google_optimize.

Major change:

  • Tox and pyproject/poetry for project management

https://pypi.org/manage/project/django-google-optimize/release/0.1.7/

Release django-google-optimize 0.1.4

17 Jan 23:41
Compare
Choose a tag to compare

Fetch A/B version based on:

  • Context processor

Simplifies usage with templatetags.

https://pypi.org/project/django-google-optimize/0.1.4/