Plugin Directory

Changeset 3441272


Ignore:
Timestamp:
01/16/2026 09:08:23 PM (3 months ago)
Author:
ovesio
Message:

Update to version 1.3.8 from GitHub

Location:
ovesio
Files:
6 edited
1 copied

Legend:

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

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

    r3441269 r3441272  
    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.7
     6 * Version: 1.3.8
    77 * Author: Ovesio
    88 * Text Domain: ovesio
     
    1818}
    1919
    20 define('OVESIO_PLUGIN_VERSION', '1.3.7');
     20define('OVESIO_PLUGIN_VERSION', '1.3.8');
    2121define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/');
  • ovesio/tags/1.3.8/readme.txt

    r3441269 r3441272  
    44Requires PHP: 7.2
    55License: GPLv2 or later
    6 Stable tag: 1.3.6
     6Stable tag: 1.3.8
    77Contributors: ovesio, awebro
    88Tags: multilingual, translate, translation, language, localization
  • ovesio/trunk/composer.json

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

    r3441269 r3441272  
    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.7
     6 * Version: 1.3.8
    77 * Author: Ovesio
    88 * Text Domain: ovesio
     
    1818}
    1919
    20 define('OVESIO_PLUGIN_VERSION', '1.3.7');
     20define('OVESIO_PLUGIN_VERSION', '1.3.8');
    2121define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2222define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/');
  • ovesio/trunk/readme.txt

    r3441269 r3441272  
    44Requires PHP: 7.2
    55License: GPLv2 or later
    6 Stable tag: 1.3.6
     6Stable tag: 1.3.8
    77Contributors: ovesio, awebro
    88Tags: multilingual, translate, translation, language, localization
Note: See TracChangeset for help on using the changeset viewer.