Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions code_samples/multisite/automated_translation/config/services.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"phpunit/phpunit": "^11.0",
"symfony/yaml": "^7.0",
"ibexa/connector-gemini": "6.0.x-dev",
"ibexa/automated-translation": "6.0.x-dev",
"ibexa/code-style": "~2.0.0",
"friendsofphp/php-cs-fixer": "^3.30",
"phpstan/phpstan": "^2.0",
Expand Down
2 changes: 0 additions & 2 deletions deptrac.baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ deptrac:
skip_violations:
AcmeFeatureBundle:
- Ibexa\Bundle\Core\DependencyInjection\IbexaCoreExtension
App\AutomatedTranslation\ImageFieldEncoder:
- Ibexa\Core\FieldType\Image\Value
App\Block\Listener\MyBlockListener:
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\BlockRenderEvents
- Ibexa\FieldTypePage\FieldType\Page\Block\Renderer\Event\PreRenderEvent
Expand Down
1 change: 0 additions & 1 deletion docs/administration/project_organization/bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ The following packages are optional and can be installed independently.

|Bundle|Description|
|---------|-----------|
|[ibexa/automated-translation](https://github.com/ibexa/automated-translation)|Automated translation of content using [Google Translate or DeepL](automated_translations.md)|
|ibexa/cdp|Integration with [[[= product_name_cdp =]]](../../raptor_cdp/raptor_cdp.md)|
|[ibexa/cloud](https://github.com/ibexa/cloud)|Integration with [[[= product_name_cloud =]]](/ibexa_cloud/ibexa_cloud.md)|

Expand Down
151 changes: 0 additions & 151 deletions docs/multisite/languages/automated_translations.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ The package integrates with the [AI Actions framework](ai_actions_guide.md) to s

Administrators can manage providers and configure default provider-to-language-pair mappings directly in [[= product_name =]]'s back office, while editors can trigger machine translation from the content editing interface.

!!! note

Translations management is a standalone set of features.
Although some views are similar to those delivered by the [Automated translations](automated_translations.md) opt-in package, Translations management does not require the `ibexa/automated-translation` package to run.
These two packages use different namespaces, service tags, and provider interfaces.

If you're currently using Automated translations, consider migrating to Translations management.

## Availability

Translations management is an opt-in capability available as an [LTS Update](editions.md#lts-updates) for all [[= product_name =]] editions, starting with the v5.0.10 version.
Expand Down Expand Up @@ -77,7 +69,7 @@ Editors can:

Content types that are editable in [Page builder](page_builder_guide.md) or [Form builder](form_builder_guide.md) are excluded from side-by-side editing.

Products are editable in the side-by-side view, but [product attributes aren;t translatable](products.md#product-attributes).
Products are editable in the side-by-side view, but [product attributes aren't translatable](products.md#product-attributes).

### Command-line translation

Expand Down
9 changes: 8 additions & 1 deletion docs/release_notes/cohesivo_v6.0_deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,17 @@

## Removed packages

The `ibexa/app-switcher` package, and its `IbexaAppSwitcherBundle`, is no longer part of the 6.0.
- The `ibexa/app-switcher` package, and its `IbexaAppSwitcherBundle`, is no longer part of the 6.0.
- The `ibexa/automated-translation` package is no longer available as an opt-in. Use [Translations management](configure_translations_management.md) instead.

## PHP API changes

### ibexa/automated-translations

Check notice on line 34 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L34

[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings
Raw output
{"message": "[Ibexa.SentenceCapitalizationInHeadings] Use sentence-style capitalization in headings", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 34, "column": 5}}}, "severity": "INFO"}

| Deprecated since | Entity | Change |
| --- |---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| v5.0.10 | `\Ibexa\Contracts\AutomatedTranslation` | The `ibexa/automated-translation` package is replaced by `ibexa/translations-management`. For Translations management API, see [`Ibexa\Contracts\TranslationsManagement`](/api/php_api/php_api_reference/namespaces/ibexa-contracts-translationsmanagement.html). |

Check notice on line 38 in docs/release_notes/cohesivo_v6.0_deprecations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/release_notes/cohesivo_v6.0_deprecations.md#L38

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/release_notes/cohesivo_v6.0_deprecations.md", "range": {"start": {"line": 38, "column": 98}}}, "severity": "INFO"}

### ibexa/http-cache

| Deprecated since | Entity | Change |
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ nav:
- Languages: multisite/languages/languages.md
- Language API: multisite/languages/language_api.md
- Back office translations: multisite/languages/back_office_translations.md
- Automated content translation: multisite/languages/automated_translations.md
- Translations management:
- Translations management: multisite/translations_management/translations_management.md
- Translations management guide: multisite/translations_management/translations_management_guide.md
Expand Down
1 change: 1 addition & 0 deletions plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ plugins:
'cdp/cdp_activation/cdp_configuration.md': 'raptor_cdp/raptor_cdp_activation/raptor_cdp_configuration.md'
'cdp/cdp_activation/cdp_data_export.md': 'raptor_cdp/raptor_cdp_activation/raptor_cdp_data_export.md'
'cdp/cdp_activation/cdp_add_tracking.md': 'raptor_cdp/raptor_cdp_activation/raptor_cdp_add_tracking.md'
'multisite/languages/automated_translations.md': 'multisite/translations_management/configure_translations_management.md'


- llmstxt:
Expand Down
2 changes: 1 addition & 1 deletion tools/api_refs/api_refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REST_API_OPENAPI_FILE_JSON=${5:-./docs/api/rest_api/rest_api_reference/openapi.j

DXP_EDITION='commerce'; # Edition from and for which the Reference is built
DXP_VERSION="${DXP_VERSION:-6.0.*}"; # Version from and for which the Reference is built; can be overridden by the DXP_VERSION env var (e.g. v5.0.x-dev for a dev build)
DXP_ADD_ONS=(automated-translation rector integrated-help fieldtype-richtext-rte connector-anthropic connector-gemini shopping-list cdp connector-raptor connector-quable mcp); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
DXP_ADD_ONS=(rector integrated-help fieldtype-richtext-rte connector-anthropic connector-gemini shopping-list cdp connector-raptor connector-quable mcp); # Packages not included in $DXP_EDITION but added to the Reference, listed without their vendor "ibexa"
DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by ascending capabilities
SF_VERSION='7.4'; # Symfony version used by Ibexa DXP
PHPDOC_VERSION='3.10.0'; # Version of phpDocumentor used to build the Reference
Expand Down
Loading