Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #139 from gskema/dev
Browse files Browse the repository at this point in the history
[+] Release 0.5.0
  • Loading branch information
Gytis Šk committed Feb 29, 2016
2 parents af115b0 + 5a67040 commit 8784a59
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v0.5.0 (2016-02-29)

This release adds refactored header and footer blocks as well as
improved page layout (more semantic). Top navigation bar has been replaced by
Bootstrap's `.navbar`. **Warning! This may cause some compatibility issues with 3rd party modules.**
Default module `blocktopmenu` has been replaced with more flexible `cttopmenu` modules,
which provides a clean, formatted array of menu items to templates. Other new modules:
`ctconfiguration`, `ctdev`.

## Changes

- Refactored page layout, introduced semantic elements (#92)
- Normalized `z-indexes` in some blocks (#93)
- Replaced breadcrumb template with new template (#94)
- Refactored `blockbanner` (#95)
- Refactored top navigation to Bootstrap's `.navbar` (#97)
- Refactored `blockuserinfo` for new nav (#98)
- Refactored `blockcurrencies` for new nav (#99)
- Refactored `blocklanguages` for new nav (#100)
- Refactored `blockcontact` for new nav (#101, #102)
- Refactored shop logo block (#103, #106)
- Refactored `blocksearch` (#104, #107, #125)
- Refactored `blockcart` header block (#105, #131, #132)
- Refactored `blockcart` popup and crossselling carousel (#137)
- Replaced `blocktopmenu` with `cttopmenu` to be able to build
menu templates (#115, #122, #123, #128, #129, #133, #136)
- Refactored footer block to be simple link lists (#116, #117)
- Added `ctconfiguration` module to configure content block in theme pages (#118, #124)
- Added `ctdev` module, which display theme component styles. Not installed by default. (#127)

# v0.4.0 (2016-01-23)

This release focuses on cleaning up the global styles of theme,
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Contributors:

- Gytis Škėma
- Krystian Podemski
- Martin Fojtík
2 changes: 1 addition & 1 deletion Config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<theme version="0.4.0" name="PrestaShop 1.6 Community Theme" directory="community-theme-16">
<theme version="0.5.0" name="PrestaShop 1.6 Community Theme" directory="community-theme-16">
<author name="PrestaShop Community" email="contact@prestashop.com" url="http://www.prestashop.com"/>
<descriptions>
<description iso="en">Community theme is a theme developed and maintained by the PrestaShop community.</description>
Expand Down
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,22 @@ E.g. `.product-list-item`.

Here is what is currently planned for this theme:

- Version 0.5.0+
* Refactoring of page elements
* Refactoring of page layout
* Refactoring of page header and footer
* New features
- Version 0.6.0
* Refactored page elements (headings, boxes, typography, etc)
* Refactored `blockcategories` and column blocks
- Version 0.7.0
* Refactored product lists and category page
- Version 0.8.0
* Refactored product page and related styles
- Version 0.9.0
* Refactoring of order and registration page
- Version 0.10.0
* Refactoring of account pages
- Version 0.11.0
* Refactoring of CMS and CMS category pages
- Version 0.12.0
* ??


## Libraries and dependencies

Expand Down

0 comments on commit 8784a59

Please sign in to comment.