Skip to content

Commit

Permalink
update Shariff 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronste committed May 13, 2024
1 parent 5cafc8a commit 2ef9f35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Shariff plugin

This plugin adds social media buttons to your web site (to the footer of each page, the article page or the sidebar) without compromising the privacy of website users. It implements shariff by Heise Medien GmbH ([Github](https://github.com/heiseonline/shariff), [article](http://ct.de/shariff)) in [Open Journal Systems](https://pkp.sfu.ca/ojs/).
This plugin adds social media buttons to your web site (to the footer of each page, the article page or the sidebar) without compromising the privacy of website users. It implements shariff by Heise Medien GmbH ([Github](https://github.com/heiseonline/shariff), [article](http://ct.de/shariff), [npm](https://www.npmjs.com/package/shariff)) in [Open Journal Systems](https://pkp.sfu.ca/ojs/).

This plugin has been tested with OJS version 3.4.0-3. It should also be compatible with OMP 3.4 and OPS 3.4.

## Features

Available social media services (as of Shariff 3.2.1) are:
Available social media services (as of Shariff 3.3.0) are:

- Twitter
- Facebook
Expand All @@ -27,13 +27,11 @@ Available social media services (as of Shariff 3.2.1) are:
- Print
- Buffer
- Flipboard
- Tencent-Weibo
- Pocket
- Telegram
- vk
- Info


Additionally an info button that links to the heise article can be added. You can also add a mail icon.

The plugin offers a selection of settings like themes, orientation and position of the social media buttons (see settings below) accessible via "Website -> Appearance". As of plugin version 3.3.1 WCAG conformant buttons are available and are enbaled by default.
Expand Down Expand Up @@ -83,6 +81,7 @@ Contact us via [email protected]. Find out more about the project [OJS-de.net](

## Version History

* 3.4.4 Update Shariff 3.3.0 - thanks to lepidus
* 3.3.1, 3.4.2 - provides WCAG 2 conformant social media buttons - thanks to staff at University of Oklahoma Libraries
* 3.4 - plugin version for OJS 3.4
* 3.3 - plugin version for OJS 3.3
Expand Down
2 changes: 1 addition & 1 deletion ShariffSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function __construct($action, $locales, $context) {
['value' => 'print', 'label' => __('plugins.generic.shariff.settings.service.print')],
['value' => 'buffer', 'label' => __('plugins.generic.shariff.settings.service.buffer')],
['value' => 'flipboard', 'label' => __('plugins.generic.shariff.settings.service.flipboard')],
['value' => 'tencent', 'label' => __('plugins.generic.shariff.settings.service.tencentweibo')],
// ['value' => 'tencent', 'label' => __('plugins.generic.shariff.settings.service.tencentweibo')],
['value' => 'pocket', 'label' => __('plugins.generic.shariff.settings.service.pocket')],
['value' => 'telegram', 'label' => __('plugins.generic.shariff.settings.service.telegram')],
['value' => 'vk', 'label' => __('plugins.generic.shariff.settings.service.vk')],
Expand Down
4 changes: 2 additions & 2 deletions version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<version>
<application>shariff</application>
<type>plugins.generic</type>
<release>3.4.3.2</release>
<date>2024-03-22</date>
<release>3.4.4.0</release>
<date>2024-05-13</date>
<sitewide>0</sitewide>
<lazy-load>1</lazy-load>
<class>ShariffPlugin</class>
Expand Down

0 comments on commit 2ef9f35

Please sign in to comment.