Skip to content

Commit

Permalink
version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Oct 17, 2017
1 parent 3ce58f5 commit 9370466
Show file tree
Hide file tree
Showing 7 changed files with 311 additions and 51 deletions.
31 changes: 29 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
.idea
.project
.settings
*.esproj
*.sublime-workspace
*.sublime-project
*.tmproj
*.tmproject
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

<img src="https://raw.githubusercontent.com/engram-design/SocialPoster/master/screenshots/entry-edit.png" />
<img width="500" src="https://verbb.io/uploads/plugins/social-poster/_800x455_crop_center-center/social-poster-social-card.png">

Social Poster is a Craft CMS plugin for automatically posting entries to social media.

## Features

Expand All @@ -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)

<h2></h2>

## Thanks / Contributions
<a href="https://verbb.io" target="_blank">
<img width="100" src="https://verbb.io/assets/img/verbb-pill.svg">
</a>

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)
8 changes: 8 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions socialposter/SocialPosterPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function getName()

public function getVersion()
{
return '1.2.0';
return '1.2.1';
}

public function getSchemaVersion()
Expand All @@ -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()
Expand All @@ -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()
Expand Down
239 changes: 239 additions & 0 deletions socialposter/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions socialposter/resources/icon-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9370466

Please sign in to comment.