Skip to content

Commit

Permalink
[RELEASE] 13.0.0-alpha-1
Browse files Browse the repository at this point in the history
This is a first alpha release for upcoming TYPO3 13 LTS

Known bugs:

- Mount pages cannot be indexed, see #4160

All changes:

-  [TASK] Use request object to retrieve query params instead of _GET by @sfroemkenjw in #4045
-  [TASK] Use Attributes for PHPUnit tests by @bmack in #4048
-  [TASK] Update PHP-Stan to at least 1.11.* by @sfroemkenjw in #4055
-  [TASK] Apply and repair rector refactorings by @sfroemkenjw in #4049
-  [TASK] Migrate requireJS to ES6. Solr BE Modal JS by @sfroemkenjw in #4057
-  [TASK] Apache Solr 9.6 compatibility by @dkd-friedrich in #4056
-  [TASK] Use new template module API by @sfroemkenjw in #4054
-  [FEATURE] Add contentObjectData to searchController by @spoonerWeb in #4059
-  [BUGFIX] Add empty array as fallback if null by @spoonerWeb in #4061
-  [BUGFIX] Add empty array defaults in SearchFormViewHelper by @hnadler in #4042
-  [TASK] Integrate content of Module layout into WithPageTree by @sfroemkenjw in #4066
-  [TASK] Repair statistics chart because of CSP in Solr Info module by @sfroemkenjw in #4068
-  [FEATURE:BP:12] Be able to disable tracking of last searches by @dkd-kaehm in #4064
-  [TASK] Add access plugin tests by @dkd-friedrich in #4069
-  [TASK] Update authors by @sfroemkenjw in #4071
-  [TASK] Remove content stream usage by @dkd-friedrich in #4073
-  [BUGFIX] Fix synonym and stop word upload by @dkd-friedrich in #4074
-  [TASK] Call getLabelFromItemListMerged with the current row data by @3l73 in #4081
-  [BUGFIX] numeric facet range slider sends lot of requests to server by @hvomlehn-sds in #4084
-  [BUGFIX] Typecast $userGroup to integer by @derhansen in #4079
-  [TASK] Remove getIsSiteManagedSite as all site are managed now by @sfroemkenjw in #4070
-  [BUG] #4026 treat non-overlayed mount points as valid by @derMatze82 in #4029
-  [TASK] New Crowdin updates by @dkd-kaehm in #4094
-  [BUGFIX] Fix range string calculation in DateRange facet by @derhansen in #4090
-  [FIX:12] scheduler task "Optimize index of a site" is not functional by @dkd-kaehm in #4104
-  [TASK] Apache Solr 9.6.1 compatibility by @dkd-kaehm in #4106
-  [FIX] tests for TYPO3 13 @ 2024.07.02 by @dkd-kaehm in #4098
-  [FIX] deprecations for Fluid viewHelpers and stack by @dkd-kaehm in #4140
-  [FIX] Integration\Extbase\PersistenceEventListenerTest errors by @dkd-kaehm in #4142
-  [TASK] TYPO3 13 dev-main 2024.09.13 compatibility:: Tests by @dkd-kaehm in #4153
-  [TASK] TYPO3 13 compatibility 2024.09.19 by @dkd-kaehm in #4159
-  [FIX] Tests for TYPO3 dev-main @2024.09.23 by @dkd-kaehm in #4163
-  [BUGFIX] Failed to resolve module specifier '@apache-solr-for-typo3/solr//FormModal.js' by @dkd-kaehm in #4166
-  [BUGFIX] @typo3/backend/tree/page-tree-element does not work in BE-Modules by @dkd-kaehm in #4167
-  [FIX] access restrictions stack for TYPO3 13 by @dkd-kaehm in #4172
-  [TASK] Adapt simulated environment for TYPO3 13 by @dkd-friedrich in #4164

Please read the release notes:
https://github.com/TYPO3-Solr/ext-solr/releases/tag/13.0.0-alpha-1

---

How to Get Involved

There are many ways to get involved with Apache Solr for TYPO3:

* Submit bug reports and feature requests on GitHub
* Ask or help or answer questions in our Slack channel
* Provide patches through pull requests or review and comment on
existing pull requests
* Go to www.typo3-solr.com or call dkd to sponsor the ongoing
development of Apache Solr for TYPO3

Support us by becoming an EB partner:
https://shop.dkd.de/Produkte/Apache-Solr-fuer-TYPO3/

or call:
+49 (0)69 - 2475218 0
  • Loading branch information
