devShort v3.0.0 Release Notes
Release Date: 2020-02-11 // about 3 years ago-
🔄 Changelog
- [NEW] Total admin panel redesign with vue.js and new layout (#12, #18)
- [NEW] Add shortlink search (1aee26d)
- [NEW] More user-friendly, integrated login system (#12)
- ⚡️ [IMP] Dedicated version update notification (#12)
- [IMP] Lowercase-only shortlinks (#20)
- [BUG] Don't overwrite existing shortlinks (#19)
- 🛠 [IMP][BUG] Small changes, fixes and enhancements
⚡️ How to update
🚀 This release contains breaking changes. Please save the files
admin/config.json
andadmin/stats.json
, remove all old files and upload then the new version. To restore your old configuration, convert your config.json and stats.json with our upgrade tool and upload them todata/config.json
anddata/stats.json
. No further actions are needed.
💥 Breaking changes:- All shortlinks are now converted in lowercase. The shortlinks are case insensitive.
- The dates in the stats.json are stored in iso dates (2020-01-01)
- The authentication system changed
✅ Many thanks to René Wagner for his contributions, testing and feedback.
Previous changes from v2.3.0
-
🔄 Changelog
- [IMP] Hardcode the rewrite rules in the .htaccess file
- [IMP] Serve robots.txt as file
- ⚡️ [IMP] Update dependency frappe-charts to v1.3.0
- [IMP] Code quality enhancements
- 🛠 [IMP][BUG] Small changes, fixes and enhancements
⚡️ How to update
⚡️ There are no breaking changes so update like described in our wiki.