Releases: bolt-php/bolt
[1.1.4] Welcome View / Semantic Versioning
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
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
This release makes two changes:
- Fixed multiple bugs with models & widgets
- Modifies the web root to
publicdirectory
Addition of active file field
This release implements active file fields, allowing for file uploading with models / active models.
Addition of urls.js
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
Merge pull request #15 from Faheem-maker/file-upload Add support for file uploading
Removed web related code
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)
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.