-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.0.0' into develop
- Loading branch information
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
#### [Current] | ||
|
||
#### | ||
* [6b360f5](../../commit/6b360f5) - __(Ahmet Sezgin Duran)__ Remove unnecessary files | ||
* [c8d1898](../../commit/c8d1898) - __(Ahmet Sezgin Duran)__ Use layouts by configs | ||
* [59d50c7](../../commit/59d50c7) - __(Ahmet Sezgin Duran)__ Add show page template to generator | ||
* [9a9abad](../../commit/9a9abad) - __(Ahmet Sezgin Duran)__ Add locales to install generator | ||
* [d2bec0d](../../commit/d2bec0d) - __(Ahmet Sezgin Duran)__ Rename locales with namespace | ||
* [cf14c91](../../commit/cf14c91) - __(Ahmet Sezgin Duran)__ Add migrations to install generator | ||
* [0ac450a](../../commit/0ac450a) - __(Ahmet Sezgin Duran)__ Create install generator | ||
* [f09b79c](../../commit/f09b79c) - __(Ahmet Sezgin Duran)__ Update README.md and remove unnecessary gems | ||
* [726dad0](../../commit/726dad0) - __(Ahmet Sezgin Duran)__ Remove content column | ||
* [e429f08](../../commit/e429f08) - __(Ahmet Sezgin Duran)__ [#3](../../issues/3) Fix image absolute url | ||
* [db5ffd5](../../commit/db5ffd5) - __(Ahmet Sezgin Duran)__ [#3](../../issues/3) Add photos and use it with AJAX | ||
* [d11069d](../../commit/d11069d) - __(Ahmet Sezgin Duran)__ Add Rubymine to gitignore | ||
* [95dc44c](../../commit/95dc44c) - __(Ahmet Sezgin Duran)__ [#3](../../issues/3) Add dropzonejs-rails gem and include | ||
* [aa52df2](../../commit/aa52df2) - __(Ahmet Sezgin Duran)__ [#4](../../issues/4) Fix insert image problem | ||
* [41db545](../../commit/41db545) - __(Ahmet Sezgin Duran)__ [#3](../../issues/3) Add WYSIWYG editor | ||
* [841bbf2](../../commit/841bbf2) - __(Ahmet Sezgin Duran)__ [#4](../../issues/4) Redirect old slugs to news | ||
* [cfbe1e9](../../commit/cfbe1e9) - __(Ahmet Sezgin Duran)__ [#4](../../issues/4) Add histroy for static page slugs | ||
* [ebe0ee8](../../commit/ebe0ee8) - __(Ahmet Sezgin Duran)__ [#4](../../issues/4) Add slug based routes for static pages | ||
* [ce81e12](../../commit/ce81e12) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Fix page show error after creation | ||
* [e37eedc](../../commit/e37eedc) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Add Turkish locales | ||
* [d782fbb](../../commit/d782fbb) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Add english locales and use in views | ||
* [e14b170](../../commit/e14b170) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Move show method out of engine routes | ||
* [27b9415](../../commit/27b9415) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Use Hierapolis forms | ||
* [cbe62e9](../../commit/cbe62e9) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Add validations and use Hierapolis theme | ||
* [5f90a04](../../commit/5f90a04) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Convert views to HAML | ||
* [d04fe44](../../commit/d04fe44) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Rename views for HAML | ||
* [d3e28fe](../../commit/d3e28fe) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Filter pages with admin authentication | ||
* [9d68501](../../commit/9d68501) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Use Hierapolis HQ layout for default | ||
* [5b8af6b](../../commit/5b8af6b) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Clean up controller | ||
* [6dc844b](../../commit/6dc844b) - __(Ahmet Sezgin Duran)__ [#2](../../issues/2) Create StaticPage scaffold | ||
* [ed4ff2b](../../commit/ed4ff2b) - __(Ahmet Sezgin Duran)__ Fix README.md typo | ||
* [805d98d](../../commit/805d98d) - __(Ahmet Sezgin Duran)__ [#1](../../issues/1) Initialize project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Kebapage | ||
VERSION = "0.0.1" | ||
VERSION = "1.0.0" | ||
end |