2011-12-16, 13:05:55
I released V1.4 today. Below are the changes:
Version 1.4 (12/15/2011)
- Fixed "Manage User" Form In All Versions Of IE - Previously clicking the "Edit" link for a user crashed IE
- Fixed Occasional Error That Occurred When Resetting Password From Front End
- Re-Coded Entire Plugin For Easier Future Updating & Community Collaboration
- Added "Update This Plugin" Button Which Will Update The Plugin To The Newest Version In Extend
- Fixed Problem With Settings Page
Previously changing the password from the settings page would overwrite permissions.
- Various Other Changes And Improvements
Settings Page Fix Info
Many of you are aware of the previous issue where if a user changes their password or any info on the GS "Settings" page, their permissions would be removed and they were allowed to access every area.
This was due to a missing hook in the get-simple core. This hook was added in a new version of the GS V3.1B.
If You Are Not Using GS V3.1B:
Hint: Paste the above code right after you see the below code:
Version 1.4 (12/15/2011)
- Fixed "Manage User" Form In All Versions Of IE - Previously clicking the "Edit" link for a user crashed IE
- Fixed Occasional Error That Occurred When Resetting Password From Front End
- Re-Coded Entire Plugin For Easier Future Updating & Community Collaboration
- Added "Update This Plugin" Button Which Will Update The Plugin To The Newest Version In Extend
- Fixed Problem With Settings Page
Previously changing the password from the settings page would overwrite permissions.
- Various Other Changes And Improvements
Settings Page Fix Info
Many of you are aware of the previous issue where if a user changes their password or any info on the GS "Settings" page, their permissions would be removed and they were allowed to access every area.
This was due to a missing hook in the get-simple core. This hook was added in a new version of the GS V3.1B.
If You Are Not Using GS V3.1B:
- open admin/settings.php
- Around Line 125 paste the following code:
Code:
<?php exec_action('settings-user'); ?>
Hint: Paste the above code right after you see the below code:
Code:
$xml->addChild('LANG', $LANG);