Skip to content
mcLogiora0.16.0
0.16.02 min read

mcLogiora Installation

Install mcLogiora 0.16.0 from the canonical source and verify the plugin safely.

mcLogiora 0.16.0 is prepared for WordPress 6.5+ and PHP 7.4+. Until the WordPress.org directory entry is published, use the canonical repository or a release artifact supplied through the project’s reviewed release channel. Do not rely on an unverified third-party ZIP.

Repository installation

Code
git clone https://github.com/mcorucu/mclogiora.git
cd mclogiora
git checkout 0.16.0

Copy the plugin directory into wp-content/plugins/mclogiora, or package the checked-out directory as a ZIP with the plugin root at the archive root. Activate it from Plugins after confirming the site meets the minimum requirements.

First activation

  1. Confirm the site is backed up and can be rolled back.
  2. Activate mcLogiora.
  3. Open mcLogiora → Setup and choose the default language.
  4. Add only the languages the site intends to serve.
  5. Review the language URL and switcher settings before linking content.

Activation does not contact a provider, scan source files, translate content, or publish anything. Suggestions remain disabled until separately configured.

Verification checklist

  • Open the language manager and confirm the default language.
  • Open the Translation Manager and confirm existing content is unchanged.
  • Visit a translated URL only after a translation exists; missing translations should remain normal 404s.
  • If using REST or WP-CLI, follow the permission and backup guidance in those references.

Related articles