Skip to content

Releases: valdiney/Ofir_Framework

Changes all github link for this project and adds new version in README

29 Jul 01:39
Compare
Choose a tag to compare
  • Changes the all github link for this project
  • Adds the new release on README

Corrects some things and adds a new version

29 Jul 01:21
Compare
Choose a tag to compare
  • Fixes #46 - Corrects the DOCUMENT_URI in defines
  • Fixes #47 - Corrects REQUEST_SCHEME error
  • Adds a new version from changelog in README

Version 2.1.3

22 Jul 02:53
Compare
Choose a tag to compare

Adds some corrections and documentation #44

  • Correct the Persistence class name
  • Provides a documentation for Ofir
  • Provides more info in README
  • Creates a documentation of Ofir
    • Correct the Persistence class name
    • Provides a documentation for Ofir
    • Provides more info in README
  • Adds more details in README
  • Provides to Ofir to get args in url
  • For now, you can pass some args in url.
  • You just need to pass it before a first branch, like:
  • http://site.com/test/123

  • In this, the controller is HomeController, or TestController, and is each case the "123" is passed for the method like a arg.
  • Corrects some things in HomeController
  • Corrects the structure for Users model
  • Adds info in README
  • Creates a markdown test-website in docs
  • Provides some info about Ofir installations and examples

Version 2.1.2

18 Jul 01:16
Compare
Choose a tag to compare
  • Edits Helpers/ and Database/ folder names
  • Corrects class GetURL
    • Renames to URL.php
    • Removes the method getURL
    • Adds two methods: 'route' and 'to' thats give a BASE url
  • Deletes class GeneratingPerfectURL
  • This class is unnecesary for now, the controllers and methods can be accessed by url friendly.
  • Modifies the Hash class
    • Changes the method hash to password
    • Adds two methods: make and verify
    • Closes #27
  • Adds support to config timezone from .env
  • Adds security session start and verification
  • Corrects including for enviroments
  • Corrects class Date
    • Adds more options
    • Configures by .env file
  • Corrects the class Session
  • Creates the class Flash to Session Flasheds
  • Removes unnecessary class ClassLoader
  • This class is unnecessary because composer is working with it.
  • Moves Persistence to system/Database
    • Alters some methods
    • Closes #36
  • Corrects an method in Route.php
  • Corrects the method configureActualMethod, before the array_shift function was wrong.
  • Removes the file system/PrivateAreas
  • After, we need to add a function like this one.
  • Corrects class Auth

Version 2.1.1 is done!

16 Jul 23:00
Compare
Choose a tag to compare
  • Changes errors in BaseController to throws
    • Changes all echos to throws
    • Closes #24
  • Corrects the method render in BaseController
  • Removes method finalize from BaseController
  • Closes #23 - Correcting method view in BaseController
  • Fix #22 - Corrects method library in BaseController
  • Edits class Core
  • Removes HTML tag and add info about .env file
  • Removes unused files in root directory.
    • Removes the files: private-areas.php and start-application.php .
  • Removes unused files in root directory
  • Corrects somethings
  • Edits indentation in .editorconfig
    • Alters indentation to space, according #13
    • Corrects indentation in all files
  • Removes file not used
  • Closes #20 - Removes unnecessary lines

Version 2.1.0

14 Jul 21:33
Compare
Choose a tag to compare

Many changes are been done! 😃

If you are new for here: Welcome!

This is the Ofir Framework. A simple Framework PHP to PHP students.

This new version contains many changes that made its more simple for work in different ambient.

If you want to work in a local development, just copy the file .env.sample to .env and make the necessaries changes (e.g.: APP_ENV=local). Or what you want to do is work in production, just send your files and then copy .env.sample to .env in your production machine and make the necessaries changes.

So, I think that with these simple steps you will be done!

Go ahead with Ofir Framework. Download the v2.1.0 version.


If you want, fork and send a pull request (you will help so much).