Skip to content

Commit

Permalink
Merge branch 'release/1.3.3'
Browse files Browse the repository at this point in the history
* release/1.3.3:
  Raise version number
  Remove the Private folder from the .gitattrbutes
  Add issue template
  Remove style rules
  • Loading branch information
Konafets committed Mar 19, 2018
2 parents a608694 + 1901a12 commit cc9b168
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/build/ export-ignore
/Libraries/ export-ignore
/Resources/Private/ExtensionArtifacts/ export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Type of TYPO3 installation

- [ ] Classic
- [ ] Commposer

### Expected behavior

### Actual behavior

### Steps to reproduce
3 changes: 0 additions & 3 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ enabled:
- binary_operator_spaces
- blank_line_before_return
- concat_with_spaces
- declare_strict_types
- function_typehint_space
- hash_to_slash_comment
- linebreak_after_opening_tag
Expand All @@ -16,14 +15,12 @@ enabled:
- no_alias_functions
- no_blank_lines_after_class_opening
- no_blank_lines_after_phpdoc
- no_blank_lines_before_namespace
- no_empty_comment
- no_empty_phpdoc
- no_empty_statement
- no_extra_block_blank_lines
- no_extra_consecutive_blank_lines
- no_leading_import_slash
- no_leading_namespace_whitespace
- no_multiline_whitespace_around_double_arrow
- no_multiline_whitespace_before_semicolons
- no_short_bool_cast
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '1.3.2',
'version' => '1.3.3',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-8.7.99',
Expand Down

0 comments on commit cc9b168

Please sign in to comment.