Skip to content

Releases: bolt-php/bolt

[1.1.4] Welcome View / Semantic Versioning

02 May 13:51
691ee73

Choose a tag to compare

Two changes are being made within this release:

Versioning Structure

We shall no longer supply a patch version, (i.e. v1.1.4 instead of v1.1.3.2). This helps improve clarity and readability, as well as aligning closely with semantic versioning format.

Welcome View Fixes

We have fixed the image loading issue within welcome view and improved the content for accuracy.

Patch: Moved index.php to public folder

27 Apr 13:08

Choose a tag to compare

This release moves index.php and router.php to public folder to ensure that only these files can be accessed by external requests

Modified public root

26 Apr 07:45
c201c5c

Choose a tag to compare

This release makes two changes:

  • Fixed multiple bugs with models & widgets
  • Modifies the web root to public directory

Addition of active file field

12 Apr 10:05
d53b3e3

Choose a tag to compare

This release implements active file fields, allowing for file uploading with models / active models.

Addition of urls.js

10 Apr 13:52
57d86b7

Choose a tag to compare

This release includes a new JS library called urls.js. This library allows you to generate DELETE, PUT & PATCH URLs by using an a tag.

Addition of CLI

06 Apr 13:46
bb6e776

Choose a tag to compare

Merge pull request #15 from Faheem-maker/file-upload

Add support for file uploading

Removed web related code

28 Mar 14:25
3b45c77

Choose a tag to compare

Addition of `tinyframework/web-app` package (#13)

* Added version constraints within composer.json
* Modified web to use `web-app` package

v1.1.0: V1.1.0 - Composer Support (#12)

27 Mar 14:20
5ed01b1

Choose a tag to compare

Tiny PHP

This is the first official, and usable update for Tiny PHP. Please note that despite being marked a stable release, the framework is a work in progress. There might still be bugs, changes and design issues that would be addressed. However, all additional updates will remain backwards compatible.

Introduction

Tiny PHP is a minimal and fast framework to rapidly prototype mini apps. It follows an MVC architecture and comes with a built-in blaze templating engine.

Installation

In order to get started with Tiny PHP, use composer create-project command. You can find full instructions + tutorials on Tiny PHP Documentation.