From 719f2f5f97e7d6f08e608301b71f36392f34a59c Mon Sep 17 00:00:00 2001 From: Steven Skoczen Date: Fri, 26 Nov 2021 10:52:23 +1300 Subject: [PATCH] Adds varrocs to authors, bumps version. --- AUTHORS | 1 + README.md | 5 +++++ django_seo_js/__init__.py | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b4dafa6..e786361 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,3 +11,4 @@ Paul Craciunoiu - https://github.com/pcraciunoiu jdotjdot - https://github.com/jdotjdot zekzekus - https://github.com/zekzekus bhoop77 - https://github.com/bhoop77 +varrocs - https://github.com/varrocs diff --git a/README.md b/README.md index a17a7b9..cb80685 100644 --- a/README.md +++ b/README.md @@ -242,12 +242,17 @@ django-seo-js was originally written and is maintained by [Steven Skoczen](https - [rchrd2](https://github.com/rchrd2) fixed a breaking bug with the user agent middleware. - [thoop](https://github.com/thoop) gave you `SEO_JS_IGNORE_EXTENSIONS`, allowing you to ignore by extension. - [bhoop77](https://github.com/bhoop77) fixed the defaults to work wiht Googlebot's new setup. +- [varrocs](https://github.com/varrocs) updated the list of user agents to match prerender.io's current list. + Original development was at GreenKahuna (now defunct.) # Releases +### 0.3.5 - Nov 26, 2021 +Adds more default user agents to bring things into the present day. [issue](https://github.com/skoczen/django-seo-js/pull/41). + ### 0.3.4 - Jan 8, 2020 Fixes googlebot defaults [issue](https://github.com/skoczen/django-seo-js/issues/39). diff --git a/django_seo_js/__init__.py b/django_seo_js/__init__.py index 93194ea..4283d70 100644 --- a/django_seo_js/__init__.py +++ b/django_seo_js/__init__.py @@ -1 +1 @@ -VERSION = "0.3.4" +VERSION = "0.3.5"