diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9fe9a3..f2aead38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # CHANGELOG +*1.2.9* (2018-09-22) + - epfl-news: delete stickers parameter + *1.2.8* (2018-09-20) - bump version to fix missing commits diff --git a/VERSION b/VERSION index db6fb4a9..9d4f8239 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.8 +1.2.9 diff --git a/shortcodes/epfl_news/controller.php b/shortcodes/epfl_news/controller.php index 25ddd481..9e948f52 100644 --- a/shortcodes/epfl_news/controller.php +++ b/shortcodes/epfl_news/controller.php @@ -5,9 +5,9 @@ * 4rth argument is number of arguments the function can accept **/ -add_action('epfl_news_action', 'renderNews', 10, 5); +add_action('epfl_news_action', 'renderNews', 10, 3); -function renderNews ($title, $actus, $template, $stickers, $all_news_link) { +function renderNews ($actus, $template, $all_news_link) { if (is_admin()) { diff --git a/style.css b/style.css index 67849f28..5d7e1a77 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: Author: Antistatique.net Author URI: http://antistatique.net/ Description: Description -Version: 1.2.8 +Version: 1.2.9 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: epfl