Dappur Framework Versions Save

A stylish PHP application framework crafted using Slim, Twig, Eloquent and Sentinel designed to get you from clone to production in a matter of minutes.

v3.0.1

5 years ago

[3.0.1] - 2018-08-10

Notes

In an effort to find some remaining bugs, I created a site using v3. This update contains fixes for issues there were found during the process. Import and Export has also been added to the custom routes and menus admin.

Added

  • Mailgun api key and api base url to settings.json
  • RouteName middleware to custom routes for active menu items
  • Recent blog posts and recent blog comments as global twig variable
  • Import/Export to Custom Pages and Menus
  • Blog Sidebar and page header support to custom pages

Fixed

  • Image input on settings controls
  • Added group to page settings
  • Redirect when adding a page config item
  • Page config middleware was only pulling the first group when multiple were present.

Removed

  • Test function from controller

v3.0.0

5 years ago

[3.0.0]

Notes

This is the next major version release of Dappur. Dappurware has also been updated to version 3.0.0 so that the major version will match between the two packages.

With this version release, I think I am finally happy with the way everything looks and works. I will continue to patch bugs and make other fixes but that will be the extent of the work on the core framework/template. My goal when I began over a year and a half ago was to create a framework that contained all of the major features that most clients request and be able to deploy itself from a github branch using ssh. I feel as though that requirement has been met. I plan on using the extra time for:

  • Writing proper documentation
  • Clean up of the Dappurware codebase
  • Finish the initial version of Dapp, a command line tool
  • Unit Testing

Once those items are complete, focus will be shifted to feature enhancements. The goal is to create an addon installer within Dapp that will automatically copy necessary routes and migrations, allowing a quick and simple command line install process.

  • Universal shopping cart system with pre-built support for several payment providers including:
    • Authorize.net
    • Paypal
    • Stripe
    • If you have any suggestions, send me a DM or open an issue
  • Notification System with integrated emails that can be triggered within the controller.
  • More robust initial admin dashboard with stats and numbers

Added

  • Cookie consent javascript notification
  • Composer.lock back into repository
  • Codemirror on page builder for syntax on custom js/css.

Fixed

  • Updated permission redirect to dashboard for all controllers

Changed

  • Removed composer.lock from the main repo

v2.5.0

5 years ago

[2.5.0]

Added

  • New bootstrap menu editor integrated into dashboard using the Jquery Menu Editor package from davicotico
    • Easiy add and edit the dashboard and frontend menus from the dashboard
    • Import and Export menus
    • Visual interface allowing full control over each menu item
      • Text & Icon
      • Link to Page
      • Pages to toggle for active class
      • Limit menu items to certain roles
      • Limit pages to display for authed or guest users only
      • Limit page to display based on permission
      • Control target of href
      • Tooltip text
      • HTML Element ID
      • Custom classes for each item
  • Two Factor Authentication using the package from RobThree
  • Option in dashboard to change user password and disable 2fa
  • Create custom pages and routes with a WYSIWYG bootstrap editor. Uses Grid-Editor by Frontwise

Fixed

  • CMS Popup Window sizes in the dashboard.
  • Bug in Dashboard edit role not allowing save

Changed

  • Integrated Frontwise grid editor into blog editor
  • Cleaned up javascript on admin dashboard
  • Cleaned up Migration template
  • AdminLTE breadcrumbs and page titles
  • Changed dashboard panels to AdminLTE boxes

Removed

  • Removed initial migration SQL dump.
  • Removed Dashboard Bootswatch config
  • Remove composer.lock from gitignore.
  • My Account from dashboard in favor of Frontend Profile Page

v2.4.0

5 years ago

[2.4.0] - 2018-07-19

Added

  • AdminLTE Bootstrap Theme for the dashboard has replaced the old dashboard template
  • Import/Export of site and page settings
  • Cron job support using Jobby
  • Gravatar Twig Extension
  • Developer log viewer using JSTree in the dashboard

Changed

  • Fixed jsonDecode Twig extension
  • Cleaned Up admin routes
  • Site and page settings can now be individually edited without refreshing the page.
  • Fixed Breadcrumbs on all admin pages

Removed

  • Removed settings.json from the developer dashboard.

v2.3.2

6 years ago

[2.3.2] - 2018-04-17

Added

  • Made deployment middleware work with github release events
  • Added environment support to phinx.php

Changed

  • Update for PHPMailer v6
  • Fixed Insert Into Post for the Cloudinary inputs
  • Fixed featured image in dashboard media.js
  • Fixed deploy URL failing CSRF check

Removed

  • Removed Dappur name from template img alt tags

v2.3.1

6 years ago

[2.3.1]

Added

  • DataTables searchable ajax on data intensive dashboard tables:
    • Users
    • Sent Emails
    • Blog Posts
    • Blog Comments
    • Contact Requests
  • Initial deployment file

Changed

  • Oauth Provider access_token to text from varchar.

v2.3.0

6 years ago

[2.3.0]

Added

  • Separated dappurware into its own support package.
  • Social Profiles to Users page in Dashboard
  • Session helper to the container
  • PHPMD and PHPCS into require-dev
  • Admin section for Oauth2 Providers
  • Oauth 2 Login Provider Support
  • Added profile check for incomplete profiles

Changed

  • Simplified cloudinary twig extension to most used functions
  • Fixed CSRF issue on local cms media upload
  • Exclude oauth pub route from seo settings
  • Exclude all global except site settings from email placeholders
  • Fixed Flash messages so that each message shown in a seperate panel

Removed

  • Removed paths from the settings file.

v2.2.0

6 years ago

[2.2.0]

Added

  • Get featured image from youtube video on blog and seo
  • Prevent directory listing of uploads folder
  • Added twitter player card width and height options
  • Added option to delete SEO video in admin
  • Added per page SEO config options

Changed

  • Required featured image if video on blog (for seo purposes)
  • Mage SEO image required
  • Changed default OG image
  • Cleaned Up navbar Logo
  • Alphabetized controllers.php file
  • Required page numbers to be numeric on blog
  • Updated Readme
  • Updated framework description

Removed

  • Removed logo from homepage in leiu of html config

v2.1.3

6 years ago

Added

  • Added Recaptcha to the login page.
  • Sweet Alert 2 has been added to the base.twig for the front end theme
  • Added page config for terms & conditions.
  • Made change password feature more secure/interactive.

Changed

  • Moved settings.json to the document root.
  • Fixed bug with page settings menu items not showing as active
  • Updated Readme
  • Fixed bug in assets allowing traverse of server directories.

Removed

  • Removed mcrypt_create_iv() usage in Dappurware\Email;
  • Removed unecessary array from database settings.

v2.1.2

6 years ago

[2.1.2] - 2018-02-11

Added

  • Changelog

Changed

  • Fixed permissions in AdminEmail and AdminSettings controllers.