Plugin Directory

Changeset 3441587


Ignore:
Timestamp:
01/17/2026 01:36:42 PM (3 months ago)
Author:
ovesio
Message:

Update to version 1.3.10 from GitHub

Location:
ovesio
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ovesio/tags/1.3.10/composer.json

    r3441585 r3441587  
    22    "name": "ovesio/ovesio-translate-wordpress",
    33    "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.",
    4     "version": "1.3.9",
     4    "version": "1.3.10",
    55    "type": "wordpress-plugin",
    66    "require": {
  • ovesio/tags/1.3.10/ovesio.php

    r3441585 r3441587  
    44 * Plugin Name: Ovesio
    55 * Description: Get instant translations & contentn generator in over 27 languages, powered by the most advanced artificial intelligence technologies.
    6  * Version: 1.3.8
     6 * Version: 1.3.10
    77 * Author: Ovesio
    88 * Text Domain: ovesio
     
    1818}
    1919
    20 define('OVESIO_PLUGIN_VERSION', '1.3.8');
     20define('OVESIO_PLUGIN_VERSION', '1.3.10');
    2121define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/');
  • ovesio/tags/1.3.10/readme.txt

    r3441585 r3441587  
    55License: MIT
    66License URI: https://opensource.org/licenses/MIT
    7 Stable tag: 1.3.9
     7Stable tag: 1.3.10
    88Contributors: ovesio, awebro
    99Tags: multilingual, translate, translation, language, localization
     
    190190with the module or the use or other dealings in the module.
    191191
    192 This is an open-source community module and is not an official module of PrestaShop
     192This is an open-source community module and is not an official module of WordPress
    193193
    194194This module may rely on third-party services/APIs. Availability and output quality may vary.
  • ovesio/trunk/composer.json

    r3441585 r3441587  
    22    "name": "ovesio/ovesio-translate-wordpress",
    33    "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.",
    4     "version": "1.3.9",
     4    "version": "1.3.10",
    55    "type": "wordpress-plugin",
    66    "require": {
  • ovesio/trunk/ovesio.php

    r3441585 r3441587  
    44 * Plugin Name: Ovesio
    55 * Description: Get instant translations & contentn generator in over 27 languages, powered by the most advanced artificial intelligence technologies.
    6  * Version: 1.3.8
     6 * Version: 1.3.10
    77 * Author: Ovesio
    88 * Text Domain: ovesio
     
    1818}
    1919
    20 define('OVESIO_PLUGIN_VERSION', '1.3.8');
     20define('OVESIO_PLUGIN_VERSION', '1.3.10');
    2121define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/');
  • ovesio/trunk/readme.txt

    r3441585 r3441587  
    55License: MIT
    66License URI: https://opensource.org/licenses/MIT
    7 Stable tag: 1.3.9
     7Stable tag: 1.3.10
    88Contributors: ovesio, awebro
    99Tags: multilingual, translate, translation, language, localization
     
    190190with the module or the use or other dealings in the module.
    191191
    192 This is an open-source community module and is not an official module of PrestaShop
     192This is an open-source community module and is not an official module of WordPress
    193193
    194194This module may rely on third-party services/APIs. Availability and output quality may vary.
Note: See TracChangeset for help on using the changeset viewer.