Skip to content

Commit

Permalink
Merge pull request #34 from jonathanheilmann/v0.2.1
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
jonathanheilmann committed Jul 6, 2018
2 parents 3b3bca6 + 75cac4d commit cfc128c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
jh_photoswipe

**Version:**
0.1.0
0.2.1

**Language:**
en
Expand Down Expand Up @@ -99,7 +99,7 @@ Add a PhotoSwipe content element to your site:
**Note**

In multi-thumbnail mode, not all gallery configurations are respected within the shipped **bootstrap_package** template.
A solution is scheduled for version 0.2.0 (https://github.com/jonathanheilmann/ext-jh_photoswipe/issues/24).
A solution is scheduled for version 0.3.0 (https://github.com/jonathanheilmann/ext-jh_photoswipe/issues/24).

Not respected gallery configurations:

Expand Down Expand Up @@ -163,6 +163,9 @@ Since version 0.1.0, resources are included on pages where required. This should

## ChangeLog

### 0.2.1
- [BUG] #33 css_styled_content: Gallery shows code

### 0.2.0
- [ENHANCEMENT] #28 Remove new lines from title in PSItemViewHelper
- [TASK] #29 Fix README.md headings
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{namespace jh = Heilmann\JhPhotoswipe\ViewHelpers}

<jh:cssStyledContent.renderTextpic typoscriptObjectPath="lib.tx_jhphotoswipe.multiThumbnail.cssStyledContent" data="{data}" />
<f:format.raw>
<jh:cssStyledContent.renderTextpic typoscriptObjectPath="lib.tx_jhphotoswipe.multiThumbnail.cssStyledContent" data="{data}" />
</f:format.raw>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"email": "mail@jonathan-heilmann.de"
}
],
"version": "0.2.0",
"version": "0.2.1",
"license": "GPL-2.0+",
"keywords": [
"gallery",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'uploadfolder' => false,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.2.0',
'version' => '0.2.1',
'constraints' =>
array (
'depends' =>
Expand Down

0 comments on commit cfc128c

Please sign in to comment.