Plugin Directory

Changeset 3340490


Ignore:
Timestamp:
08/06/2025 03:56:04 PM (8 months ago)
Author:
ovesio
Message:

v1.3.3

Location:
ovesio
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • ovesio/trunk/composer.json

    r3340472 r3340490  
    22    "name": "ovesio/ovesio-wordpress",
    33    "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.",
    4     "version": "1.3.2",
     4    "version": "1.3.3",
    55    "type": "wordpress-plugin",
    66    "require": {
  • ovesio/trunk/ovesio.php

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

    r3340485 r3340490  
    44Requires PHP: 7.2
    55License: GPLv2 or later
    6 Stable tag: 1.3.2
     6Stable tag: 1.3.3
    77Contributors: ovesio, awebro
    88Tags: multilingual, translate, translation, language, localization
     
    123123
    124124== Changelog ==
    125 = 1.3.2 =
     125= 1.3.3 =
    126126Readme file updated
    127127
     
    149149
    150150== Upgrade Notice ==
    151 = 1.3.2 =
     151= 1.3.3=
    152152Lang flags fix.
    153153Composer updated.
Note: See TracChangeset for help on using the changeset viewer.