Skip to content

Commit 41de1ed

Browse files
chore: Update CHANGELOG.md and README.md for version 0.1.0 release; adjust composer.json branch alias. (#134)
1 parent b32985b commit 41de1ed

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
22

3-
## 0.1.0 Under development
3+
## 0.1.0 August 31, 2025
44

55
- Initial release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6565
**Quick start**
6666

6767
```bash
68-
composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic app-basic
68+
composer create-project --prefer-dist yii2-extensions/app-basic app-basic:^0.1
6969
cd app-basic
7070
```
7171

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"type": "project",
44
"description": "Web Application Basic",
55
"keywords": [
6+
"yii2-extensions",
67
"application",
78
"basic",
8-
"web",
9-
"yii2"
9+
"web"
1010
],
1111
"license": "BSD-3-Clause",
1212
"require": {
@@ -57,7 +57,7 @@
5757
},
5858
"extra": {
5959
"branch-alias": {
60-
"dev-master": "0.1-dev"
60+
"dev-main": "0.2.x-dev"
6161
}
6262
},
6363
"config": {

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
Create a new project using the Yii App Basic template.
1919

2020
```bash
21-
composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic app-basic
21+
composer create-project --prefer-dist yii2-extensions/app-basic:^0.1 app-basic
2222
cd app-basic
2323
```
2424

2525
### Method 2: Manual installation
2626

2727
1. **Download the template**:
2828
```bash
29-
git clone https://github.com/yii2-extensions/app-basic.git app-basic
29+
git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
3030
cd app-basic
3131
```
3232

@@ -40,7 +40,7 @@ composer install
4040
Clone the repository and set up your project.
4141

4242
```bash
43-
git clone https://github.com/yii2-extensions/app-basic.git app-basic
43+
git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
4444
cd app-basic
4545
rm -rf .git
4646
git init

0 commit comments

Comments
 (0)