Skip to content

Commit 24e135f

Browse files
author
Adegoke Obasa
committed
Release version 1.1.0
1 parent 06cd078 commit 24e135f

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
#### 1.1.0
4+
5+
* Move core application files into app folder *2016-06-21*
6+
* Add sample ant build.xml file for easy continuous integration *2016-06-21*
7+
8+
39
#### 1.0.0
410

511
* Add Deployer [Deployer](http://deployer.org)
 template *2016-06-20*

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
44
[![Latest Stable Version](https://poser.pugx.org/cottacush/yii2-base-project/v/stable)](https://packagist.org/packages/cottacush/yii2-base-project)
55
[![Total Downloads](https://poser.pugx.org/cottacush/yii2-base-project/downloads)](https://packagist.org/packages/cottacush/yii2-base-project)
6-
[![Latest Unstable Version](https://poser.pugx.org/cottacush/yii2-base-project/v/unstable)](https://packagist.org/packages/cottacush/yii2-base-project)
76
[![License](https://poser.pugx.org/cottacush/yii2-base-project/license)](https://packagist.org/packages/cottacush/yii2-base-project)
87

98
**Features**
@@ -12,9 +11,11 @@
1211

1312
- Security - It sets some headers that projects applications against click-jacking and XSS.
1413

15-
- Assets version - This fixes issue with updates to js and css files and cached browser files
14+
- Assets version - This fixes issue with updates to js and css files and cached browser files.
1615

17-
- New Relic - Ensures that the proper routes show up in the new relic monitoring dashboard
16+
- New Relic - Ensures that the proper routes show up in the new relic monitoring dashboard.
17+
18+
- Continuous Integration - Sample ant build.xml file that can be easily modified.
1819

1920
## Requirements
2021

@@ -59,6 +60,17 @@ Sample Virtual Host Config for Apache
5960
</VirtualHost>
6061
```
6162

63+
## Build
64+
65+
Dependencies
66+
67+
- [Ant](http://ant.apache.org/)
68+
69+
Run build
70+
```
71+
ant
72+
```
73+
6274
## Environment Variables
6375
Make a copy of `.env.sample` to `.env` in the env directory.
6476

@@ -70,7 +82,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen
7082

7183
If you discover any security related issues, please email <[email protected]> instead of using the issue tracker.
7284

73-
## Contributors
85+
## Credits
7486

7587
- Adegoke Obasa <[email protected]>
7688
- [All Contributors](https://github.com/CottaCush/yii2-base-template/graphs/contributors)

build/logs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cottacush/yii2-base-project",
33
"description": "A Yii 2 Base Project Template",
44
"keywords": ["yii2", "framework", "basic", "project template", "improved"],
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"type": "project",
77
"license": "MIT",
88
"minimum-stability": "stable",

0 commit comments

Comments
 (0)