From 9370466fd029bc83f1d0f7c99dfc241439824c71 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Wed, 18 Oct 2017 07:04:48 +1100 Subject: [PATCH] version 1.2.1 --- .gitignore | 31 +++- README.md | 24 ++- changelog.json | 8 + socialposter/SocialPosterPlugin.php | 10 +- socialposter/composer.lock | 239 +++++++++++++++++++++++++++ socialposter/resources/icon-mask.svg | 29 ++-- socialposter/resources/icon.svg | 21 +-- 7 files changed, 311 insertions(+), 51 deletions(-) create mode 100644 socialposter/composer.lock diff --git a/.gitignore b/.gitignore index 612fa09..9050405 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,30 @@ -*.log +# CRAFT ENVIRONMENT +.env.php +.env.sh +.env + +# COMPOSER +/vendor + +# BUILD FILES +/bower_components/* +/node_modules/* +/build/* +/yarn-error.log + +# MISC FILES +.cache .DS_Store -composer.lock \ No newline at end of file +.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 028384c..3ba45fc 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# Social Poster +> +> ### Social Poster has a new home with the fine folks at Verbb. Read about it in our [blog post](https://verbb.io/blog/welcome-to-verbb). +> -Social Poster is a Craft CMS plugin for automatically posting entries to social media. +# Social Poster Plugin for Craft CMS - + +Social Poster is a Craft CMS plugin for automatically posting entries to social media. ## Features @@ -13,17 +16,20 @@ Social Poster is a Craft CMS plugin for automatically posting entries to social - Selectively post to different networks, or re-post on-demand. - Integrates with the [Dukt OAuth plugin](https://dukt.net/craft/oauth/). - ## Documentation -Please visit the [Wiki](https://github.com/engram-design/SocialPoster/wiki) for all documentation, a getting started guide, template tags, and developer resources. +Visit the [Social Poster Plugin page](https://verbb.io/craft-plugins/social-poster) for all documentation, guides, pricing and developer resources. + +## Support + +Get in touch with us via the [Social Poster Support page](https://verbb.io/craft-plugins/social-poster/support) or by [creating a Github issue](/verbb/social-poster/issues) +

-## Thanks / Contributions + + + -Big thanks to the [Dukt team](https://github.com/dukt) and their work on the [OAuth plugin](https://dukt.net/craft/oauth/), along with [@benjamindavid](https://github.com/benjamindavid) specifically with feedback, suggestions and troubleshooting. -### Changelog -[View JSON Changelog](https://github.com/engram-design/SocialPoster/blob/master/changelog.json) diff --git a/changelog.json b/changelog.json index 93a36ab..4a21506 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,12 @@ [ + { + "version": "1.2.1", + "downloadUrl": "https://github.com/engram-design/SocialPoster/archive/1.2.1.zip", + "date": "2017-10-18T00:00:00+10:00", + "notes": [ + "[Added] Verbb marketing (new plugin icon, readme, etc)." + ] + }, { "version": "1.2.0", "downloadUrl": "https://github.com/engram-design/SocialPoster/archive/1.2.0.zip", diff --git a/socialposter/SocialPosterPlugin.php b/socialposter/SocialPosterPlugin.php index 9248333..ea77061 100644 --- a/socialposter/SocialPosterPlugin.php +++ b/socialposter/SocialPosterPlugin.php @@ -14,7 +14,7 @@ public function getName() public function getVersion() { - return '1.2.0'; + return '1.2.1'; } 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/SocialPoster'; + return 'https://github.com/verbb/social-poster'; } public function getDocumentationUrl() @@ -44,7 +44,7 @@ public function getDocumentationUrl() public function getReleaseFeedUrl() { - return 'https://raw.githubusercontent.com/engram-design/SocialPoster/master/changelog.json'; + return 'https://raw.githubusercontent.com/verbb/social-poster/master/changelog.json'; } public function getRequiredPlugins() diff --git a/socialposter/composer.lock b/socialposter/composer.lock new file mode 100644 index 0000000..2fd8536 --- /dev/null +++ b/socialposter/composer.lock @@ -0,0 +1,239 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "hash": "0fd866d622df35bebb0361d7dd6fe2cc", + "content-hash": "35a239f26f96a30f3493aef7e0f87f9b", + "packages": [ + { + "name": "guzzlehttp/guzzle", + "version": "6.2.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "d094e337976dff9d8e2424e8485872194e768662" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", + "reference": "d094e337976dff9d8e2424e8485872194e768662", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "~1.0", + "guzzlehttp/psr7": "~1.1", + "php": ">=5.5.0" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "~4.0", + "psr/log": "~1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.2-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2016-03-21 20:02:09" + }, + { + "name": "guzzlehttp/promises", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", + "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "time": "2016-05-18 16:56:05" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.3.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", + "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "PSR-7 message implementation", + "keywords": [ + "http", + "message", + "stream", + "uri" + ], + "time": "2016-06-24 23:00:38" + }, + { + "name": "psr/http-message", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2015-05-04 20:22:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} diff --git a/socialposter/resources/icon-mask.svg b/socialposter/resources/icon-mask.svg index 1da8d52..61ced93 100644 --- a/socialposter/resources/icon-mask.svg +++ b/socialposter/resources/icon-mask.svg @@ -1,15 +1,14 @@ - - - - - - + + + + + diff --git a/socialposter/resources/icon.svg b/socialposter/resources/icon.svg index 33b9fc5..8f12bb6 100644 --- a/socialposter/resources/icon.svg +++ b/socialposter/resources/icon.svg @@ -1,20 +1 @@ - - - - - - - - - - - + \ No newline at end of file