mirror of
https://github.com/picocms/pico-theme.git
synced 2025-08-21 16:01:47 +02:00
Compare commits
7 Commits
v2.1.0
...
v3.0.0-alp
Author | SHA1 | Date | |
---|---|---|---|
|
85fe74b8db | ||
|
9f2a61a315 | ||
|
6b328f96b0 | ||
|
6b7f12db5e | ||
|
a79b9875b1 | ||
|
e4ea1fff62 | ||
|
fdb4a2e693 |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -8,6 +8,18 @@ Pico Default Theme Changelog
|
||||
refer to both the UPGRADE and NEWS sections of the docs for more
|
||||
details.
|
||||
|
||||
### Version 3.0.0-alpha.1
|
||||
Released: 2020-03-29
|
||||
|
||||
```
|
||||
* [New] Kick-start development of Pico 3.0
|
||||
```
|
||||
|
||||
### Version 2.1.1
|
||||
Released: 2019-12-31
|
||||
|
||||
No changes
|
||||
|
||||
### Version 2.1.0
|
||||
Released: 2019-11-24
|
||||
|
||||
|
@@ -31,8 +31,8 @@
|
||||
"extra": {
|
||||
"installer-name": "default",
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev",
|
||||
"dev-pico-2.1": "2.1.x-dev"
|
||||
"dev-master": "2.1.x-dev",
|
||||
"dev-pico-3.0": "3.0.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -11,7 +11,7 @@
|
||||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.1
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
* {
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.1
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
function main()
|
||||
|
@@ -6,7 +6,7 @@
|
||||
* @author Daniel Rudolf
|
||||
* @link http://picocms.org
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @version 2.1
|
||||
* @version 3.0
|
||||
*/
|
||||
|
||||
utils = {};
|
||||
|
Reference in New Issue
Block a user