Skip to content

Commit

Permalink
WhatsApp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yanniks committed Dec 16, 2014
1 parent f8f7cee commit 149b0a5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.9
version=1.0.10
if [ "$1" = "zip" ]; then
rm -rf shariff-wp
mkdir -p shariff-wp
Expand All @@ -21,7 +21,7 @@ elif [ "$1" = "svn" ]; then
cp shariff/build/shariff.min.* shariff-svn/trunk/dep
cp -R backend-php/build/src shariff-svn/trunk/backend/src
cp -R backend-php/build/vendor shariff-svn/trunk/backend/vendor
cp -R fontawesome/fonts shariff-svn/fafonts
cp -R fontawesome/fonts shariff-svn/trunk/fafonts
# remove backend/vendor/guzzlehttp/guzzle/tests/perf.php so WordPress.org doesn't complain
rm -f shariff-svn/trunk/backend/vendor/guzzlehttp/guzzle/tests/perf.php
else
Expand Down
5 changes: 4 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: yanniks
Tags: sharing, social, networks, network, privacy, facebook, twitter, google, whatsapp, linkedin, heise, pinterest
Requires at least: 3.0
Tested up to: 4.0.1
Stable tag: 1.0.9
Stable tag: 1.0.10
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -48,6 +48,9 @@ Select which color you want, set the button location, select the orientation fit
Your user probably doesn't have the right to write to the default temp folder `/tmp`. Then create a new folder and use it as temp folder in the Shariff settings, make sure that the rights are set correct.
== Changelog ==

= 1.0.10 =
* WhatsApp fixes

= 1.0.9 =
* bug fixes
* font awesome now part of the package
Expand Down
2 changes: 1 addition & 1 deletion src/shariff-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Shariff for Wordpress
* Plugin URI: http://www.heise.de/newsticker/meldung/c-t-entwickelt-datenschutzfreundliche-Social-Media-Buttons-weiter-2466687.html
* Description: Shariff enables website users to share their favorite content without compromising their privacy.
* Version: 1.0.9
* Version: 1.0.10
* Author: Heise Zeitschriften Verlag / Yannik Ehlert
* Author URI: http://www.heise.de
* Text Domain: shariff
Expand Down

0 comments on commit 149b0a5

Please sign in to comment.