Skip to content

Commit 2475942

Browse files
committed
release v1.0.1
1 parent 6582d22 commit 2475942

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@ Select which color you want, set the button location, select the orientation fit
3636

3737
== Changelog ==
3838

39+
= 1.0.1 =
40+
* Fixes a PHP warning
41+
3942
= 1.0 =
40-
* Initial release
43+
* Initial release

src/shariff-wp.php

Lines changed: 2 additions & 2 deletions
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.0
6+
* Version: 1.0.1
77
* Author: Heise Zeitschriften Verlag / Yannik Ehlert
88
* Author URI: http://www.heise.de
99
* Text Domain: shariff
@@ -155,4 +155,4 @@ function loadjs() {
155155
add_action('init','init_locale');
156156
add_action('wp_enqueue_scripts', 'loadshariff');
157157
add_action('wp_footer','loadjs');
158-
add_filter('the_content','shariffsharing');
158+
add_filter('the_content','shariffsharing');

zip.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.0.0
1+
version=1.0.1
22
rm -rf shariff-wp
33
mkdir -p shariff-wp
44
cp -R src/ shariff-wp

0 commit comments

Comments
 (0)