Skip to content

Commit 393c531

Browse files
committed
Update for release
1 parent 9318306 commit 393c531

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/auto-tag-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Automatically tag new version"
33
on:
44
push:
55
branches:
6-
- "main"
6+
- "master"
77
paths:
88
- "setup.php"
99

setup.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function plugin_init_addressing()
8080
}
8181
}
8282

83+
8384
// Get the name and the version of the plugin - Needed
8485
function plugin_version_addressing()
8586
{

0 commit comments

Comments
 (0)