Changeset 3340490
- Timestamp:
- 08/06/2025 03:56:04 PM (8 months ago)
- Location:
- ovesio
- Files:
-
- 1 deleted
- 3 edited
-
tags/1.3.2.1 (deleted)
-
trunk/composer.json (modified) (1 diff)
-
trunk/ovesio.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ovesio/trunk/composer.json
r3340472 r3340490 2 2 "name": "ovesio/ovesio-wordpress", 3 3 "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.", 4 "version": "1.3. 2",4 "version": "1.3.3", 5 5 "type": "wordpress-plugin", 6 6 "require": { -
ovesio/trunk/ovesio.php
r3340472 r3340490 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. 26 * Version: 1.3.3 7 7 * Author: Ovesio 8 8 * Text Domain: ovesio … … 18 18 } 19 19 20 define('OVESIO_PLUGIN_VERSION', '1.3. 2');20 define('OVESIO_PLUGIN_VERSION', '1.3.3'); 21 21 define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/'); -
ovesio/trunk/readme.txt
r3340485 r3340490 4 4 Requires PHP: 7.2 5 5 License: GPLv2 or later 6 Stable tag: 1.3. 26 Stable tag: 1.3.3 7 7 Contributors: ovesio, awebro 8 8 Tags: multilingual, translate, translation, language, localization … … 123 123 124 124 == Changelog == 125 = 1.3. 2=125 = 1.3.3 = 126 126 Readme file updated 127 127 … … 149 149 150 150 == Upgrade Notice == 151 = 1.3. 2=151 = 1.3.3= 152 152 Lang flags fix. 153 153 Composer updated.
Note: See TracChangeset
for help on using the changeset viewer.