New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Venetian

1 2 3 7
Prio Original string Translation
Want to host your Wordpress site from a different domain? This plugin will help!
Priority: high
You have to log in to add a translation. Details
Want to host your Wordpress site from a different domain? This plugin will help!
Comment

Short description.

You have to log in to edit this translation.

Absolute Relative URLs
Priority: high
You have to log in to add a translation. Details
Absolute Relative URLs
Comment

Plugin name.

You have to log in to edit this translation.

Fixed instance() method, so it can be called statically and avoid deprecation warning about calling non-static method. You have to log in to add a translation. Details
Fixed instance() method, so it can be called statically and avoid deprecation warning about calling non-static method.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

New in version 1.6.2 You have to log in to add a translation. Details
New in version 1.6.2
Comment

Found in installation list item.

You have to log in to edit this translation.

One more thing. We now parse 'data-link' urls along with others such as 'href' and 'src'. We discovered these being used in the gallery component of the block editor. You have to log in to add a translation. Details
One more thing. We now parse 'data-link' urls along with others such as 'href' and 'src'. We discovered these being used in the gallery component of the block editor.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

When you set up related sites, and the site url and wordpress url are the same, you can now specify either one. For example, either of the following will work: You have to log in to add a translation. Details
When you set up related sites, and the site url and wordpress url are the same, you can now specify either one. For example, either of the following will work:
Comment

Found in installation paragraph.

You have to log in to edit this translation.

What may be the most poweful new feature is the ability to display your site under your current domain, even when it was created under a different domain, without doing any conversion. That's right. We've enhanced the related sites feature to do real time conversion from existing content, not just new content. You can now migate one domain to another, add a related site for the former domain, and enable related sites for existing content. To do this last bit, add the following to your functions.php: You have to log in to add a translation. Details
What may be the most poweful new feature is the ability to display your site under your current domain, even when it was created under a different domain, without doing any conversion. That's right. We've enhanced the related sites feature to do real time conversion from existing content, not just new content. You can now migate one domain to another, add a related site for the former domain, and enable related sites for existing content. To do this last bit, add the following to your functions.php:
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Another feature introduced in this version is the ability to disable the conversion to absolute or relative urls. There are other wordpress plugins that convert to relative urls, but don't offer the complement. Disable the conversion to absolute urls and you have the same functionality. Or should you want to revert back to having absolute urls stored in the database, disable relative urls, then edit and save content to restore the full urls to your database. To disable one or the other, add one of the following to your functions.php: You have to log in to add a translation. Details
Another feature introduced in this version is the ability to disable the conversion to absolute or relative urls. There are other wordpress plugins that convert to relative urls, but don't offer the complement. Disable the conversion to absolute urls and you have the same functionality. Or should you want to revert back to having absolute urls stored in the database, disable relative urls, then edit and save content to restore the full urls to your database. To disable one or the other, add one of the following to your functions.php:
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Tested plugin in a multi-site environment and confirmed that conversion of urls, except for the sites part of the upload path, work as expected. In a multi-domain environment, the domain is removed and restored. In a multi-folder environment, the domain and folder are removed and restored. This is the same as running stand-alone with a domain only, or in a folder within a domain. You have to log in to add a translation. Details
Tested plugin in a multi-site environment and confirmed that conversion of urls, except for the sites part of the upload path, work as expected. In a multi-domain environment, the domain is removed and restored. In a multi-folder environment, the domain and folder are removed and restored. This is the same as running stand-alone with a domain only, or in a folder within a domain.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

A new feature in this version is the ability to remove and restore the 'sites/' part of the upload path when running in a multi-site environment. Unlike url conversions, where most websites will continue to display appropriately when you deactivate this plugin, this feature requires this plugin to be active in order to restore the sites part of the upload path. On the other hand, you should be able to move a stand alone site into a multi-site environment and let this plugin insert the sites part of the upload path without having to convert your database. To enable this feature, add the following filter to your functions.php: You have to log in to add a translation. Details
A new feature in this version is the ability to remove and restore the 'sites/' part of the upload path when running in a multi-site environment. Unlike url conversions, where most websites will continue to display appropriately when you deactivate this plugin, this feature requires this plugin to be active in order to restore the sites part of the upload path. On the other hand, you should be able to move a stand alone site into a multi-site environment and let this plugin insert the sites part of the upload path without having to convert your database. To enable this feature, add the following filter to your functions.php:
Comment

Found in installation paragraph.

You have to log in to edit this translation.

With the introduction of the Wordpress block editor, urls were not being converted to absolute urls when editing content. They were converted properly when viewing content on the front end, and that is where it is important. But for consistency, and to meet the intent of the plugin, you now see absolute urls in the block editor. This is enabled by default. You can disable it with the following code in your functions.php: You have to log in to add a translation. Details
With the introduction of the Wordpress block editor, urls were not being converted to absolute urls when editing content. They were converted properly when viewing content on the front end, and that is where it is important. But for consistency, and to meet the intent of the plugin, you now see absolute urls in the block editor. This is enabled by default. You can disable it with the following code in your functions.php:
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Introduced filters to override Site and Wordpress URLs. Use cases for this have come up a couple of times in the support forum (@colinguqbio, @houba_houbi). Now it is possible without hacking the code. You have to log in to add a translation. Details
Introduced filters to override Site and Wordpress URLs. Use cases for this have come up a couple of times in the support forum (@colinguqbio, @houba_houbi). Now it is possible without hacking the code.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Modified the filter to add related site urls so that you only need to specify each url. You no longer need to specify whether the url represents the site or wp url. The original method still works, for now. You have to log in to add a translation. Details
Modified the filter to add related site urls so that you only need to specify each url. You no longer need to specify whether the url represents the site or wp url. The original method still works, for now.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Converted to a singleton instantiated class in place of static. You have to log in to add a translation. Details
Converted to a singleton instantiated class in place of static.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

The plugin does not retroactively modify urls in your database unless you manually update content. However, it can convert urls as needed. See notes about related sites. You have to log in to add a translation. Details
The plugin does not retroactively modify urls in your database unless you manually update content. However, it can convert urls as needed. See notes about related sites.
Comment

Found in installation paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 7

Export as