Skip to content

Commit

Permalink
Merge pull request #20 from yiimaker/2.3
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
greeflas authored Jan 11, 2019
2 parents c88f198 + 827d247 commit 9a0357c
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ composer.phar
/vendor/

# PHP CS Fixer cache
php_cs.cache
.php_cs.cache
2 changes: 1 addition & 1 deletion .php_cs → .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $finder = \PhpCsFixer\Finder::create()
;

return \PhpCsFixer\Config::create()
->setCacheFile(__DIR__ . '/php_cs.cache')
->setCacheFile(__DIR__ . '/.php_cs.cache')
->setRules([
'@PSR2' => true,
'array_syntax' => [
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Social Share Change Log
=======================

2.3.1 January 11, 2019
----------------------
* Chg: Updated dev dependencies for PHP 7.3 supporting
* Fix: PHP-CS-Fixer config file name

2.3.0 September 20, 2018
------------------------
* Enh #16: Adds `enableIcons` and `enableDefaultAsset` option to the default configurator instead of `enableDefaultIcons` (greeflas, dimmitri)
Expand Down Expand Up @@ -32,7 +37,7 @@ Social Share Change Log
* Fix #5: Fixes vulnerability of `target="_blank"` (greeflas)
* Chg: Using `<!--noindex-->` comment instead of `rel="nofollow"` attribute (greeflas)

1.4.0 December 12, 2017
1.4.0 December 12, 2017
-----------------------
* Enh #2: Created driver for Tumblr (greeflas)
* Enh: Added `driverProperties` property to widget for adding of
Expand Down
Loading

0 comments on commit 9a0357c

Please sign in to comment.