Skip to content

Commit

Permalink
Author and version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
magentix committed Oct 14, 2022
1 parent 71415af commit 3a3de81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions pixel_googlemybusiness.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3a3de81

Please sign in to comment.