Skip to content

Commit

Permalink
Rename to netgen/ibexa-legacy-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jun 7, 2022
1 parent a567f43 commit c17276c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions INSTALL-MANUALLY.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ _Tip:_
> Enabling Setup wizard is only needed if you intend to perform a new install with legacy demo data, you can also install Platform data _(clean, demo)_ and afterwards when everything is setup use Platform UI to change Richtext FieldTypes to XmlText _(using [ezplatform-xmltext-fieldtype](https://github.com/ezsystems/ezplatform-xmltext-fieldtype))_, or install [Netgen RichTextDataType Bundle for legacy](https://github.com/netgen/NetgenRichTextDataTypeBundle) to make legacy allow raw editing of these. If you install eZ Platform Enterprise and it's demo data, there will also be Landing Page field type to handle in similar way _(contributions to Legacy Bridge on this more than welcome ;))_

### Install `netgen/ezpublish-legacy-bridge`
### Install `netgen/ibexa-legacy-bridge`


Package can be installed using Composer in the following way:

```
composer require --update-with-all-dependencies "netgen/ezpublish-legacy-bridge:^3.0"
composer require --update-with-all-dependencies "netgen/ibexa-legacy-bridge:^3.0"
```

### Recommended: Add additional Legacy <=> eZ Platform integrations
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ install](https://doc.ezplatform.com/en/2.5/getting_started/install_ez_platform/)
_TIP:_
> Before starting make sure to check-in (e.g. to Git) your eZ Platform 2.5LTS project working space so you'll be able to see & verify changes applied to your setup separate from initial clean project install.
### Install `netgen/ezpublish-legacy-bridge` and run `init` command
### Install `netgen/ibexa-legacy-bridge` and run `init` command

1. Installed package using [Composer](https://getcomposer.org/doc/00-intro.md):
```
composer require --update-with-all-dependencies "netgen/ezpublish-legacy-bridge"
composer require --update-with-all-dependencies "netgen/ibexa-legacy-bridge"
```

2. Enable `EzPublishLegacyBundle`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# eZ Platform Legacy Bridge

[![Build Status](https://img.shields.io/travis/ezsystems/LegacyBridge.svg?style=flat-square)](https://travis-ci.org/ezsystems/LegacyBridge)
[![Downloads](https://img.shields.io/packagist/dt/netgen/ezpublish-legacy-bridge.svg?style=flat-square)](https://packagist.org/packages/netgen/ezpublish-legacy-bridge)
[![Latest version](https://img.shields.io/packagist/v/netgen/ezpublish-legacy-bridge.svg?style=flat-square)](https://packagist.org/packages/netgen/ezpublish-legacy-bridge)
[![Downloads](https://img.shields.io/packagist/dt/netgen/ibexa-legacy-bridge.svg?style=flat-square)](https://packagist.org/packages/netgen/ibexa-legacy-bridge)
[![Latest version](https://img.shields.io/packagist/v/netgen/ibexa-legacy-bridge.svg?style=flat-square)](https://packagist.org/packages/netgen/ibexa-legacy-bridge)
[![License](https://img.shields.io/github/license/ezsystems/LegacyBridge.svg?style=flat-square)](LICENSE)

This package integrates eZ Publish Legacy into eZ Platform. It is an enhanced version of LegacyBundle that were part of
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "netgen/ezpublish-legacy-bridge",
"name": "netgen/ibexa-legacy-bridge",
"description": "Ibexa bridge to eZ Publish Legacy",
"license": "GPL-2.0",
"type": "ezplatform-bundle",
Expand Down

0 comments on commit c17276c

Please sign in to comment.