Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanniks committed Nov 30, 2014
1 parent 6582d22 commit 2475942
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
* Initial release
4 changes: 2 additions & 2 deletions 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.0
* Version: 1.0.1
* Author: Heise Zeitschriften Verlag / Yannik Ehlert
* Author URI: http://www.heise.de
* Text Domain: shariff
Expand Down Expand Up @@ -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');
add_filter('the_content','shariffsharing');
2 changes: 1 addition & 1 deletion zip.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2475942

Please sign in to comment.