Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open
LU Search
Commits
7a93690c
Commit
7a93690c
authored
May 01, 2021
by
Dainis Abols
Browse files
2.2.2
parent
34aa7370
Changes
4
Show whitespace changes
Inline
Side-by-side
Classes/Controller/SearchController.php
View file @
7a93690c
...
...
@@ -86,8 +86,6 @@ class SearchController extends ActionController
*/
public
function
__construct
()
{
parent
::
__construct
();
// Set language data
$languageAspect
=
GeneralUtility
::
makeInstance
(
Context
::
class
)
->
getAspect
(
'language'
);
$this
->
language
=
[
...
...
composer.json
View file @
7a93690c
{
"name"
:
"luitd/lu-search"
,
"version"
:
"2.2.
1
"
,
"version"
:
"2.2.
2
"
,
"description"
:
"JLU General Search plugin with SOLR connector"
,
"type"
:
"typo3-cms-extension"
,
"keywords"
:
[
...
...
ext_emconf.php
View file @
7a93690c
...
...
@@ -9,7 +9,7 @@ $EM_CONF[$_EXTKEY] = [
'author_company'
=>
'University of Latvia'
,
'state'
=>
'stable'
,
'clearCacheOnLoad'
=>
true
,
'version'
=>
'2.2.
1
'
,
'version'
=>
'2.2.
2
'
,
'constraints'
=>
[
'depends'
=>
[
'typo3'
=>
'9.5.0-10.99.99'
,
...
...
readme.md
View file @
7a93690c
...
...
@@ -4,7 +4,7 @@
## Version
2.
2.
1
2.
2.
2
## Dependencies
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment