File tree 8 files changed +11
-7
lines changed
8 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ## 1.3.1 (2023-07-08)
5
+ * Update dependencies
6
+
4
7
## 1.3.0 (2023-07-07)
5
8
* Update dependencies, copyrights
6
9
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ Run the script `docker/docker-init.sh` or use manual instruction:
104
104
For questions, complaints and suggestions follow to [ Butterfly.CMS community] ( https://spectrum.chat/butterfly-cms?tab=posts )
105
105
106
106
# Status and version [ ready to use]
107
+ * v.1.3.1 - Update dependencies
107
108
* v.1.3.0 - Update dependencies, copyrights.
108
109
* v.1.2.1 - Update dependencies.
109
110
* v.1.2.0 - Add Docker and update dependencies.
Original file line number Diff line number Diff line change 5
5
"homepage" : " http://butterflycms.com" ,
6
6
"type" : " project" ,
7
7
"license" : " MIT" ,
8
- "version" : " 1.3.0 " ,
8
+ "version" : " 1.3.1 " ,
9
9
"support" : {
10
10
"issues" : " https://github.com/wdmg/butterfly.cms/issues" ,
11
11
"source" : " https://github.com/wdmg/butterfly.cms"
33
33
"wdmg/yii2-stats" : " ^1.3.0" ,
34
34
"wdmg/yii2-search" : " ^2.0.0" ,
35
35
"wdmg/yii2-services" : " ^2.0.0" ,
36
- "wdmg/yii2-news" : " ^2.0.0 " ,
36
+ "wdmg/yii2-news" : " ^2.0.1 " ,
37
37
"wdmg/yii2-media" : " ^2.0.1" ,
38
38
"wdmg/yii2-subscribers" : " ^2.0.0" ,
39
39
"wdmg/yii2-newsletters" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 12
12
13
13
$ config = [
14
14
'id ' => 'butterfly-cms-console ' ,
15
- 'version ' => '1.3.0 ' ,
15
+ 'version ' => '1.3.1 ' ,
16
16
'basePath ' => dirname (__DIR__ ),
17
17
'bootstrap ' => ['log ' ],
18
18
'controllerNamespace ' => 'app\commands ' ,
Original file line number Diff line number Diff line change 7
7
*/
8
8
$ config = [
9
9
'id ' => 'butterfly-cms-tests ' ,
10
- 'version ' => '1.3.0 ' ,
10
+ 'version ' => '1.3.1 ' ,
11
11
'basePath ' => dirname (__DIR__ ),
12
12
'aliases ' => [
13
13
'@bower ' => '@vendor/bower-asset ' ,
Original file line number Diff line number Diff line change 5
5
6
6
$ config = [
7
7
'id ' => 'butterfly-cms ' ,
8
- 'version ' => '1.3.0 ' ,
8
+ 'version ' => '1.3.1 ' ,
9
9
'basePath ' => dirname (__DIR__ ),
10
10
'bootstrap ' => ['log ' ],
11
11
'aliases ' => [
Original file line number Diff line number Diff line change 5
5
6
6
$ config = [
7
7
'id ' => 'butterfly-cms-console ' ,
8
- 'version ' => '1.3.0 ' ,
8
+ 'version ' => '1.3.1 ' ,
9
9
'basePath ' => dirname (__DIR__ ),
10
10
'bootstrap ' => ['log ' ],
11
11
'controllerNamespace ' => 'app\commands ' ,
Original file line number Diff line number Diff line change 5
5
6
6
$ config = [
7
7
'id ' => 'butterfly-cms ' ,
8
- 'version ' => '1.3.0 ' ,
8
+ 'version ' => '1.3.1 ' ,
9
9
'basePath ' => dirname (__DIR__ ),
10
10
'bootstrap ' => ['log ' ],
11
11
'aliases ' => [
You can’t perform that action at this time.
0 commit comments