From 2e28d2ec162b2d6799cf1193e0617b8857488754 Mon Sep 17 00:00:00 2001 From: GregLeBarbar Date: Fri, 21 Sep 2018 09:17:28 +0200 Subject: [PATCH 1/3] delete stickers parameter (#97) --- shortcodes/epfl_news/controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shortcodes/epfl_news/controller.php b/shortcodes/epfl_news/controller.php index 25ddd481..5ab4ac18 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, 4); -function renderNews ($title, $actus, $template, $stickers, $all_news_link) { +function renderNews ($title, $actus, $template, $all_news_link) { if (is_admin()) { From 94f0652397c6b8f54194fa149fe2b4634517371d Mon Sep 17 00:00:00 2001 From: GregLeBarbar Date: Fri, 21 Sep 2018 14:27:10 +0200 Subject: [PATCH 2/3] Delete title --- shortcodes/epfl_news/controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shortcodes/epfl_news/controller.php b/shortcodes/epfl_news/controller.php index 5ab4ac18..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, 4); +add_action('epfl_news_action', 'renderNews', 10, 3); -function renderNews ($title, $actus, $template, $all_news_link) { +function renderNews ($actus, $template, $all_news_link) { if (is_admin()) { From 1d6880f71e5d7a012b9f113be7732f018d82008b Mon Sep 17 00:00:00 2001 From: GregLeBarbar Date: Sat, 22 Sep 2018 14:42:46 +0200 Subject: [PATCH 3/3] bump version --- CHANGELOG.md | 3 +++ VERSION | 2 +- style.css | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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/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