Skip to content

Commit

Permalink
Merge branch 'release/1.2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
GregLeBarbar committed Sep 22, 2018
2 parents 99a669e + 1d6880f commit a7bd736
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.8
1.2.9
4 changes: 2 additions & 2 deletions shortcodes/epfl_news/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7bd736

Please sign in to comment.