Remove changelog entry, change header versions
This commit is contained in:
parent
e08540dcf6
commit
12f033e477
|
@ -121,7 +121,6 @@
|
||||||
* Enhancement - [Transparency] CLI command for viewing tracking data for your store. #30010
|
* Enhancement - [Transparency] CLI command for viewing tracking data for your store. #30010
|
||||||
* Enhancement - All settings pages can now be extended consistently with new sections and settings. Also, unit tests have been added. #27684
|
* Enhancement - All settings pages can now be extended consistently with new sections and settings. Also, unit tests have been added. #27684
|
||||||
* Enhancement - Set checkout fields value with the default defined value where form is not presented to the user. #29820
|
* Enhancement - Set checkout fields value with the default defined value where form is not presented to the user. #29820
|
||||||
* Enhancement - Update `locale-info.php` to contain all the countries, currency specs and locale information. #30216
|
|
||||||
* Tweak - Show legacy widget instance in Rest API. #30012
|
* Tweak - Show legacy widget instance in Rest API. #30012
|
||||||
* Tweak - No longer load PayPal Standard by default on new installs. #29971
|
* Tweak - No longer load PayPal Standard by default on new installs. #29971
|
||||||
* Tweak - Rename Products, Products by Rating, and Recent Viewed Products widgets to Products list, Products by Rating list, and Recently Viewed Products list. #29941
|
* Tweak - Rename Products, Products by Rating, and Recent Viewed Products widgets to Products list, Products by Rating list, and Recently Viewed Products list. #29941
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Currency formatting information
|
* Currency formatting information
|
||||||
*
|
*
|
||||||
* @package WooCommerce\i18n
|
* @package WooCommerce\i18n
|
||||||
* @version 5.5.0
|
* @version 5.6.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
defined( 'ABSPATH' ) || exit;
|
defined( 'ABSPATH' ) || exit;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Locales information
|
* Locales information
|
||||||
*
|
*
|
||||||
* @package WooCommerce\i18n
|
* @package WooCommerce\i18n
|
||||||
* @version 5.5.0
|
* @version 5.6.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
defined( 'ABSPATH' ) || exit;
|
defined( 'ABSPATH' ) || exit;
|
||||||
|
|
Loading…
Reference in New Issue