mirror of
https://github.com/woocommerce/storefront.git
synced 2025-10-03 14:04:42 +08:00
Update changelog, bump version number
This commit is contained in:
parent
1bfefa92f6
commit
a331efb74a
3 changed files with 12 additions and 5 deletions
13
README.txt
13
README.txt
|
@ -1,9 +1,9 @@
|
|||
=== Storefront ===
|
||||
Contributors: automattic, tiagonoronha, jameskoster
|
||||
Requires at least: 4.7
|
||||
Tested up to: 4.9
|
||||
Stable tag: 2.4.0-dev
|
||||
Version: 2.4.0-dev
|
||||
Tested up to: 5.0
|
||||
Stable tag: 2.3.5
|
||||
Version: 2.4.0-beta1
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
|
||||
|
@ -49,6 +49,13 @@ Privacy Policy for the Google Fonts API: https://developers.google.com/fonts/faq
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.4.0 - 2018-11-23 =
|
||||
* New - Adds support for the new blocks introduced in WordPress 5.0.
|
||||
* Tweak - Remove legacy Jetpack logo feature.
|
||||
* Tweak - Move all WooCommerce related code inside of the `inc/woocommerce` directory.
|
||||
* Fix - Allow zooming and scaling for improved accessibility.
|
||||
* Fix - Multiple code standards improvements.
|
||||
|
||||
= 2.3.5 - 2018-10-24 =
|
||||
* Fix - Use Pointer Events API for consistency across touchscreen devices when interacting with menus.
|
||||
* Fix - Removed CSS rule that was incorrectly changing the width of image logos to 100%.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "storefront",
|
||||
"title": "Storefront",
|
||||
"version": "2.3.2",
|
||||
"version": "2.4.0",
|
||||
"homepage": "http://woocommerce.com/storefront/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -4,7 +4,7 @@ Theme URI: https://woocommerce.com/storefront/
|
|||
Author: Automattic
|
||||
Author URI: https://woocommerce.com/
|
||||
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
|
||||
Version: 2.4.0-dev
|
||||
Version: 2.4.0-beta1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: storefront
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue