Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release-1.2.x' into gh-pages
Browse files Browse the repository at this point in the history
* release-1.2.x:
  release v1.2.3
  (#4) Changelog
  (#4) Removed duplicate data-ax-widget-area
  Added forgotten files
  • Loading branch information
Dirk Voss committed Oct 10, 2014
2 parents 117d4d8 + 434b15b commit 190adb7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Last Changes

## v1.2.3

- [#4] (https://github.com/LaxarJS/shop_demo/issues/4): Bug: Removed duplicate data-ax-widget-area


## v1.2.2

- [#3] (https://github.com/LaxarJS/shop_demo/issues/3): Styling: Added support for retina images
Expand Down
10 changes: 4 additions & 6 deletions application/layouts/application/default.theme/application.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<div class="container">
<header class="app-header">
<div class="row">
<div class="col col-lg-4 col-md-4 col-sm-6 col-xs-12"><a href="http://laxarjs.org/" class="app-logo" title="Go back to LaxarJS.org"></a></div>
<div class="col col-lg-4 col-md-4 col-sm-6 col-xs-12">
<a href="http://laxarjs.org/" class="app-logo" title="Go back to LaxarJS.org"></a>
</div>
<div class="col col-lg-4 col-md-4 hidden-sm hidden-xs" data-ax-widget-area="searchBox"></div>
<div class="col col-lg-4 col-md-4 col-sm-6 hidden-xs" data-ax-widget-area="header"></div>
</div>
</header>

<div class="app-content-wrapper">
<div class="app-content">
<div class="row">
<div class="col col-sm-12 visible-sm-block visible-xs-block" data-ax-widget-area="searchBox"></div>
</div>
<div class="row">
<div class="col col-lg-4 col-md-4" data-ax-widget-area="content1a"></div>
<div class="col col-lg-4 col-md-4" data-ax-widget-area="content1b"></div>
Expand All @@ -20,8 +19,7 @@
</div>
<footer class="app-footer row">
<div class="col col-lg-12 col-md-12">
<span class="app-laxarjs"><a href="http://laxarjs.org/" title="Go back to LaxarJS.org"><b>LaxarJS</b></a></span>,
code licensed under the <a href="http://laxarjs.org/license" title="Show the MIT license"><b>MIT License</b></a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Show the creative commons"><b>CC BY 3.0</b></a>.<span class="app-github"><i class="fa fa-github"></i> View on <a href="https://github.com/LaxarJS/shop_demo" title="Show the source code"><b>GitHub</b></a></span><span class="app-version">ShopDemo <sup>1.2.2</sup></span>
<span class="app-laxarjs"><a href="http://laxarjs.org/" title="Go back to LaxarJS.org"><b>LaxarJS</b></a></span>, code licensed under the <a href="http://laxarjs.org/license" title="Show the MIT license"><b>MIT License</b></a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Show the creative commons"><b>CC BY 3.0</b></a>.<span class="app-github"><i class="fa fa-github"></i> View on <a href="https://github.com/LaxarJS/shop_demo" title="Show the source code"><b>GitHub</b></a></span><span class="app-version">ShopDemo <sup>1.2.3</sup></span>
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ShopDemo",
"version": "1.2.2",
"version": "1.2.3",
"description": "A DemoApp to learn how LaxarJS works.",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 190adb7

Please sign in to comment.