diff --git a/docs/change-log.rst b/docs/change-log.rst index def1c2f..395b0a7 100644 --- a/docs/change-log.rst +++ b/docs/change-log.rst @@ -3,6 +3,21 @@ CHANGELOG All notable changes to this project will be documented in this file. +## [ 0.11.1 ] - 07-04-2020 +---------------------------------- + +- Showed warning if base domain is not set +- Check for undefined in order to pass error check +- Updated options for plugin deletion + +## [ 0.11.0 ] - 02-04-2020 +---------------------------------- + +- Used wait for element rather than setTimeOut +- Added logout event to all logout links +- Added post thumbnail and author name to Firebase Sync +- Updated Firebase script from 7.9.3 to 7.13.1 + ## [ 0.10.0 ] - 01-04-2020 ---------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 49e0c52..faf1f2d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = u'Dale Nguyen' # The short X.Y version -version = '0.11.0' +version = '0.11.1' release = version # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index d504bd3..a7344a3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -Complete Guide to Firebase WordPress Integration (v0.10.0) +Complete Guide to Firebase WordPress Integration (v0.11.1) ========================================================== This is a guilde to `Integrate Firebase PRO `_, a plugin that helps to integrate Firebase to WordPress.