As many developers probably know by now, beta 8 will introduce lots of namespace changes. The list is extremely long, and it can be easy to miss one of the changes, that's why I created this script.
Disclaimer
This could potentially break your extension. Please make sure you have a backup somewhere before running this script. I am not responsible for lost work.
How to use
- Navigate to your extension's root dir
- Download it:
wget 'https://gist.githubusercontent.com/CDK2020/867c54091dd330006dd7d4a0271a2a22/raw/convert.sh' -O convert.sh
- Make sure it has permission to run:
chmod u+x convert.sh
- Run it:
./convert.sh
- Profit
If you have any suggestions to make it better, please let me know.
Edit: Tweaked the script a bit 1 hour after the original post.