Skip to content

Commit

Permalink
version bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Sep 8, 2016
1 parent 0f51b35 commit b5cd3be
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,21 @@
Thumbs.db
nbproject

# php-cs-fixer cache
.php_cs.cache

# vendor dirs
vendor

# composer lock files
composer.lock

# php-cs-fixer cache
.php_cs.cache

# phpunit generated files
coverage.clover

# PHARs
chkipper.phar
composer.phar
php-cs-fixer.phar
phpunit-skelgen.phar
phpunit.phar
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# hiqdev/yii2-theme-original

## [0.0.1] - 2016-08-19
## [0.0.2] - 2016-09-02

- Changed: splitter layout into parts
- Added use of Flashes and PoweredBy widgets

## [0.0.1] - 2016-08-22

- Added basics

Expand Down
27 changes: 26 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# hiqdev/yii2-theme-original

## [0.0.1] - 2016-08-19
## [0.0.2] - 2016-09-02

- Changed: splitter layout into parts
- [0f51b35] 2016-09-02 Removed white strip from the footer, maked paragraph align to the left in the footer when window width smaller then 600px, maked sticky footer [andreyklochok@gmail.com]
- [b099cef] 2016-09-01 returned footer back outside of wrap [sol@hiqdev.com]
- [0b72c34] 2016-09-01 + `_head.php` [sol@hiqdev.com]
- [3740e47] 2016-08-31 splitted layout into `_header`, `_content`, `_footer`; added `_before/_after` [sol@hiqdev.com]
- [b9c2abe] 2016-08-26 used theme manager for Breadcrumbs [sol@hiqdev.com]
- Added use of Flashes and PoweredBy widgets
- [6f99ecb] 2016-09-01 used PoweredBy widget instead of `_poweredBy` [sol@hiqdev.com]
- [05df6a4] 2016-08-26 added use of Flashes widget [sol@hiqdev.com]
- [f4f8e00] 2016-08-26 fixed typo [sol@hiqdev.com]
- [8bc3413] 2016-08-22 + empty settings form [sol@hiqdev.com]
- [657cf0f] 2016-08-22 added org name and app name substitution [sol@hiqdev.com]

## [0.0.1] - 2016-08-22

- Added basics
- [e7b042e] 2016-08-19 redone menu with MenuManager [sol@hiqdev.com]
Expand All @@ -24,3 +39,13 @@
[f3d1c06]: https://github.com//commit/f3d1c06
[2ef257d]: https://github.com//commit/2ef257d
[925a1a2]: https://github.com//commit/925a1a2
[0f51b35]: https://github.com/hiqdev/yii2-theme-original/commit/0f51b35
[6f99ecb]: https://github.com/hiqdev/yii2-theme-original/commit/6f99ecb
[b099cef]: https://github.com/hiqdev/yii2-theme-original/commit/b099cef
[0b72c34]: https://github.com/hiqdev/yii2-theme-original/commit/0b72c34
[3740e47]: https://github.com/hiqdev/yii2-theme-original/commit/3740e47
[b9c2abe]: https://github.com/hiqdev/yii2-theme-original/commit/b9c2abe
[05df6a4]: https://github.com/hiqdev/yii2-theme-original/commit/05df6a4
[f4f8e00]: https://github.com/hiqdev/yii2-theme-original/commit/f4f8e00
[8bc3413]: https://github.com/hiqdev/yii2-theme-original/commit/8bc3413
[657cf0f]: https://github.com/hiqdev/yii2-theme-original/commit/657cf0f
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1 2016-08-19 13:34:06 +0000 e7b042e78fcdca18e6746e59e258bb374cc41230
0.0.2 2016-09-02 19:54:14 +0300 0f51b35dfc91c71364732b9915869e11cc424485

0 comments on commit b5cd3be

Please sign in to comment.