The V1 Point Infinity Update - Scroll down to 'assets' to get the desktop app
Pre-releaseThis is a major update. The main changes here are; we now have the ability to have different admin panel themes. Also, there are a couple of syntax tweaks (detailed below). Finally, we now have our own CSS and JavaScript libraries. So, no more third party libraries! This is something I'm very excited about because not only has it given Trongate a massive performance boost. It has also given us the ability to enjoy industry leading levels of stability. This is because we are no longer at the mercy of somebody else's rewrite schedule.
A full video walkthrough of everything you need to know can be found here: https://youtu.be/5GARWIgb0mU.
TWO SYNTAX CHANGES
//fetching variables from URL
OLD: $name = $this->url->segment(3);
NEW: $name = segment(3);
//fetching posted variables
OLD: $name = $this->input('name', true);
NEW: $name = post('name', true);
I hope you enjoy this update. Full docs expected in about 2 to 3 weeks time.
Macho love,
DC
PS - The desktop app can be downloaded from the links below. At the moment, I just have Mac and Linux. I expect to have Windows added within the next 24 hours.