Skip to content

Commit 2310a6e

Browse files
Merge pull request #59 from dreamsicle-io/release/3.4.0
Release/3.4.0
2 parents 1770865 + cea325d commit 2310a6e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Theme Name: (WP Theme)
3737
Template: ()
3838
Theme URI: (https://github.com/example/wp-theme)
3939
Theme Bugs URI: (https://github.com/example/wp-theme/issues)
40-
Theme Repository URI: (git+ssh://git@github.com/example/wp-theme.git)
40+
Theme Repository URI: (git+ssh://git@github.com:example/wp-theme.git)
4141
Theme Repository Type: (git)
4242
Description: (This theme was generated using create-wp-theme.)
4343
Author: (Example, INC.)
@@ -70,7 +70,7 @@ The tool will log its progress and errors in the console, exiting on completion
7070
📄 License written ― LICENSE
7171
📚 Theme relocated ― tests\wp-theme
7272
📁 Repo initialized ― Repo type: "git"
73-
🔗 Remote repo added ― git+ssh://git@github.com/example/wp-theme.git
73+
🔗 Remote repo added ― git+ssh://git@github.com:example/wp-theme.git
7474
💾 Initial files committed ― [main (root-commit) 37be1d1] ― 56 files changed, 4276 insertions(+)
7575
7676
🚀 Theme created ― Created "WP Theme" in tests\wp-theme
@@ -158,7 +158,7 @@ Options:
158158
-T, --themeTemplate [string] The parent theme if this is a child theme (default: "")
159159
-U, --themeURI <string> The theme URI (default: "https://github.com/example/wp-theme")
160160
-B, --themeBugsURI <string> The theme bugs URI (default: "https://github.com/example/wp-theme/issues")
161-
-R, --themeRepoURI <string> The theme repository URI (default: "git+ssh://git@github.com/example/wp-theme.git")
161+
-R, --themeRepoURI <string> The theme repository URI (default: "git+ssh://git@github.com:example/wp-theme.git")
162162
-r, --themeRepoType <string> The theme repository type (default: "git")
163163
-D, --themeDescription <string> The theme description (default: "This theme was generated using create-wp-theme.")
164164
-A, --themeAuthor <string> The theme author (default: "Example, INC.")

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dreamsicle.io/create-wp-theme",
3-
"version": "3.3.3",
3+
"version": "3.4.0",
44
"type": "module",
55
"description": "A command line tool for creating modern, optimized WordPress themes.",
66
"main": "index.js",

0 commit comments

Comments
 (0)