Skip to content

Commit

Permalink
Merge branch 'release/2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Jun 13, 2017
2 parents 813c706 + 3807dd4 commit df0a9e2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Sass/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@
}

to {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}

2 changes: 1 addition & 1 deletion Resources/Public/Css/basic.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Modules/UiBehaviour.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '2.0.2',
'version' => '2.0.3',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.6.99',
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ sandra.pohl@in2code.de

| Version | Date | State | Description |
| ---------- | ---------- | ---------- | ---------------------------------------------------------------------------- |
| 2.0.3 | 2017-06-13 | BUGFIX | Some small CSS fixes |
| 2.0.2 | 2017-06-12 | BUGFIX | Fix number of requests on quickjump, change loading image with SVG |
| 2.0.1 | 2017-06-02 | BUGFIX | Add a readme and license file |
| 2.0.0 | 2017-05-31 | Task | Initial free release on Github |

0 comments on commit df0a9e2

Please sign in to comment.