This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Releases: adinhodovic/django-google-optimize
Releases · adinhodovic/django-google-optimize
Release 0.3.0
- Bump dependencies
- Run tests for django 3.1
Release 0.2.3:
Changes:
- Use get() instead of accessing by key in-case the cookie gets deleted
Release 0.2.2:
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
v0.2.1 (#35)
Release version 0.2.0
Changes:
- Remove logging when no experiment is added
Release django-google-optimize 0.1.9
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.
Release django-google-optimize 0.1.8
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
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
Fetch A/B version based on:
- Context processor
Simplifies usage with templatetags.