From 24759427ade7d9a2a8b1cf6be50e9592ca253fc7 Mon Sep 17 00:00:00 2001 From: yanniks Date: Sun, 30 Nov 2014 21:04:54 +0100 Subject: [PATCH] release v1.0.1 --- src/readme.txt | 5 ++++- src/shariff-wp.php | 4 ++-- zip.sh | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/readme.txt b/src/readme.txt index ca91c2f..1d1a89e 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -36,5 +36,8 @@ Select which color you want, set the button location, select the orientation fit == Changelog == += 1.0.1 = +* Fixes a PHP warning + = 1.0 = -* Initial release \ No newline at end of file +* Initial release diff --git a/src/shariff-wp.php b/src/shariff-wp.php index 6188ca4..6da383e 100755 --- a/src/shariff-wp.php +++ b/src/shariff-wp.php @@ -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.0 + * Version: 1.0.1 * Author: Heise Zeitschriften Verlag / Yannik Ehlert * Author URI: http://www.heise.de * Text Domain: shariff @@ -155,4 +155,4 @@ function loadjs() { add_action('init','init_locale'); add_action('wp_enqueue_scripts', 'loadshariff'); add_action('wp_footer','loadjs'); -add_filter('the_content','shariffsharing'); \ No newline at end of file +add_filter('the_content','shariffsharing'); diff --git a/zip.sh b/zip.sh index 7862328..57af828 100755 --- a/zip.sh +++ b/zip.sh @@ -1,4 +1,4 @@ -version=1.0.0 +version=1.0.1 rm -rf shariff-wp mkdir -p shariff-wp cp -R src/ shariff-wp