Skip to content

Commit

Permalink
Version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
javangriff committed Nov 15, 2021
1 parent 8d82246 commit 0f1d579
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.6 - 2021-11-15

- Fix issue with `getFormattedPhone()` argument name
- Fix use of `str_replace()` instead of `preg_replace()` for regex replacement

## 1.0.5 - 2021-08-24

- Add focal point handling to `getImg()` and `getBg()`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sgroup/site-module",
"description": "A base module for S. projets and other modules to extend from for Craft CMS development.",
"version": "1.0.5",
"version": "1.0.6",
"homepage": "https://github.com/sgroupdesign/craft-site-module",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 0f1d579

Please sign in to comment.