From 60f3f38d09083f7b086cfb67e2fabbb3bb74d711 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:30:54 +0200 Subject: [PATCH 1/3] PHP API Ref: rm favicons (#3231) --- tools/php_api_ref/phpdoc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/php_api_ref/phpdoc.sh b/tools/php_api_ref/phpdoc.sh index b8389bb7c8..fa6e39a36a 100755 --- a/tools/php_api_ref/phpdoc.sh +++ b/tools/php_api_ref/phpdoc.sh @@ -172,6 +172,7 @@ $PHP_BINARY $PHPDOC_BIN -t php_api_reference; if [ $? -eq 0 ]; then echo -n 'Remove unneeded from phpDocumentor output… '; rm -rf ./php_api_reference/files ./php_api_reference/graphs ./php_api_reference/indices ./php_api_reference/packages; + rm -f ./php_api_reference/images/apple-touch-icon.png ./php_api_reference/images/favicon-16x16.png ./php_api_reference/images/favicon-32x32.png ./php_api_reference/images/favicon.ico; rm -f ./php_api_reference/classes/Symfony-*.html ./php_api_reference/namespaces/symfony*.html echo -n 'Remove Symfony namespace from index… '; awk 'NR==FNR{if (/.*"fqsen": "\\\\Symfony.*/) for (i=-1;i<=3;i++) del[NR+i]; next} !(FNR in del)' \ From d09fb77691b43383e59b8fc10e4aa94f2ccbbb55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 1 Jul 2026 13:59:57 +0200 Subject: [PATCH 2/3] Prevent double "v' in the GIT_REF (#3266) --- tools/php_api_ref/phpdoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/php_api_ref/phpdoc.sh b/tools/php_api_ref/phpdoc.sh index fa6e39a36a..4a6770b695 100755 --- a/tools/php_api_ref/phpdoc.sh +++ b/tools/php_api_ref/phpdoc.sh @@ -85,7 +85,7 @@ fi; if [[ "$DXP_VERSION" == *".x-dev" ]]; then GIT_REF=$BASE_DXP_BRANCH; else - GIT_REF="v$DXP_VERSION"; + GIT_REF="v${DXP_VERSION#v}"; fi if [ 0 -eq $DXP_ALREADY_EXISTS ]; then From 150d8ed1d44f7372e601fc94816dad8ddc0e08ec Mon Sep 17 00:00:00 2001 From: mnocon Date: Wed, 1 Jul 2026 12:04:47 +0000 Subject: [PATCH 3/3] PHP API Ref HTML --- .../php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html | 2 +- ...exa-contracts-elasticsearch-elasticsearch-index-group.html | 4 ++-- .../ibexa-contracts-elasticsearch-elasticsearch-index.html | 4 ++-- .../ibexa-contracts-elasticsearch-elasticsearch.html | 4 ++-- .../ibexa-contracts-elasticsearch-mapping-event.html | 4 ++-- .../namespaces/ibexa-contracts-elasticsearch-mapping.html | 4 ++-- .../namespaces/ibexa-contracts-elasticsearch-query-event.html | 4 ++-- .../namespaces/ibexa-contracts-elasticsearch-query.html | 4 ++-- .../ibexa-contracts-elasticsearch-repository-exceptions.html | 4 ++-- ...ntracts-elasticsearch-repository-values-content-query.html | 4 ++-- ...exa-contracts-elasticsearch-repository-values-content.html | 4 ++-- .../ibexa-contracts-elasticsearch-repository-values.html | 4 ++-- .../namespaces/ibexa-contracts-elasticsearch-repository.html | 4 ++-- .../namespaces/ibexa-contracts-elasticsearch.html | 4 ++-- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html index 39083bc275..6e53dddbd4 100644 --- a/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html +++ b/docs/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Ibexa.html @@ -278,7 +278,7 @@

-
public mixed VERSION = '4.6.30'
+
public mixed VERSION = '4.6.31'
diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index-group.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index-group.html index c234b03202..793a7ef19a 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index-group.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index-group.html @@ -229,8 +229,8 @@
- -
+ +

Group

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index.html index 80815065d4..8d574247c4 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch-index.html @@ -225,8 +225,8 @@
- -
+ +

Index

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch.html index 5babe64728..9cc42334bf 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-elasticsearch.html @@ -221,8 +221,8 @@
- -
+ +

ElasticSearch

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping-event.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping-event.html index 340096d63b..722e5134d6 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping-event.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping-event.html @@ -225,8 +225,8 @@
- -
+ +

Event

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping.html index eaa2889931..2db1c38c77 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-mapping.html @@ -221,8 +221,8 @@
- -
+ +

Mapping

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query-event.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query-event.html index f3746cc096..16fe6fd122 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query-event.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query-event.html @@ -225,8 +225,8 @@
- -
+ +

Event

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query.html index 001d1f1e6f..eaa01bff94 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-query.html @@ -221,8 +221,8 @@
- -
+ +

Query

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-exceptions.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-exceptions.html index 3f394e01dd..c5af626b00 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-exceptions.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-exceptions.html @@ -225,8 +225,8 @@
- -
+ +

Exceptions

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content-query.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content-query.html index 6040eae1e0..042f32af79 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content-query.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content-query.html @@ -233,8 +233,8 @@
- -
+ +

Query

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content.html index 987356dd6b..429e1d8b8d 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values-content.html @@ -229,8 +229,8 @@
- -
+ +

Content

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values.html index b3985cacd8..4b1c1ce128 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository-values.html @@ -225,8 +225,8 @@
- -
+ +

Values

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository.html index 4f1e96f200..37464966b1 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch-repository.html @@ -221,8 +221,8 @@
- -
+ +

Repository

diff --git a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch.html b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch.html index 94b4ef6b74..b674556241 100644 --- a/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch.html +++ b/docs/api/php_api/php_api_reference/namespaces/ibexa-contracts-elasticsearch.html @@ -217,8 +217,8 @@
- -
+ +

Elasticsearch