dkd-friedrich authored and dkd-kaehm committed Oct 7, 2024
1 parent 323b1f0 commit 3bd453d
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Documentation/Appendix/VersionMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ List of EXT:solr versions and the matching versions of Apache Solr and TYPO3 tha
------------------------------- ---------------------------------------------- -------------------------------- --------------- ---------------------------------
TYPO3 EXT:solr EXT:tika EXT:solrfal EXT:solrconsole EXT:solrdebugtools EXT:solrfluidgrouping EXT:solrmlt Apache Solr Configset
========= ========== ========== =========== =============== ================== ================================ =============== =============== =================
13.4 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) 13.0 (Ø) N/A (integrated in EXT:solr) 13.0 (Ø) 9.7.0¹ ext_solr_13_0_0
13.4 13.0 () 13.0 (Ø) 13.0 () 13.0 (Ø) 13.0 (Ø) N/A (integrated in EXT:solr) 13.0 (Ø) 9.7.0¹ ext_solr_13_0_0
12.4 12.0 12.0 12.0 12.0 12.0 N/A (integrated in EXT:solr) 12.0 (Ø) 9.6.1¹ ext_solr_12_0_0
11.5 11.5 11.0 11.0 11.0 11.0 11.0 11.0 (Ø) 8.11.3¹ ext_solr_11_5_0
========= ========== ========== =========== =============== ================== ================================ =============== =============== =================
Expand Down
84 changes: 74 additions & 10 deletions Documentation/Releases/solr-release-13-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,67 @@
Releases 13.0
=============

.. include:: HintAboutOutdatedChangelog.rst.txt
Release 13.0.0-alpha-1
======================

This is a first alpha release for upcoming TYPO3 13 LTS

Known Bugs
----------

* Mount pages cannot be indexed, see `#4160 <https://github.com/TYPO3-Solr/ext-solr/issues/4160>`__

New in this release
-------------------

!!! Upgrade to Apache Solr 9.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This release requires Apache Solr v 9.7.0+.

All Changes
-----------

