Skip to content

Commit d8a76c9

Browse files
committed
Update dependencies
1 parent 5404239 commit d8a76c9

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
## 1.3.1 (2023-07-08)
5+
* Update dependencies
6+
47
## 1.3.0 (2023-07-07)
58
* Update dependencies, copyrights
69

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Run the script `docker/docker-init.sh` or use manual instruction:
104104
For questions, complaints and suggestions follow to [Butterfly.CMS community](https://spectrum.chat/butterfly-cms?tab=posts)
105105

106106
# Status and version [ready to use]
107+
* v.1.3.1 - Update dependencies
107108
* v.1.3.0 - Update dependencies, copyrights.
108109
* v.1.2.1 - Update dependencies.
109110
* v.1.2.0 - Add Docker and update dependencies.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://butterflycms.com",
66
"type": "project",
77
"license": "MIT",
8-
"version": "1.3.0",
8+
"version": "1.3.1",
99
"support": {
1010
"issues": "https://github.com/wdmg/butterfly.cms/issues",
1111
"source": "https://github.com/wdmg/butterfly.cms"
@@ -33,7 +33,7 @@
3333
"wdmg/yii2-stats": "^1.3.0",
3434
"wdmg/yii2-search": "^2.0.0",
3535
"wdmg/yii2-services": "^2.0.0",
36-
"wdmg/yii2-news": "^2.0.0",
36+
"wdmg/yii2-news": "^2.0.1",
3737
"wdmg/yii2-media": "^2.0.1",
3838
"wdmg/yii2-subscribers": "^2.0.0",
3939
"wdmg/yii2-newsletters": "^2.0.0",

environments/dev/config/console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
$config = [
1414
'id' => 'butterfly-cms-console',
15-
'version' => '1.3.0',
15+
'version' => '1.3.1',
1616
'basePath' => dirname(__DIR__),
1717
'bootstrap' => ['log'],
1818
'controllerNamespace' => 'app\commands',

environments/dev/config/test.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
$config = [
99
'id' => 'butterfly-cms-tests',
10-
'version' => '1.3.0',
10+
'version' => '1.3.1',
1111
'basePath' => dirname(__DIR__),
1212
'aliases' => [
1313
'@bower' => '@vendor/bower-asset',

environments/dev/config/web.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
$config = [
77
'id' => 'butterfly-cms',
8-
'version' => '1.3.0',
8+
'version' => '1.3.1',
99
'basePath' => dirname(__DIR__),
1010
'bootstrap' => ['log'],
1111
'aliases' => [

environments/prod/config/console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
$config = [
77
'id' => 'butterfly-cms-console',
8-
'version' => '1.3.0',
8+
'version' => '1.3.1',
99
'basePath' => dirname(__DIR__),
1010
'bootstrap' => ['log'],
1111
'controllerNamespace' => 'app\commands',

environments/prod/config/web.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
$config = [
77
'id' => 'butterfly-cms',
8-
'version' => '1.3.0',
8+
'version' => '1.3.1',
99
'basePath' => dirname(__DIR__),
1010
'bootstrap' => ['log'],
1111
'aliases' => [

0 commit comments

Comments
 (0)