diff --git a/README.md b/README.md index a7a8b80..389543a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Pixel GoogleMyBusiness +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.2-green)](https://php.net/) +[![Minimum Prestashop Version](https://img.shields.io/badge/prestashop-%3E%3D%201.7.6.0-green)](https://www.prestashop.com) +[![GitHub release](https://img.shields.io/github/v/release/Pixel-Open/prestashop-googlemybusiness)](https://github.com/Pixel-Open/prestashop-googlemybusiness/releases) + ## Presentation GoogleMyBusiness is a Prestashop module to import and display any Google place data on the frontend. diff --git a/pixel_googlemybusiness.php b/pixel_googlemybusiness.php index 8c6cc11..0349453 100644 --- a/pixel_googlemybusiness.php +++ b/pixel_googlemybusiness.php @@ -22,8 +22,8 @@ class Pixel_googlemybusiness extends Module implements WidgetInterface public function __construct() { $this->name = 'pixel_googlemybusiness'; - $this->version = '1.0.0'; - $this->author = 'Pixel'; + $this->version = '1.0.1'; + $this->author = 'Pixel Open'; $this->tab = 'front_office_features'; $this->need_instance = 0; $this->bootstrap = true;