Skip to content

Latest commit

 

History

History
61 lines (57 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

61 lines (57 loc) · 3.29 KB

v2.0.0 - [not released]

  • New feature: #78, #59, #27 HybridAuth was integrated into A3M, which means that the old social logins no longer work.
  • New feature: #30 Verify e-mail after sign-up (can be now enabled in config).
  • New feature: Default user group can be set in config.
  • New feature: Added jQuery validation to sign up page.
  • New feature: #74 Force user to reset password upon next sign-in
  • New feature: #75 Option to send user credentials to new user created via administration
  • New feature: Added support for table prefixes
  • New feature: Initialize function in authentication library
  • New feature: Authorization library is_role() now accepts arrays
  • New feature: Added support for DocBlock documentation generation
  • New feature: Can now set settings min and max length for username and min length for password
  • New feature: #125 Force reset password
  • Update: Update to jQuery 2.1.4
  • Update: Updated Twitter Bootstrap to 3.3.5
  • Update: #70 Updated to Twitter Bootstrap 3.0.3
  • Update: #47 Updated to CodeIgniter 3.
  • Update: Update of authorization library so that are compared roles and permissions are lower string before being compared.
  • Update: .htaccess based on @chego77 suggestion. If you are using NGINX use: location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?/$1 last; } } (thanks to @sventech)
  • Update: #120 Update reCaptcha
  • Update: #119 + #133 + #136 - "Cache" account_permissions on same request (thanks to @Dentxinho)
  • Change: #70 Changed the naming structure for A3M.
  • Change: #56 Removed full name and postal code from user details and DB.
  • Change: Changed how views are called. Now using a template into which all views are inserted.
  • Change: Profile settings was merged into Account settings to reduce user confusion
  • Fix: #106 Hardcoded English texts
  • Fix: Issues on Connect_create and Connect
  • Fix: #128 404 Error on Social Accounts
  • Fix: #129 account_details_model->update issue
  • Remove: Currency table and reference to country by IP table and related functionality

v1.0.3

  • Fix: #98 Session Error after updating to CI 2.2.0
  • Fix: Fix a permission bug in admin manage roles and manage permissions
  • Update: Gravatar library

v1.0.2

  • Update: CodeIgniter to 2.2.0
  • Update: Facebook SDK to v3.2.3
  • Update: #90 Facebook Redirect page view
  • Update: Removed align parameter from photo helper and added function description

v1.0.1

v1.0.0

  • New feature: Admin panel
  • New feature: #9 Changed the markup to bootstrap.
  • Update: #40 Updated Twitter Bootstrap to version 2.3.2
  • Update: #50 Updating social media icons.
  • Update: #43 Twitter API updated to 1.1
  • Update: #45 Updating jQuery to 2.0.2
  • Update: #45 Fixing remaining pages for HTML5 and Bootstrap.
  • Update: #18 Reformatted project style to match CI's guidelines.
  • Fix: #51 Timezones table now has additional column for CodeIgniter friendly timezone format.
  • Fix: #29 XSS on forgot password, also added missing validation.
  • Fix: #21, #22 XSS Vulnerabilities fixed.
  • Fix: #12 Removed insecure SSL configuration.
  • Fix: #10 Correct twitter config & helper location.
  • Fix: #8 Fixed twitter_model reference.
  • Fix: #5 Fixed some wrong load->view references and included missing headers in some views.