We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8f3b3 commit d0226ddCopy full SHA for d0226dd
1 file changed
vmfa-editorial-workflow.php
@@ -37,15 +37,15 @@
37
}
38
39
// Update checker via GitHub releases.
40
-if ( ! class_exists( \Soderlind\WordPress\GitHubUpdater::class ) ) {
+if ( ! class_exists( \Soderlind\WordPress\GitHubUpdater::class) ) {
41
require_once __DIR__ . '/class-github-updater.php';
42
43
\Soderlind\WordPress\GitHubUpdater::init(
44
- github_url: 'https://github.com/soderlind/vmfa-editorial-workflow',
+ github_url: 'https://github.com/soderlind/vmfa-editorial-workflow',
45
plugin_file: VMFA_EDITORIAL_WORKFLOW_FILE,
46
plugin_slug: 'vmfa-editorial-workflow',
47
- name_regex: '/vmfa-editorial-workflow\.zip/',
48
- branch: 'main',
+ name_regex: '/vmfa-editorial-workflow\.zip/',
+ branch: 'main',
49
);
50
51
/**
0 commit comments