Skip to content

Commit

Permalink
Documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
magentix committed May 12, 2023
1 parent 703ff46 commit 65d6050
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.4

- Microdata added to template (@cdigruttola)
- Phone and price level added to place (@cdigruttola)
- Author URL added to review (@cdigruttola)

## 1.0.3

- Custom widget template
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ It is only possible to retrieve the last 5 reviews. Import often to accumulate t
In any template, add the following Widget:

```smarty
{widget name='pixel_googlemybusiness' display='name,rating,opening-hours,reviews'}
{widget name='pixel_googlemybusiness' display='name,phone,rating,opening-hours,reviews'}
```

**Display excepted options:**

* name: Place name (Eiffel tower)
* phone: International phone number (+33 1 22 33 44 55)
* rating: Average Rating (4/5)
* opening-hours: Opening hours (Monday: 12:00 – 19:00, Tuesday: 10:00 – 19:00...)
* review: the last reviews
Expand Down

0 comments on commit 65d6050

Please sign in to comment.