# Changelog
All notable changes to this project are documented in this file.

## [1.7.2 - 2019-08-12](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.7.2)

### Bug Fixes
* Fixed the issue of settings not being saved without Bot Token.

## [1.7.1 - 2019-08-11](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.7.1)
### Enhancements
* Improved compatibility with different browsers.
* Improved the code as per WPCS.

### Bug Fixes
* Fixed the issue of settings not being saved without Bot Token.

## [1.7.0 - 2019-07-23](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.7.0)
### Enhancements
* Migrated from CMB2 to React for settings page.
* Added Guternberg block for Ajax Widget.
* Removed Widget Messages list in favour of Ajax Widget.
* Bot Token is no more required for the ajax widget to work.
* Made the ajax widget search form visible again.
* Search form results are now displayed in the same iframe, instead of new tab.

### Bug Fixes
* Fixed the Google Script URL not being used.

## [1.6.2 - 2019-07-6](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.6.2)
### Enhancements
* Change Join Link to channel link

### Bug Fixes
* Fixed the issue with click on links

## [1.6.1 - 2019-06-28](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.6.1)
### Enhancements
* Fix the upgrade to new rewrite rules

## [1.6.0 - 2019-06-28](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.6.1)
### Enhancements
* Added the new ajax widget with fixed height and infinite scroll
* Added Added support for Google Script to bypass the ban on t.me.
* Added filters to inject custom widget styles.

## [1.6.0 - 2019-06-28](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.6.0)
### Enhancements
* Added the new ajax widget with fixed height and infinite scroll
* Added Added support for Google Script to bypass the ban on t.me.
* Added filters to inject custom widget styles.

## [1.5.0 - 2019-04-2](https://github.com/manzoorwanijk/wptelegram/releases/tag/v1.5.0)
### Enhancements
* Added Gutengerg blocks for the channel feed.
* Added Gutenberg block to embed any Telegram Message.
* Moved update trigger URL out of wp-admin.
* Added WP Telegram integration to avoid the need for separate bot

## [1.4.0 - 2019-01-12](https://github.com/manzoorwanijk/wptelegram-widget/releases/tag/v1.4.0)
### Bug Fixes
* Moved the widget message links to front-end
* Added Russian translation
* Fixed the issue with Cyrillic characters in the widget

## [1.3.4 - 2018-11-11](https://github.com/manzoorwanijk/wptelegram-widget/releases/tag/1.3.4)
* Bundled CMB2 to handle the dependency

## [1.3.3 - 2018-11-11](https://github.com/manzoorwanijk/wptelegram-widget/releases/tag/1.3.3)
* Prepare for WP Telegram 2.0.0

## 1.3.2
* Fixed the DOMDocument error when allow_url_fopen is off
* Switched to normal HTTP requests to fetch the remote HTML

## 1.3.1
* Fixed the Parse Error in older PHP versions

## 1.3.0
* Major upgrade
* Fixes the static width of widgets
* Auto remove deleted messages
* Performance improvements

## 1.2.0
* Fixed the problem with empty widget title
* Universalized Telegram Bot API Library
* Minor fixes

## 1.1.2
* Fixed the CSS issue with message width

## 1.1.1
* Fixed the CSS issue with narrow sidebars

## 1.1.0
* Added Messages List Table
* Added Manual pulling of the messages

## 1.0.0
* Initial Release.