Changeset 3441587
- Timestamp:
- 01/17/2026 01:36:42 PM (3 months ago)
- Location:
- ovesio
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3.10 (copied) (copied from ovesio/trunk)
-
tags/1.3.10/composer.json (modified) (1 diff)
-
tags/1.3.10/ovesio.php (modified) (2 diffs)
-
tags/1.3.10/readme.txt (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/ovesio.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ovesio/tags/1.3.10/composer.json
r3441585 r3441587 2 2 "name": "ovesio/ovesio-translate-wordpress", 3 3 "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.", 4 "version": "1.3. 9",4 "version": "1.3.10", 5 5 "type": "wordpress-plugin", 6 6 "require": { -
ovesio/tags/1.3.10/ovesio.php
r3441585 r3441587 4 4 * Plugin Name: Ovesio 5 5 * Description: Get instant translations & contentn generator in over 27 languages, powered by the most advanced artificial intelligence technologies. 6 * Version: 1.3. 86 * Version: 1.3.10 7 7 * Author: Ovesio 8 8 * Text Domain: ovesio … … 18 18 } 19 19 20 define('OVESIO_PLUGIN_VERSION', '1.3. 8');20 define('OVESIO_PLUGIN_VERSION', '1.3.10'); 21 21 define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/'); -
ovesio/tags/1.3.10/readme.txt
r3441585 r3441587 5 5 License: MIT 6 6 License URI: https://opensource.org/licenses/MIT 7 Stable tag: 1.3. 97 Stable tag: 1.3.10 8 8 Contributors: ovesio, awebro 9 9 Tags: multilingual, translate, translation, language, localization … … 190 190 with the module or the use or other dealings in the module. 191 191 192 This is an open-source community module and is not an official module of PrestaShop192 This is an open-source community module and is not an official module of WordPress 193 193 194 194 This module may rely on third-party services/APIs. Availability and output quality may vary. -
ovesio/trunk/composer.json
r3441585 r3441587 2 2 "name": "ovesio/ovesio-translate-wordpress", 3 3 "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.", 4 "version": "1.3. 9",4 "version": "1.3.10", 5 5 "type": "wordpress-plugin", 6 6 "require": { -
ovesio/trunk/ovesio.php
r3441585 r3441587 4 4 * Plugin Name: Ovesio 5 5 * Description: Get instant translations & contentn generator in over 27 languages, powered by the most advanced artificial intelligence technologies. 6 * Version: 1.3. 86 * Version: 1.3.10 7 7 * Author: Ovesio 8 8 * Text Domain: ovesio … … 18 18 } 19 19 20 define('OVESIO_PLUGIN_VERSION', '1.3. 8');20 define('OVESIO_PLUGIN_VERSION', '1.3.10'); 21 21 define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/'); -
ovesio/trunk/readme.txt
r3441585 r3441587 5 5 License: MIT 6 6 License URI: https://opensource.org/licenses/MIT 7 Stable tag: 1.3. 97 Stable tag: 1.3.10 8 8 Contributors: ovesio, awebro 9 9 Tags: multilingual, translate, translation, language, localization … … 190 190 with the module or the use or other dealings in the module. 191 191 192 This is an open-source community module and is not an official module of PrestaShop192 This is an open-source community module and is not an official module of WordPress 193 193 194 194 This module may rely on third-party services/APIs. Availability and output quality may vary.
Note: See TracChangeset
for help on using the changeset viewer.