Staging System / Developement System / Testing System (without additional costs for plugins)
Technical Information
Highlights
-
Create test environment in just a few clicks
-
Optionally secure the staging system with password protection
-
No extra plugin costs: plugins work without relicensing
-
Set up as many test environments as you like
Features
-
Easy setup: create a test environment with a few clicks
-
Password protection for the staging system can be enabled
-
DSGVO compliant, as customer data and orders are only copied on request.
-
Easy copying or deleting of test environment (file structure and database)
Purpose of the plugin
The plugin allows staging and test environments to be created and managed directly from the Shopware Administration. This makes it possible to test updates, plugins, themes, configurations and individual customizations independently of the live shop. The required shop files, media and database contents are automatically transferred to the test environment.
Easily create and manage staging systems
Staging environments are configured and created directly in the Shopware Administration. The test system can be created in a subdirectory or at a custom server path. Existing staging systems can be recreated, overwritten or deleted.
Custom APP URL and individual domains
A custom APP URL can be defined for the staging system. This means that the test environment is not limited to the live shop domain in combination with a subdirectory, but can instead be accessed via a separate subdomain or custom path, for example. In addition, individual staging URLs can be defined for the domains of specific sales channels.
Selectively transfer data
It can be individually defined which data should be copied to the test environment. Customers and orders can be excluded from the transfer for data protection reasons. In addition, unnecessary table contents and directories can be excluded from the copying process to optimize the creation of the staging system.
Operate the test environment securely
The staging system can be protected with password protection and optionally placed into maintenance mode after creation. Email sending can be disabled in the test environment and search engine indexing can be prevented using the corresponding settings.
Flexible settings for development and testing
For development and testing purposes, DEV mode can be activated, additional administrators can be created and further settings for the staging environment can be configured. Status information and logs help monitor the creation process.
Optional staging system on an external server (In-App Purchase)
Via a separately available In-App Purchase, the staging system can be created entirely on an external server. The SSH/SFTP connection details and the desired target path are entered and checked before creation. The required files, media and database are then transferred to the external server. When deleting the staging system, the corresponding remote directory can also be removed after explicit confirmation.
Installation
- Open the Plugin Manager via Settings > System > Plugins
- Upload, install and activate the plugin
Create staging system
Settings → Extensions → Staging System
Basic settings
- Internal name: Internal name of the staging system. The name is used solely to distinguish the staging system within the Administration and is not displayed in the storefront.
- Path type: Defines where the staging system is created. Depending on the available functionality, the staging system can be created in a subdirectory, at a custom path on the same server or on an external server.
- Directory: Name of the directory in which the staging system is created. Enter the directory name without a leading or trailing slash, for example staging. The staging system is then accessible by default via the existing shop URL with the directory appended, for example myshop.com/staging.
- Directory: Name of the staging directory, for example staging.
- Custom path: Absolute server path under which the staging directory should be created, for example /var/www/. The specified directory name is automatically appended to this path.
- Test path: Checks whether the specified path can be used for the staging system. Among other things, the plugin checks whether the target path is accessible and whether files already exist there.
The custom path defines where the files are stored. Public access to the staging system must additionally be configured via the staging URL and, if necessary, the web server configuration.
Staging on an external serverWith the additional feature “Staging on an external server”, the complete staging system can be set up on a separate server via SSH/SFTP.
- Remote SSH host: Hostname or IP address of the server on which the staging system should be created.
- Remote SSH port: SSH port of the external server. Port 22 is usually used by default.
- Remote SSH user: Username for the SSH/SFTP connection to the external server.
- Remote SSH password: Password of the specified SSH user.
- Test connection: Checks whether a connection to the external server can be established using the specified SSH credentials.
- Remote path: Absolute file system path on the external server under which the staging system should be installed, for example /var/www/staging.
The parent path must already exist on the external server. The final required directory can be created by the plugin. The document root of the domain being used must point to the public directory of the Shopware installation. If absolute file paths are used in the shop or in extensions, for example for imports or exports, these may need to be adjusted to the new server path.
Configure staging URL
- Automatically generated URL: Uses the existing shop URL and appends the configured staging directory. For a directory named staging, this could result in myshop.com/staging, for example.
- Custom domain / subdomain: Allows a separate domain or subdomain to be used for the staging system, for example staging.myshop.com.
- APP URL: Complete URL of the staging system when using a custom domain or subdomain. This URL is stored as the APP_URL of the staging system.
DNS entries as well as the web server or vHost configuration for a custom domain or subdomain must be configured outside the plugin. A custom APP URL is required for a staging system on an external server.
Edit staging domains
- Staging domain: Defines the URL under which the respective existing sales channel domain should be accessible in the staging system.
This makes it possible, for example, to access multiple storefronts via separate staging subdomains. Each staging domain must be unique and cannot be assigned to multiple sales channel domains at the same time.
Configure database
- Database host: Host of the database server. If the database is located on the same server, 127.0.0.1 can be used, for example.
- Database port: Port of the database server. Port 3306 is used by default for MySQL or MariaDB.
- Database name: Name of the database to be used for the staging system.
- Database user: Username for accessing the staging database.
- Database password: Password of the specified database user.
- Test connection: Checks whether a connection to the staging database can be established successfully using the entered credentials.
General settings
- Shop operator email address: Email address that is stored as the shop operator email address in the Shopware master data of the newly created staging system.
- Internal comment: Optional comment field for internal information about the staging configuration, for example its intended use or special characteristics of the environment.
Secure email sending and access
Email sending
- Disable email sending in the staging system: Disables email sending within the staging system. This prevents order confirmations, registration emails or other messages from accidentally being sent to real recipients during testing.
- Set the “robots” meta name to “noindex,nofollow”: Adds the corresponding robots directive to the staging system pages and instructs search engines not to index the pages or follow links contained on them.
- Create a robots.txt and block all bots: Creates a robots.txt file that prevents search engine crawlers from crawling the staging system.
- Enable password protection: Activates additional access protection for the staging system.
- Username: Username used to access the protected staging system.
- Password: Password used to access the staging system.
- Maintenance mode: Activates Shopware maintenance mode for the staging system after creation. This means that the storefront is only accessible to appropriately approved IP addresses.
Configure data transfer
- Copy orders: Defines whether existing orders from the live system should be transferred to the staging system. If this option is disabled, existing orders, order line items, deliveries and transactions, among other data, are not copied.
- Copy customers: Defines whether existing customer data from the live system should be transferred. If this option is disabled, existing customers, customer addresses and other customer-specific data are not copied.
- Do not copy unnecessary table contents: Excludes data from tables that are not required for a typical staging system. This can include shopping carts, logs, queue data, version data and other temporary data. This reduces the amount of data to be transferred and can speed up the creation of the staging system.
- Do not copy Shopware Migration database tables: Displayed when the Shopware Migration Assistant is installed. The sometimes very large migration tables are not populated with existing data.
Configure creation
- Create staging system via message queue: Creates the staging system using the Shopware message queue. The individual processing steps are executed sequentially via the queue.
- Set staging system to DEV mode: Activates Shopware or Symfony development mode for the new environment. This is particularly useful for development and troubleshooting.
- Disable Symfony Toolbar: Disables the Symfony Web Debug Toolbar even when DEV mode is enabled. Since the toolbar can display technical and sensitive system information, disabling it is particularly recommended for publicly accessible staging systems.
Exclude directories from staging
- Excluded directories: Paths to files or directories that should be excluded from the transfer. The paths are specified relative to the Shopware root directory, for example public/media.
Create additional admin users
- First name: First name of the Administration user.
- Last name: Last name of the Administration user.
- Email address: Email address of the Administration user. The address must be unique.
- Username: Username used to log in to the Administration of the staging system.
- Password: Password used to log in as the user.
- Administrator: Defines whether the user receives full administrator permissions.
- User interface language: Defines the language in which the Shopware Administration is displayed for the user.
- Time zone: Defines the time zone of the Administration user.
- Job title: Optional job title of the user.
- Roles: Allows existing Shopware roles to be assigned if the user should not receive full administrator permissions.
Remove staging system
- Clear staging database: Removes the existing tables and contents from the configured staging database. The staging system will no longer be functional until it is created again.
- Delete staging file system: Deletes the files from the configured staging directory. For an external staging system, the corresponding directory on the external server is removed.
Plugin configuration
Extensions → My extensions → Staging System → Configure
- If active, “meta name=robots content=noindex,nofollow” is set: Indicates whether the current installation has been marked with “noindex,nofollow” by the plugin. This field is for status information only and cannot be changed manually.
- If active, this is a staging system: Indicates whether the current Shopware installation has been marked as a staging system by the plugin. This field is also for status information only.
Staging on an external server
The plugin optionally provides the additional feature “Staging on an external server”. This allows the staging system to be set up completely on a separate server instead of on the same server as the live system. The additional feature can be purchased directly via the Administration. To do so, the shop must be connected to a Shopware account under Extensions → My extensions → Shopware account. After activation, an additional option for creating the staging system on an external server is available under the path type.
Frequently Asked Questions
Es wurden keine Fragen gefunden. Kontaktieren Sie uns, wenn Sie konkrete Fragen haben!| Version | Date | Compatibility | Changelog |
|---|---|---|---|
| 5.8.2 | 10 August 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.8.1 | 6 August 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.8.0 | 6 August 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.7.4 | 14 July 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.7.3 | 6 July 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.7.2 | 2 July 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.7.1 | 2 July 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.7.0 | 1 July 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.6.5 | 30 June 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.6.4 | 22 June 2026 | >=6.7.0.0 <6.8.0.0 |
|
| 5.6.3 | 15 June 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.6.2 | 11 June 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.6.1 | 8 June 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.6.0 | 3 June 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.5.4 | 1 June 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.5.3 | 28 May 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.5.2 | 27 May 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.5.1 | 5 May 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.5.0 | 4 May 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.14 | 29 April 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.13 | 27 April 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.12 | 23 March 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.11 | 18 March 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.10 | 17 March 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.9 | 11 March 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.8 | 19 February 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.7 | 10 February 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.6 | 3 February 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.5 | 3 February 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.4 | 31 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.3 | 30 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.2 | 26 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.1 | 23 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.4.0 | 21 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.8 | 16 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.7 | 7 January 2026 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.6 | 17 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.5 | 17 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.4 | 16 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.3 | 15 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.2 | 15 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.1 | 9 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.3.0 | 1 December 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.6 | 27 November 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.5 | 28 October 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.4 | 15 October 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.3 | 1 October 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.2 | 30 September 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.1 | 22 September 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.1.0 | 19 September 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.0.4 | 27 August 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.0.3 | 30 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.0.2 | 11 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.0.1 | 3 July 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 5.0.0 | 7 May 2025 | >=6.7.0.0 < 6.8.0.0 |
|
| 4.11.2 | 10 August 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.11.1 | 6 August 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.11.0 | 5 August 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.10.0 | 5 August 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.9.2 | 15 July 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.9.1 | 13 July 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.9.0 | 1 July 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.8.3 | 17 June 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.8.2 | 15 June 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.8.1 | 11 June 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.8.0 | 3 June 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.9 | 1 June 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.8 | 28 May 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.7 | 27 May 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.6 | 8 May 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.5 | 5 May 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.4 | 2 April 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.3 | 19 February 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.2 | 10 February 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.1 | 23 January 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.7.0 | 21 January 2026 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.6 | 17 December 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.5 | 17 December 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.4 | 16 December 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.3 | 28 October 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.2 | 30 September 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.1 | 22 September 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.6.0 | 19 September 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.5.3 | 27 August 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.5.2 | 18 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.5.1 | 6 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.5.0 | 6 March 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.16 | 25 February 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.15 | 31 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.14 | 28 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.13 | 24 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.12 | 8 January 2025 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.11 | 6 December 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.10 | 25 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.9 | 14 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.8 | 11 November 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.7 | 23 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.6 | 16 October 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.5 | 30 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.4 | 30 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.3 | 30 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.2 | 26 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.1 | 24 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.4.0 | 20 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.3.2 | 18 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.3.1 | 17 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.3.0 | 16 September 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.2.2 | 9 August 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.2.1 | 5 August 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.2.0 | 1 August 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.1.0 | 26 July 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.11 | 1 July 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.10 | 1 July 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.9 | 21 June 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.8 | 17 June 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.7 | 27 May 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.6 | 21 May 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.5 | 7 May 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.4 | 25 April 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.3 | 22 April 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.2 | 8 April 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.1 | 25 March 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 4.0.0 | 19 March 2024 | >=6.6.0.0 < 6.7.0.0 |
|
| 3.7.1 | 25 February 2025 | >=6.5.7.0 < 6.6.0.0 |
|
| 3.7.0 | 4 February 2025 | >=6.5.7.0 < 6.6.0.0 |
|
| 3.6.17 | 11 February 2026 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.16 | 3 February 2026 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.15 | 4 February 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.14 | 31 January 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.13 | 28 January 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.12 | 28 January 2025 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.11 | 6 December 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.10 | 16 October 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.9 | 30 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.8 | 30 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.7 | 30 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.6 | 26 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.5 | 24 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.4 | 18 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.3 | 17 September 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.2 | 9 August 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.1 | 5 August 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.6.0 | 1 August 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.5.0 | 26 July 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.12 | 1 July 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.11 | 1 July 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.10 | 21 June 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.9 | 17 June 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.8 | 27 May 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.7 | 6 May 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.6 | 2 May 2024 | >=6.5.0.0 <6.6.0.0 |
|
| 3.4.5 | 25 April 2024 | >=6.5.0.0 < 6.6.0.0 |
|
| 3.4.4 | 22 April 2024 | >=6.5.0.0 |
|
| 3.4.3 | 8 April 2024 | >=6.5.0.0 |
|
| 3.4.2 | 10 March 2024 | >=6.5.0.0 |
|
| 3.4.1 | 4 March 2024 | >=6.5.0.0 |
|
| 3.4.0 | 19 February 2024 | >=6.5.0.0 |
|
| 3.3.9 | 19 February 2024 | >=6.5.0.0 |
|
| 3.3.8 | 18 January 2024 | >=6.5.0.0 |
|
| 3.3.7 | 19 December 2023 | >=6.5.0.0 |
|
| 3.3.6 | 14 December 2023 | >=6.5.0.0 |
|
| 3.3.5 | 14 December 2023 | >=6.5.0.0 |
|
| 3.3.4 | 13 December 2023 | >=6.5.0.0 |
|
| 3.3.3 | 4 December 2023 | >=6.5.0.0 |
|
| 3.3.2 | 21 November 2023 | >=6.5.0.0 |
|
| 3.3.1 | 21 November 2023 | >=6.5.0.0 |
|
| 3.2.4 | 14 November 2023 | >=6.5.0.0 |
|
| 3.2.3 | 9 November 2023 | >=6.5.0.0 |
|
| 3.2.2 | 9 November 2023 | >=6.5.0.0 |
|
| 3.2.1 | 6 November 2023 | >=6.5.0.0 |
|
| 3.2.0 | 3 November 2023 | >=6.5.0.0 |
|
| 3.1.13 | 16 October 2023 | >=6.5.0.0 |
|
| 3.1.12 | 16 October 2023 | >=6.5.0.0 |
|
| 3.1.11 | 18 September 2023 | >=6.5.0.0 |
|
| 3.1.10 | 13 September 2023 | >=6.5.0.0 |
|
| 3.1.9 | 31 August 2023 | >=6.5.0.0 |
|
| 3.1.8 | 30 August 2023 | >=6.5.0.0 |
|
| 3.1.7 | 17 August 2023 | >=6.5.0.0 |
|
| 3.1.6 | 17 August 2023 | >=6.5.0.0 |
|
| 3.1.5 | 16 August 2023 | >=6.5.0.0 |
|
| 3.1.4 | 16 August 2023 | >=6.5.0.0 |
|
| 3.1.3 | 7 August 2023 | >=6.5.0.0 |
|
| 3.1.2 | 20 June 2023 | >=6.5.0.0 |
|
| 3.1.1 | 20 June 2023 | >=6.5.0.0 |
|
| 3.1.0 | 6 June 2023 | >=6.5.0.0 |
|
| 3.0.0 | 5 May 2023 | >=6.5.0.0 |
|
| 2.6.2 | 9 August 2024 | >=6.4.5.0 <6.5.0.0 |
|
| 2.6.1 | 5 August 2024 | >=6.4.5.0 <6.5.0.0 |
|
| 2.6.0 | 1 August 2024 | >=6.4.5.0 <6.5.0.0 |
|
| 2.5.6 | 21 June 2024 | >=6.4.5.0 <6.5.0.0 |
|
| 2.5.5 | 13 June 2024 | >=6.4.5.0 <6.5.0.0 |
|
| 2.5.4 | 9 November 2023 | >=6.4.5.0 |
|
| 2.5.3 | 31 October 2023 | >=6.4.5.0 |
|
| 2.5.2 | 31 October 2023 | >=6.4.5.0 |
|
| 2.5.1 | 31 October 2023 | >=6.4.5.0 |
|
| 2.5.0 | 30 October 2023 | >=6.4.5.0 |
|
| 2.4.9 | 16 October 2023 | >=6.4.5.0 |
|
| 2.4.8 | 16 October 2023 | >=6.4.5.0 |
|
| 2.4.7 | 13 September 2023 | >=6.4.5.0 |
|
| 2.4.6 | 11 September 2023 | >=6.4.5.0 |
|
| 2.4.5 | 17 August 2023 | >=6.4.5.0 |
|
| 2.4.4 | 16 August 2023 | >=6.4.5.0 |
|
| 2.4.3 | 16 August 2023 | >=6.4.5.0 |
|
| 2.4.2 | 10 July 2023 | >=6.4.5.0 |
|
| 2.4.1 | 6 June 2023 | >=6.4.5.0 |
|
| 2.4.0 | 2 June 2023 | >=6.4.5.0 |
|
| 2.3.2 | 22 May 2023 | >=6.4.5.0 |
|
| 2.3.1 | 22 May 2023 | >=6.4.5.0 |
|
| 2.3.0 | 28 March 2023 | >=6.4.5.0 |
|
| 2.2.0 | 27 March 2023 | >=6.4.5.0 |
|
| 2.1.1 | 16 March 2023 | >=6.4.0.0 |
|
| 2.1.0 | 13 March 2023 | >=6.4.0.0 |
|
| 2.0.10 | 15 February 2023 | >=6.4.0.0 |
|
| 2.0.9 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.8 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.7 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.6 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.5 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.4 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.3 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.2 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.1 | 26 November 2022 | >=6.4.0.0 |
|
| 2.0.0 | 26 November 2022 | >=6.4.0.0 |
|
| 1.4.3 | 26 November 2022 | >=6.3.0.0 |
|
| 1.4.2 | 26 November 2022 | >=6.3.0.0 |
|
Login
Tolles Plugin für Staging und ausgezeichneter Support
Mittlerweile möchte ich das Plugin nicht mehr missen. Das Erstellen und Verwalten von Staging-Umgebungen ist hiermit ein Kinderspiel.
Bei dem ersten Einsatz kam es zwar zu unerklärlichen Fehlern im Bezug auf Bilder, aber das hatte keinerlei Auswirkungen auf den Live-Shop. Der Support kümmerte sich umgehend um das Problem und innerhalb kürzester Zeit war der Fehler behoben und eine aktualisierte Plugin-Version im Store vorhanden.
Auch bei allgemeinen Fragen rund um das Plugin ist der Support zu jeder Zeit hilfsbereit und geduldig. Vielen Dank und weiter so.
Wirklich hilfreiches Plugin
Mir hilft dieses Plugin schon seit einiger Zeit. Damit lassen sich Änderung/updates vorab gut testen. Der Support ist großartig und hilft zuverlässig. Danke!
Super Plugin, super Support!
Der Support ist sehr schnell und hilft einem auch mit älteren Versionen. Unser Problem wurde schnell durch eine aktualisierte Plugin Version gelöst.
Super für Staging Umgebungen
Das Plugin ist super. Klappt alles direkt auf Knopfdruck, wie man es sich wünscht. Bei Fragen ist der Support auch direkt da. Kann ich jedem empfehlen!
Super Plugin & Super Support
-