woocommerce/plugins/woocommerce-beta-tester/readme.txt

85 lines
3.1 KiB
Plaintext
Raw Normal View History

=== WooCommerce Beta Tester ===
2018-06-07 11:11:40 +00:00
Contributors: automattic, bor0, claudiosanches, claudiulodro, kloon, mikejolley, peterfabian1000
Tags: woocommerce, woo commerce, beta, beta tester, bleeding edge, testing
Requires at least: 4.7
2019-03-13 17:56:06 +00:00
Tested up to: 5.1
2018-06-07 11:11:40 +00:00
Stable tag: 2.0.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
2018-06-07 11:11:40 +00:00
Easily update to prerelease versions of WooCommerce for testing and development
purposes.
== Description ==
2018-06-07 11:11:40 +00:00
**WooCommerce Beta Tester** allows you to try out new versions of WooCommerce
before they are officially released.
2018-06-07 11:11:40 +00:00
**Use with caution, not on production sites. Beta releases may not be stable.**
2018-06-07 11:11:40 +00:00
After activation, you'll be able to choose an update channel:
2018-06-07 11:11:40 +00:00
1. Beta - Update to beta releases, RC, or stable, depending on what is newest.
2. Release Candidate - Update to RC releases or stable, depending on what is
newest.
3. Stable - No beta updates. Default WordPress behavior.
These will surface pre-releases via automatic updates in WordPress. Updates will
replace your installed version of WooCommerce.
**Note**, 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.
== Frequently Asked Questions ==
= Does this allow me to install multiple versions of WooCommerce at the same
time?
No; updates will replace your currently installed version of WooCommerce. You
can switch to any version from this plugin via the interface however.
= Where do updates come from? =
Updates are downloaded from the WordPress.org SVN repository where we tag
prerelease versions specifically for this purpose.
= Does this rollback my data? =
This plugin does not rollback or update data on your store automatically.
Database updates are manually ran like after regular updates. If you downgrade,
data will not be modified. We don't recommend using this in production.
= Where can I report bugs or contribute to WooCommerce Beta Tester? =
Bugs can be reported to the [WooCommerce Beta Tester GitHub issue tracker](https://github.com/woocommerce/woocommerce-beta-tester).
= Where can I report bugs or contribute to WooCommerce? =
Join in on our [GitHub repository](https://github.com/woocommerce/woocommerce/).
See our [contributing guidelines here](https://github.com/woocommerce/woocommerce/blob/master/.github/CONTRIBUTING.md).
== Changelog ==
2018-06-07 11:11:40 +00:00
= 2.0.0 =
* Enhancement - Re-built to pull updates from the WordPress.org repository rather than GitHub.
* Enhancement - Channel selection; choose to receive RC or beta versions.
* Enhancement - Admin bar item shows version information, and offers shortcuts to functionality.
* Enhancement - Shortcut to log GitHub issues.
* Enhancement - Version switcher; choose which release or prerelease to switch to.
* Enhancement - Setting to enable auto-updates.
= 1.0.3 =
* Fix repo URLs and directory renaming.
= 1.0.2 =
2017-03-17 14:52:43 +00:00
* Updated API URL.
2016-01-06 11:32:10 +00:00
= 1.0.1 =
* Switched to releases API to get latest release, rather than tag which are not chronological.
2015-07-15 19:53:30 +00:00
2016-01-06 11:32:10 +00:00
= 1.0 =
* First release.