Updated the readme.txt

This commit is contained in:
Claudio Sanches 2015-07-15 16:53:30 -03:00
parent 3915c1e29f
commit c75307a785
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
=== WooCommerce Beta Tester ===
Author URI: http://woothemes.com/
Plugin URI: https://github.com/woothemes/woocommerce-beta-tester
Contributors: woothemes, mikejolley
Contributors: woothemes, mikejolley claudiosanches
Tags: woocommerce, wc, beta, beta tester, bleeding edge
Requires at least: 4.2
Tested up to: 4.2
@ -13,13 +13,14 @@ Run bleeding edge versions of WooCommerce from our Github repo. This will replac
**This plugin is meant for testing and development purposes only. You should under no circumstances run this on a production website.**
Easily run the latest tagged version of [WooCommerce](http://wordpress.org/extend/plugins/woocommerce/) right from GitHub, including beta versions.
Easily run the latest tagged version of [WooCommerce](http://wordpress.org/plugins/woocommerce/) right from GitHub, including beta versions.
Just like with any plugin, this will not check for updates on every admin page load unless you explicitly tell it to. You can do this by clicking the "Check Again" button from the WordPress updates screen or you can set the WC_BETA_TESTER_FORCE_UPDATE to true in your wp-config.php file.
Just like with any plugin, this will not check for updates on every admin page load unless you explicitly tell it to. You can do this by clicking the "Check Again" button from the WordPress updates screen or you can set the `WC_BETA_TESTER_FORCE_UPDATE` to true in your `wp-config.php` file.
Based on WP_GitHub_Updater by Joachim Kudish and code by Patrick Garman.
== Changelog ==
= 1.0 =
* First release.