Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giuscris committed Oct 6, 2018
1 parent ca65f2d commit 84a69ad
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.8.0](https://github.com/giuscris/formwork/releases/tag/0.8.0) (2018-10-06)

**Enhancements**

* **Add backup feature to export site to a .zip archive**
* **Add image processing feature, by now used to resize avatars to square**
* **Improve session cookie security and consistency across supported PHP versions**
* Use monospace font for values in Options > Info
* Allow language strings in schemes

**Bug fixes**

* Fix redirect loop on Formwork Admin registration
* Fix an issue which made possible changing another user's password
* Fix error handler ignoring `@` operator and `error_reporting` directive
* Fix unrecognized percent-encoded URIs

## [0.7.2](https://github.com/giuscris/formwork/releases/tag/0.7.2) (2018-09-15)

**Enhancements**
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Formwork
Formwork is a file-based Content Management System (CMS) to make and manage simple sites.

Latest version: [**0.7.2**](https://github.com/giuscris/formwork/releases/tag/0.7.2)
Latest version: [**0.8.0**](https://github.com/giuscris/formwork/releases/tag/0.8.0)

## Features
* ⚡️ Lightweight Core (~280 kB dependencies included)
* ⚡️ Lightweight Core (~300 kB dependencies included)
* 🗄 No database required!
* 📑 Simple file-based Cache system
* ✨ Out-of-the-box Administration Panel

![](assets/images/formwork.png)

## Requirements
* PHP 5.5.4 or higher
* PHP 5.6.0 or higher
* PHP `zip` extension
* PHP `gd` extension
Binary file modified assets/images/admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/formwork.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion formwork/Core/Formwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class Formwork
{
const VERSION = '0.7.2';
const VERSION = '0.8.0';

protected static $instance;

Expand Down

0 comments on commit 84a69ad

Please sign in to comment.