=== GP Auto Extract === Contributors: GregRoss Donate link: http://toolstack.com/donate Plugin URI: http://glot-o-matic.com/gp-auto-extract Author URI: http://toolstack.com Tags: translation, glotpress Requires at least: 4.4 Tested up to: 4.7 Stable tag: 0.7 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin for GlotPress as a WordPress plugin that adds an option to extract original strings from a remote source repo directly in to a GlotPress project. == Description == A plugin for [GlotPress](https://wordpress.org/plugins/glotpress) that adds an option to extract original strings from a remote source repo directly in to a GlotPress project. To set it up, go to Settings->GP Auto Extract in WordPress. You'll see a list of your projects in GP along with two options: 1. Source Type 2. Setting Each source type has the following settings associated with it: 1. None - Don't auto extract this project. 2. WordPress.org - the slug for the WordPress.org SVN repo to extract from (for example "gp-auto-extract" for this plugin). 3. GitHub - The user name and repo name on GitHub to extract from (for example "toolstack/gp-auto-extract"). 4. Custom - a complete url to a ZIP file containing the source code to extract from. Once the setting has be entered, you can save them with the button to the right and then run an extract which will update the originals in the given project from the source selected. == Installation == Install from the WordPress plugin directory. == Frequently Asked Questions == = TBD = TBD == Changelog == = 0.7 = * Release Date: January 10, 2017 * Added: Auto Extract option to the projects menu on the front end. * Fixed: Various WP_DEBUG warnings. * Fixed: Better handling of corrupt zip files. * Fixed: Make sure to remove temporary files. * Fixed: Source file references would incorrectly include plugin top level directory, thanks @brazabr. = 0.6 = * Release Date: March 18, 2016 * Documentation updates. = 0.5 = * Release Date: January 28, 2016 * Initial release.