You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# Create React WP Theme <!-- omit in toc -->
2
2
3
-
Nov. 23, 2019
3
+
Dec. 5, 2019
4
4
<br />
5
-
[v3.2.0](https://github.com/facebook/create-react-app/releases/tag/v3.2.0) of [Create React App](https://create-react-app.dev/) is still the latest.
5
+
[v3.3.0](https://github.com/facebook/create-react-app/releases/tag/v3.3.0) of [Create React App](https://create-react-app.dev/) was released yesterday. I usually wait a few days before updating `create-react-wptheme` just to make sure that they don't have any major bugs. So look for the updated `create-react-wptheme` sometime Wed-Thu next week.
6
+
7
+
But don't let that stop you from creating a new theme now, as updating your theme is quite painless (see [Updating Existing Themes](#updating-existing-themes)) below.
8
+
9
+
The current release of `create-react-wptheme` is based on [v3.2.0](https://github.com/facebook/create-react-app/releases/tag/v3.2.0) of [Create React App](https://create-react-app.dev/).
10
+
11
+
----
6
12
7
13
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
8
14
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
0 commit comments