-
Notifications
You must be signed in to change notification settings - Fork 62
Home
Zack Katz edited this page Dec 3, 2015
·
5 revisions
If you find a bug, let us know here
- Pull in new translations from Transifex
cd /[ path to ]/wp-content/plugins/gravityview
-
tx pull -a
- Get the latest Transifex translations -
find . -name *.po -execdir sh -c 'msgfmt "$0" -o `basename $0 .po`.mo' '{}' ;
- Convert translations to .mo from .po files - Update
readme.txt
to thank the translators - Update
includes/admin-welcome.php
to add translators to contributors page
- Commit to GitHub
- Create a Release
-
python /usr/bin/git-archive-all ../gravityview.zip
- Create a ZIP in the/plugins/
directory (uses the git-archive-all script that includes subprojects in .zip archives)
- Push live
- Upload to the website
- Update the Version Number
- Upload new ReadMe file
- Announce
- Create HootSuite Twitter/FB/G+ message
- Send email via MailChimp
- Write blog post