Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wdmg committed Jul 8, 2023
1 parent 5404239 commit d8a76c9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

## 1.3.1 (2023-07-08)
* Update dependencies

## 1.3.0 (2023-07-07)
* Update dependencies, copyrights

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Run the script `docker/docker-init.sh` or use manual instruction:
For questions, complaints and suggestions follow to [Butterfly.CMS community](https://spectrum.chat/butterfly-cms?tab=posts)

# Status and version [ready to use]
* v.1.3.1 - Update dependencies
* v.1.3.0 - Update dependencies, copyrights.
* v.1.2.1 - Update dependencies.
* v.1.2.0 - Add Docker and update dependencies.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"homepage": "http://butterflycms.com",
"type": "project",
"license": "MIT",
"version": "1.3.0",
"version": "1.3.1",
"support": {
"issues": "https://github.com/wdmg/butterfly.cms/issues",
"source": "https://github.com/wdmg/butterfly.cms"
Expand Down Expand Up @@ -33,7 +33,7 @@
"wdmg/yii2-stats": "^1.3.0",
"wdmg/yii2-search": "^2.0.0",
"wdmg/yii2-services": "^2.0.0",
"wdmg/yii2-news": "^2.0.0",
"wdmg/yii2-news": "^2.0.1",
"wdmg/yii2-media": "^2.0.1",
"wdmg/yii2-subscribers": "^2.0.0",
"wdmg/yii2-newsletters": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion environments/dev/config/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$config = [
'id' => 'butterfly-cms-console',
'version' => '1.3.0',
'version' => '1.3.1',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'controllerNamespace' => 'app\commands',
Expand Down
2 changes: 1 addition & 1 deletion environments/dev/config/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
$config = [
'id' => 'butterfly-cms-tests',
'version' => '1.3.0',
'version' => '1.3.1',
'basePath' => dirname(__DIR__),
'aliases' => [
'@bower' => '@vendor/bower-asset',
Expand Down
2 changes: 1 addition & 1 deletion environments/dev/config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$config = [
'id' => 'butterfly-cms',
'version' => '1.3.0',
'version' => '1.3.1',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'aliases' => [
Expand Down
2 changes: 1 addition & 1 deletion environments/prod/config/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$config = [
'id' => 'butterfly-cms-console',
'version' => '1.3.0',
'version' => '1.3.1',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'controllerNamespace' => 'app\commands',
Expand Down
2 changes: 1 addition & 1 deletion environments/prod/config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$config = [
'id' => 'butterfly-cms',
'version' => '1.3.0',
'version' => '1.3.1',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'aliases' => [
Expand Down

0 comments on commit d8a76c9

Please sign in to comment.