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
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Create React WP Theme <!-- omit in toc -->
2
2
3
-
Dec. 5, 2019
3
+
Dec. 15, 2019
4
4
<br />
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.
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. It's a major change, and it's going take me another week to make the changes to `create-react-wptheme`.
6
6
7
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
8
9
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
10
11
-
----
11
+
---
12
12
13
13
The intention of this project is to maintain a set of custom `react-scripts` that will allow you to
14
14
create React WordPress themes as easily as `create-react-app` allows other devs to create their apps.
@@ -28,18 +28,18 @@ Check it out:
28
28
29
29
For more details check out the rest of this document.
0 commit comments