* [TASK] Use request object to retrieve query params instead of _GET by @sfroemkenjw in `#4045 <https://github.com/TYPO3-Solr/ext-solr/pull/4045>`_
* [TASK] Use Attributes for PHPUnit tests by @bmack in `#4048 <https://github.com/TYPO3-Solr/ext-solr/pull/4048>`_
* [TASK] Update PHP-Stan to at least 1.11.* by @sfroemkenjw in `#4055 <https://github.com/TYPO3-Solr/ext-solr/pull/4055>`_
* [TASK] Apply and repair rector refactorings by @sfroemkenjw in `#4049 <https://github.com/TYPO3-Solr/ext-solr/pull/4049>`_
* [TASK] Migrate requireJS to ES6. Solr BE Modal JS by @sfroemkenjw in `#4057 <https://github.com/TYPO3-Solr/ext-solr/pull/4057>`_
* [TASK] Apache Solr 9.6 compatibility by @dkd-friedrich in `#4056 <https://github.com/TYPO3-Solr/ext-solr/pull/4056>`_
* [TASK] Use new template module API by @sfroemkenjw in `#4054 <https://github.com/TYPO3-Solr/ext-solr/pull/4054>`_
* [FEATURE] Add contentObjectData to searchController by @spoonerWeb in `#4059 <https://github.com/TYPO3-Solr/ext-solr/pull/4059>`_
* [BUGFIX] Add empty array as fallback if null by @spoonerWeb in `#4061 <https://github.com/TYPO3-Solr/ext-solr/pull/4061>`_
* [BUGFIX] Add empty array defaults in SearchFormViewHelper by @hnadler in `#4042 <https://github.com/TYPO3-Solr/ext-solr/pull/4042>`_
* [TASK] Integrate content of Module layout into WithPageTree by @sfroemkenjw in `#4066 <https://github.com/TYPO3-Solr/ext-solr/pull/4066>`_
* [TASK] Repair statistics chart because of CSP in Solr Info module by @sfroemkenjw in `#4068 <https://github.com/TYPO3-Solr/ext-solr/pull/4068>`_
* [FEATURE:BP:12] Be able to disable tracking of last searches by @dkd-kaehm in `#4064 <https://github.com/TYPO3-Solr/ext-solr/pull/4064>`_
* [TASK] Add access plugin tests by @dkd-friedrich in `#4069 <https://github.com/TYPO3-Solr/ext-solr/pull/4069>`_
* [TASK] Update authors by @sfroemkenjw in `#4071 <https://github.com/TYPO3-Solr/ext-solr/pull/4071>`_
* [TASK] Remove content stream usage by @dkd-friedrich in `#4073 <https://github.com/TYPO3-Solr/ext-solr/pull/4073>`_
* [BUGFIX] Fix synonym and stop word upload by @dkd-friedrich in `#4074 <https://github.com/TYPO3-Solr/ext-solr/pull/4074>`_
* [TASK] Call getLabelFromItemListMerged with the current row data by @3l73 in `#4081 <https://github.com/TYPO3-Solr/ext-solr/pull/4081>`_
* [BUGFIX] numeric facet range slider sends lot of requests to server by @hvomlehn-sds in `#4084 <https://github.com/TYPO3-Solr/ext-solr/pull/4084>`_
* [BUGFIX] Typecast $userGroup to integer by @derhansen in `#4079 <https://github.com/TYPO3-Solr/ext-solr/pull/4079>`_
* [TASK] Remove getIsSiteManagedSite as all site are managed now by @sfroemkenjw in `#4070 <https://github.com/TYPO3-Solr/ext-solr/pull/4070>`_
* [BUG] #4026 treat non-overlayed mount points as valid by @derMatze82 in `#4029 <https://github.com/TYPO3-Solr/ext-solr/pull/4029>`_
* [TASK] New Crowdin updates by @dkd-kaehm in `#4094 <https://github.com/TYPO3-Solr/ext-solr/pull/4094>`_
* [BUGFIX] Fix range string calculation in DateRange facet by @derhansen in `#4090 <https://github.com/TYPO3-Solr/ext-solr/pull/4090>`_
* [FIX:12] scheduler task "Optimize index of a site" is not functional by @dkd-kaehm in `#4104 <https://github.com/TYPO3-Solr/ext-solr/pull/4104>`_
* [TASK] Apache Solr 9.6.1 compatibility by @dkd-kaehm in `#4106 <https://github.com/TYPO3-Solr/ext-solr/pull/4106>`_
* [FIX] tests for TYPO3 13 @ 2024.07.02 by @dkd-kaehm in `#4098 <https://github.com/TYPO3-Solr/ext-solr/pull/4098>`_
* [FIX] deprecations for Fluid viewHelpers and stack by @dkd-kaehm in `#4140 <https://github.com/TYPO3-Solr/ext-solr/pull/4140>`_
* [FIX] Integration\\Extbase\\PersistenceEventListenerTest errors by @dkd-kaehm in `#4142 <https://github.com/TYPO3-Solr/ext-solr/pull/4142>`_
* [TASK] TYPO3 13 dev-main 2024.09.13 compatibility:: Tests by @dkd-kaehm in `#4153 <https://github.com/TYPO3-Solr/ext-solr/pull/4153>`_
* [TASK] TYPO3 13 compatibility 2024.09.19 by @dkd-kaehm in `#4159 <https://github.com/TYPO3-Solr/ext-solr/pull/4159>`_
* [FIX] Tests for TYPO3 dev-main @2024.09.23 by @dkd-kaehm in `#4163 <https://github.com/TYPO3-Solr/ext-solr/pull/4163>`_
* [BUGFIX] Failed to resolve module specifier '@apache-solr-for-typo3/solr//FormModal.js' by @dkd-kaehm in `#4166 <https://github.com/TYPO3-Solr/ext-solr/pull/4166>`_
* [BUGFIX] @typo3/backend/tree/page-tree-element does not work in BE-Modules by @dkd-kaehm in `#4167 <https://github.com/TYPO3-Solr/ext-solr/pull/4167>`_
* [FIX] access restrictions stack for TYPO3 13 by @dkd-kaehm in `#4172 <https://github.com/TYPO3-Solr/ext-solr/pull/4172>`_
* [TASK] Adapt simulated environment for TYPO3 13 by @dkd-friedrich in `#4164 <https://github.com/TYPO3-Solr/ext-solr/pull/4164>`_
* [DOCS] Update TxSolrSearch.rst by @seirerman in `#4162 <https://github.com/TYPO3-Solr/ext-solr/pull/4162>`_
* [TASK] Update dependencies by @dkd-kaehm in `#4177 <https://github.com/TYPO3-Solr/ext-solr/pull/4177>`_
* [TASK] fix CS issues for newest typo3/coding-standards by @dkd-kaehm in `#4177 <https://github.com/TYPO3-Solr/ext-solr/pull/4177>`_

Release 13.0.0
==============

This is a compatibility release for TYPO3 13.4 LTS, containing:

- TBD

Contributors
============
Expand All @@ -22,13 +75,24 @@ awesome community. Here are the contributors to this release.

(patches, comments, bug reports, reviews, ... in alphabetical order)

- Markus Friedrich
- Rafael Kähm
* Benni Mack
* @derMatze82
* Hendrik vom Lehn
* @hnadler
* Lars Tode
* Markus Friedrich
* Rafael Kähm
* Stefan Frömken
* Thomas Löffler
* Torben Hansen

Also a big thank you to our partners who have already concluded one of our new development participation packages such
as Apache Solr EB for TYPO3 13 LTS (Feature):

- TBD
- b13 GmbH
- Berlin-Brandenburgische Akademie der Wissenschaften
- in2code GmbH
- mehrwert intermediale kommunikation GmbH

How to Get Involved
===================
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Apache Solr for TYPO3 - Enterprise Search',
'description' => 'Apache Solr for TYPO3 is the enterprise search server you were looking for with special features such as Faceted Search or Synonym Support and incredibly fast response times of results within milliseconds.',
'version' => '13.0.0',
'version' => '13.0.0-alpha-1',
'state' => 'alpha',
'category' => 'plugin',
'author' => 'Rafael Kaehm, Markus Friedrich',
Expand Down

0 comments on commit 3bd453d

Please sign in to comment.