Compare commits

...

No commits in common. '344e486bbc483006512d971f4982e08b49f48560' and 'f7637ad335a97a639d69f9e7a1ef500762bad6f7' have entirely different histories.

  1. 0
      .build/clean.sh
  2. 0
      .build/deploy-branch.sh
  3. 0
      .build/deploy-release.sh
  4. 0
      .build/install.sh
  5. 0
      .build/release.sh
  6. 22
      CHANGELOG.md
  7. 2
      assets/.gitignore
  8. 2
      composer.json
  9. 3
      config/.gitignore
  10. 2
      content/.gitignore
  11. 3
      plugins/.gitignore
  12. 2
      themes/.gitignore

@ -24,17 +24,6 @@ Released: 2020-12-24
* [Fixed] #575: Update Symfony YAML v3.4 to support PHP 8.0+
```
### Version 3.0.0-alpha.1
Released: 2020-03-29
```
* [New] Kick-start development of Pico 3.0
* [Changed] Require PHP 7.0.8+
* [Changed] Update dependencies: Twig 2.12, Symfony YAML 3.4, Parsedown 1.7.4
and Parsedown Extra 0.8.1; this is just an interim step, we'll
update to Twig 3.0+ and Symfony YAML 5.0+ later
```
### Version 2.1.4
Released: 2020-08-29
@ -59,6 +48,17 @@ Released: 2020-04-10
* [Fixed] Fix DummyPlugin declaring API version 3
```
### Version 3.0.0-alpha.1
Released: 2020-03-29
```
* [New] Kick-start development of Pico 3.0
* [Changed] Require PHP 7.0.8+
* [Changed] Update dependencies: Twig 2.12, Symfony YAML 3.4, Parsedown 1.7.4
and Parsedown Extra 0.8.1; this is just an interim step, we'll
update to Twig 3.0+ and Symfony YAML 5.0+ later
```
### Version 2.1.1
Released: 2019-12-31

2
assets/.gitignore vendored

@ -0,0 +1,2 @@
# This directory is meant to be empty
*

@ -31,7 +31,7 @@
"source": "https://github.com/picocms/Pico"
},
"require": {
"php": "^7.0.8",
"php": ">=7.0.8",
"ext-mbstring": "*",
"twig/twig": "^2.12",
"symfony/yaml" : "^3.4",

3
config/.gitignore vendored

@ -0,0 +1,3 @@
# This directory is meant to be empty, except for config.yml.template
*
!config.yml.template

@ -0,0 +1,2 @@
# This directory is meant to be empty
*

@ -0,0 +1,3 @@
# This directory is meant to be empty, except for DummyPlugin.php
*
!DummyPlugin.php

2
themes/.gitignore vendored

@ -0,0 +1,2 @@
# This directory is meant to be empty
*
Loading…
Cancel
Save