Docs moved
Docs/wiki has been moved to: https://docs.my-aac.org/
Read More Docs movedDocs/wiki has been moved to: https://docs.my-aac.org/
Read More Docs movedAfter 3 years again, it’s time to release our latest work – MyAAC v0.9.0. Minimum PHP version for this release is PHP v7.2.5. This time as alpha. Please not use in production server. Download & test & give feedback on what’s working, what’s not, and what’s good about this release. https://github.com/otsoft/myaac/releases/tag/v0.9.0-alpha
Read More v0.9.0-alpha releasedThere has been found recently vulnerability in the opentibiabr version of the MyAAC. If you use this version, you should either remove completely all bazaar pages, or patch this fix: https://github.com/opentibiabr/myaac/commit/bbcb83896e9fed3788db1ce07897fc3274d3430a
Read More Important: Vulnerability found in opentibiabr versionDue to lack of motivation I decided to discontinue the project. Sorry! #edit Well, that was april fools! So don’t worry because I still work on this project 🙂 Expect a new release soon!
Read More Project discontinuedNews! You can now preview the new release (0.9) and login as admin to view the new admin panel! Page: Login – MyAAC Next Demo (https://next.my-aac.org/admin) Login: admin, password: admin You can do almost anything. Only plugin upload is disabled and php pages, for security. You cannot also edit the admin account, and you cannot change …
Read More Next version preview onlinegpedro developed a nice plugin which adds snow effect on the website. The plugin works only in december, but this can be changed by editing the plugins/myaac_snow_december/myaac_snow_december.php file and removing following 2 lines: if (date(‘m’) === ’12’) {} Plugin can be downloaded here: https://github.com/gpedro/myaac_snow_december/releases Demo: https://demo.my-aac.org/
Read More Snow effect in decemberFinally, we managed to get the 100th star on GitHub. The #100th user starring our repo was Amiroslo! Thanks guys for your support and we hope for more in the future!
Read More Success! #100 stars on GitHub!v0.8.7Â has just been released containing mostly fixes, but also new feature – login.php is now included with the AAC, so you won’t need to install it separately by plugin.
Read More v0.8.7 has been releasedEver wanted to create a template for MyAAC? I wrote a tutorial how you can do it. It’s available in the wiki: https://github.com/slawkens/myaac/wiki/Templates
Read More How to create MyAAC TemplateWe’re now following the git-flow-workflow. For those who don’t know yet what it is, short explanation: git-flow are a set of git extensions to provide high-level repository operations for Vincent Driessen’s branching model. Link to the git-flow-cheatsheet: https://danielkummer.github.io/git-flow-cheatsheet/index.html So, we have now master branch for production releases (stable release, currently 0.8), and we have develop …
Read More MyAAC + git-flow