diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9050405 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# CRAFT ENVIRONMENT +.env.php +.env.sh +.env + +# COMPOSER +/vendor + +# BUILD FILES +/bower_components/* +/node_modules/* +/build/* +/yarn-error.log + +# MISC FILES +.cache +.DS_Store +.idea +.project +.settings +*.esproj +*.sublime-workspace +*.sublime-project +*.tmproj +*.tmproject +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json diff --git a/README.md b/README.md index f69159f..5f37dde 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -# Workflow +> +> ### Workflow has a new home with the fine folks at Verbb. Read about it in our [blog post](https://verbb.io/blog/welcome-to-verbb). +> -Workflow is a Craft CMS plugin for a common publisher-editor scenario when it comes to content authoring. - -Your site might have two distinct user groups - Publishers and Editors. An Editor is a user who can create and edit content entries, but cannot publish these so they are publicly visible. Instead, Editors should submit these entries to a Publisher user, who is then notified (via email), reviews the entry, and eventually approved the entry for public viewing. +# Workflow Plugin for Craft CMS - + +Workflow is a Craft CMS plugin for a common publisher-editor scenario when it comes to content authoring. ## Features @@ -14,19 +15,21 @@ Your site might have two distinct user groups - Publishers and Editors. An Edito - Email notifications to Publisher group, which editable content. - Events for third-party plugins to hook into for submissions. - ## Documentation -Please visit the [Wiki](https://github.com/engram-design/Workflow/wiki) for all documentation, a getting started guide, template tags, and developer resources. +Visit the [Workflow Plugin page](https://verbb.io/craft-plugins/workflow) for all documentation, guides, pricing and developer resources. + +## Support + +Get in touch with us via the [Workflow Support page](https://verbb.io/craft-plugins/workflow/support) or by [creating a Github issue](/verbb/workflow/issues) + +
+ + + + -## Roadmap -- Entry diffs to compare previous and submitted entries. -- Setting specific recipients for Publisher notifications - rather than entire Publisher group. -- Better note-tracking per-version -- Incorporate versions - tie each submission to a version -### Changelog -[View JSON Changelog](https://github.com/engram-design/Workflow/blob/master/changelog.json) diff --git a/changelog.json b/changelog.json index 021c2a9..41d5672 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,12 @@ [ + { + "version": "0.9.5", + "downloadUrl": "https://github.com/engram-design/Workflow/archive/0.9.5.zip", + "date": "2017-10-18T00:00:00+10:00", + "notes": [ + "[Added] Verbb marketing (new plugin icon, readme, etc)." + ] + }, { "version": "0.9.4", "downloadUrl": "https://github.com/engram-design/Workflow/archive/0.9.4.zip", diff --git a/workflow/WorkflowPlugin.php b/workflow/WorkflowPlugin.php index a4228d4..5125ecf 100644 --- a/workflow/WorkflowPlugin.php +++ b/workflow/WorkflowPlugin.php @@ -14,7 +14,7 @@ public function getName() public function getVersion() { - return '0.9.4'; + return '0.9.5'; } public function getSchemaVersion() @@ -24,17 +24,17 @@ public function getSchemaVersion() public function getDeveloper() { - return 'S. Group'; + return 'Verbb'; } public function getDeveloperUrl() { - return 'http://sgroup.com.au'; + return 'https://verbb.io'; } public function getPluginUrl() { - return 'https://github.com/engram-design/Workflow'; + return 'https://github.com/verbb/workflow'; } public function getDocumentationUrl() @@ -44,7 +44,7 @@ public function getDocumentationUrl() public function getReleaseFeedUrl() { - return 'https://raw.githubusercontent.com/engram-design/Workflow/master/changelog.json'; + return 'https://raw.githubusercontent.com/verbb/workflow/master/changelog.json'; } public function hasCpSection() diff --git a/workflow/resources/icon-mask.svg b/workflow/resources/icon-mask.svg index 515d3c5..206f13f 100644 --- a/workflow/resources/icon-mask.svg +++ b/workflow/resources/icon-mask.svg @@ -1,16 +1,15 @@ - - - - + + + diff --git a/workflow/resources/icon.svg b/workflow/resources/icon.svg index 3cdc9f8..f826fa4 100644 --- a/workflow/resources/icon.svg +++ b/workflow/resources/icon.svg @@ -1,21 +1 @@ - - - - + \ No newline at end of file