Skip to content

Commit 149b0a5

Browse files
committed
WhatsApp changes
1 parent f8f7cee commit 149b0a5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.9
1+
version=1.0.10
22
if [ "$1" = "zip" ]; then
33
rm -rf shariff-wp
44
mkdir -p shariff-wp
@@ -21,7 +21,7 @@ elif [ "$1" = "svn" ]; then
2121
cp shariff/build/shariff.min.* shariff-svn/trunk/dep
2222
cp -R backend-php/build/src shariff-svn/trunk/backend/src
2323
cp -R backend-php/build/vendor shariff-svn/trunk/backend/vendor
24-
cp -R fontawesome/fonts shariff-svn/fafonts
24+
cp -R fontawesome/fonts shariff-svn/trunk/fafonts
2525
# remove backend/vendor/guzzlehttp/guzzle/tests/perf.php so WordPress.org doesn't complain
2626
rm -f shariff-svn/trunk/backend/vendor/guzzlehttp/guzzle/tests/perf.php
2727
else

src/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: yanniks
33
Tags: sharing, social, networks, network, privacy, facebook, twitter, google, whatsapp, linkedin, heise, pinterest
44
Requires at least: 3.0
55
Tested up to: 4.0.1
6-
Stable tag: 1.0.9
6+
Stable tag: 1.0.10
77
License: MIT
88
License URI: http://opensource.org/licenses/MIT
99

@@ -48,6 +48,9 @@ Select which color you want, set the button location, select the orientation fit
4848
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.
4949
== Changelog ==
5050

51+
= 1.0.10 =
52+
* WhatsApp fixes
53+
5154
= 1.0.9 =
5255
* bug fixes
5356
* font awesome now part of the package

src/shariff-wp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Shariff for Wordpress
44
* Plugin URI: http://www.heise.de/newsticker/meldung/c-t-entwickelt-datenschutzfreundliche-Social-Media-Buttons-weiter-2466687.html
55
* Description: Shariff enables website users to share their favorite content without compromising their privacy.
6-
* Version: 1.0.9
6+
* Version: 1.0.10
77
* Author: Heise Zeitschriften Verlag / Yannik Ehlert
88
* Author URI: http://www.heise.de
99
* Text Domain: shariff

0 commit comments

Comments
 (0)