Skip to content

Commit

Permalink
Merge branch 'release/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
GregLeBarbar committed Aug 30, 2018
2 parents 70f4365 + 4fcf752 commit c24dcd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 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.3* (2018-08-30)
- epfl-news: fix big image for news shortcode

*1.2.2* (2018-08-30)
- fix: Don't display homepage title on homepage
- Change behavior of teaser: activate excerpts
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3
6 changes: 3 additions & 3 deletions shortcodes/epfl_news/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div class="list-group-teaser-container">
<div class="list-group-teaser-thumbnail">
<picture>
<img src="<?php echo $news->visual_url ?>" class="img-fluid" alt="<?php echo $image_description ?>" >
<img src="<?php echo $visual_url ?>" class="img-fluid" alt="<?php echo $image_description ?>" >
</picture>
</div>
<div class="list-group-teaser-content">
Expand All @@ -79,7 +79,7 @@

<div class="fullwidth-teaser fullwidth-teaser-horizontal">
<picture>
<img src="<?php echo $news->visual_url ?>" aria-labelledby="background-label" alt="<?php echo $image_description ?>"/>
<img src="<?php echo $visual_url ?>" aria-labelledby="background-label" alt="<?php echo $image_description ?>"/>
</picture>
<div class="fullwidth-teaser-text">
<div class="fullwidth-teaser-header">
Expand Down Expand Up @@ -111,7 +111,7 @@

<div class="fullwidth-teaser fullwidth-teaser-horizontal">
<picture>
<img src="<?php echo $news->visual_url ?>" aria-labelledby="background-label" alt="<?php echo $image_description ?>"/>
<img src="<?php echo $visual_url ?>" aria-labelledby="background-label" alt="<?php echo $image_description ?>"/>
</picture>
<div class="fullwidth-teaser-text">
<div class="fullwidth-teaser-header">
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.2
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epfl
Expand Down

0 comments on commit c24dcd4

Please sign in to comment.