From db7075133f69ce15339faaf8f20de344ea4bd445 Mon Sep 17 00:00:00 2001 From: lukeyouell <> Date: Wed, 12 Sep 2018 16:30:05 +0100 Subject: [PATCH] 1.3.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f080423..a20d584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 1.3.3 - 2018-09-12 + +### Fixed +- Custom table prefixes weren't supported when fetching logs + ## 1.3.2 - 2018-08-15 ### Fixed diff --git a/composer.json b/composer.json index 9f0c2fe..d0c7822 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "lukeyouell/craft-geocookie", "description": "Collect information about a visitor's location based on their IP address and store the information as a cookie.", "type": "craft-plugin", - "version": "1.3.2", + "version": "1.3.3", "keywords": [ "craft", "cms",