From a6dae18ef52e20057925b0e3a9501648688962e3 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 10 Jan 2019 21:30:56 +0000 Subject: [PATCH] Bump v1.0.3 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9822eb..b9ac51b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.3 - 2019-01-10 +### Added +- Postgres support +- Max limit of 99 elements in history + ## 1.0.2 - 2019-01-08 ### Updated - Fixed null state issue when combined with ordering diff --git a/composer.json b/composer.json index 13bbc0b..3716983 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mattgrayisok/craft-recently-viewed", "description": "Craft CMS plugin to find recently viewed elements of any type.", "type": "craft-plugin", - "version": "1.0.2", + "version": "1.0.3", "keywords": [ "craft", "cms",