Skip to content

Commit

Permalink
set release date; markdown improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 16, 2017
1 parent 194233c commit 9d96c0c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 34 deletions.
40 changes: 15 additions & 25 deletions CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,8 @@
CHANGELOG - ZIKULA 1.4.x
------------------------
========================

* 1.4.7 (?)

- BC Breaks:
- ?

- Deprecated:
- ?

- Fixes:
- ?

- Features:
- Improved Core upgrader to be more flexible (#2833)

- Vendor updates:
- ?

* 1.4.6 (2017-02-12)
1.4.6 (2017-02-12)
------------------

- BC Breaks:
- LocaleApi (introduced in 1.4.4) has been refactored and eliminates access to locale metadata.
Expand Down Expand Up @@ -78,7 +62,8 @@ CHANGELOG - ZIKULA 1.4.x
- twitter/typeahead.js updated from 1.1.0 to 1.1.1
- willdurand/js-translation-bundle updated from 2.6.2 to 2.6.3

* 1.4.5 (2017-01-01)
1.4.5 (2017-01-01)
------------------

- BC Breaks:
- ?
Expand Down Expand Up @@ -131,7 +116,8 @@ CHANGELOG - ZIKULA 1.4.x
- underscore.string updated from 2.3.0 to 3.3.4
- willdurand/js-translation-bundle installed at 2.6.2

* 1.4.4 (2016-12-08)
1.4.4 (2016-12-08)
------------------

- BC Breaks:
- Password reminder has been removed (#1682, #3172) in favour of easier lost password functionality (#1781, #3178).
Expand Down Expand Up @@ -207,7 +193,8 @@ CHANGELOG - ZIKULA 1.4.x
- twig updated from 1.24.1 to 1.28.2
- typeahead.js updated from 0.11.1 to 1.0.1

* 1.4.3 (2016-09-02)
1.4.3 (2016-09-02)
------------------

- BC Breaks:
- Assetic Bundle has been removed (#2939).
Expand Down Expand Up @@ -274,7 +261,8 @@ CHANGELOG - ZIKULA 1.4.x
- components/jquery-ui updated from 1.11.4 to 1.12.0.1
- gedmo/doctrine-extensions updated from 2.4.13 to 2.4.22

* 1.4.2 (2016-03-28)
1.4.2 (2016-03-28)
------------------

- BC Breaks:
- n/a
Expand Down Expand Up @@ -365,7 +353,8 @@ CHANGELOG - ZIKULA 1.4.x
- Doctrine/Common updated to 2.5.3 and limited to 2.5.x for php compatibility
- Sensio/Distribution-Bundle updated to 5.0.*

* 1.4.1 (2015-11-23)
1.4.1 (2015-11-23)
------------------

- BC Breaks:
- Removed `Zikula\Core\Api\AbstractApi` that was introduced only in 1.4.0 (#2494)
Expand Down Expand Up @@ -424,7 +413,8 @@ CHANGELOG - ZIKULA 1.4.x
- php-markdown updated to 1.5.x (#2617)


* 1.4.0 (2015-07-20)
1.4.0 (2015-07-20)
------------------

- BC Breaks:
- Zikula 1.4.0 requires PHP >=5.4.1
Expand Down
18 changes: 12 additions & 6 deletions CHANGELOG-1.5.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
CHANGELOG - ZIKULA 1.5.x
------------------------
========================

* 1.5.4 (?)
1.5.4 (2017-12-16)
------------------

- BC Breaks:
- CSRF tokens are now different for HTTP and HTTPS (#3856). See http://symfony.com/blog/cve-2017-16653-csrf-protection-does-not-use-different-tokens-for-http-and-https for more information.
Expand Down Expand Up @@ -30,7 +31,8 @@ CHANGELOG - ZIKULA 1.5.x
- zikula/oauth-module updated from 1.0.3 to 1.0.4


* 1.5.3 (2017-11-04)
1.5.3 (2017-11-04)
------------------

- Fixes:
- Fixed getAttributeValue error in case attribute does not exist.
Expand Down Expand Up @@ -65,7 +67,8 @@ CHANGELOG - ZIKULA 1.5.x
- zikula/profile-module updated from 3.0.2 to 3.0.3


* 1.5.2 (2017-10-03)
1.5.2 (2017-10-03)
------------------

- Fixes:
- Allow hooks to be managed in display (#3793).
Expand All @@ -75,7 +78,8 @@ CHANGELOG - ZIKULA 1.5.x
- Fixed issue with category retrieval by path (#3815).


* 1.5.1 (2017-09-01)
1.5.1 (2017-09-01)
------------------

- Fixes:
- Corrected conditional statement for searchable modules (#3752).
Expand Down Expand Up @@ -105,7 +109,8 @@ CHANGELOG - ZIKULA 1.5.x
- symfony/workflow updated from 3.3.5 to 3.3.8


* 1.5.0 (2017-08-05)
1.5.0 (2017-08-05)
------------------

- BC Breaks:
- PHP minimum version raised to >=5.5.9.
Expand Down Expand Up @@ -170,6 +175,7 @@ CHANGELOG - ZIKULA 1.5.x
- Fix handling of 'anonymous' user in PermissionApi (#2800).

- Features:
- Improved Core upgrader to be more flexible (#2833).
- Added Permission-based controls for MenuModule menu items (#3314).
- SearchModule refactored to Core-2.0 standards.
- SearchableInterface adds a method `amendForm()` to amend the search form instead of the old method `getOptions()`
Expand Down
2 changes: 1 addition & 1 deletion INSTALL-Core1.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Zikula Installation Instructions
<a name="zikula"></a>

Zikula
---------
------

Zikula is an open source, open development application framework for dynamic websites. The core system includes a
complete API on which third party developers can build. Zikula is built with other major open-source components like
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/zikula/core.svg?branch=1.4)](https://travis-ci.org/zikula/core)
[![Build Status](https://travis-ci.org/zikula/core.svg?branch=1.5)](https://travis-ci.org/zikula/core)
[![StyleCI](https://styleci.io/repos/781544/shield)](https://styleci.io/repos/781544)

Zikula Core - Application Framework
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Zikula Core Roadmap
-------------------
===================

Zikula manages its releases through a time-based model and follows the [Semantic Versioning](http://semver.org/) strategy.
A new Zikula patch version comes out about once per month. The Core-1.5 branch and the Core-2.0 branch
Expand Down

0 comments on commit 9d96c0c

Please sign in to comment.