Changeset 3441269
- Timestamp:
- 01/16/2026 09:01:41 PM (3 months ago)
- Location:
- ovesio
- Files:
-
- 4 deleted
- 17 edited
- 1 copied
-
assets/banner-1544x500.png (modified) (1 prop) (previous)
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
assets/screenshot-2.png (modified) (1 prop) (previous)
-
assets/screenshot-3.png (modified) (1 prop) (previous)
-
assets/screenshot-4.png (modified) (1 prop) (previous)
-
assets/screenshot-5.png (modified) (1 prop) (previous)
-
assets/screenshot-6.png (modified) (1 prop) (previous)
-
tags/1.3.7 (copied) (copied from ovesio/trunk)
-
tags/1.3.7/callback.php (modified) (2 diffs)
-
tags/1.3.7/composer.json (modified) (1 diff)
-
tags/1.3.7/ovesio.php (modified) (2 diffs)
-
tags/1.3.7/readme.txt (modified) (2 diffs)
-
tags/1.3.7/vendor/bin (deleted)
-
tags/1.3.7/vendor/ovesio/ovesio-php/.gitignore (deleted)
-
trunk/callback.php (modified) (2 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/ovesio.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/bin (deleted)
-
trunk/vendor/ovesio/ovesio-php/.gitignore (deleted)
Legend:
- Unmodified
- Added
- Removed
-
ovesio/assets/banner-1544x500.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/screenshot-2.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/screenshot-3.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/screenshot-4.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/screenshot-5.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/assets/screenshot-6.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
ovesio/tags/1.3.7/callback.php
r3355224 r3441269 57 57 $query = $wpdb->prepare( 58 58 /* phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared */ 59 "SELECT * FROM {$table_name} WHERE resource = %s AND resource_id = %d AND lang = %s AND translate_id = %d AND translate_status = 0 ANDcontent_id IS NULL",59 "SELECT * FROM {$table_name} WHERE resource = %s AND resource_id = %d AND lang = %s AND translate_id = %d AND content_id IS NULL", 60 60 $type, 61 61 $id, … … 68 68 69 69 if(empty($row->id)) { 70 throw new Exception(' Translationnot found!');70 throw new Exception('Ovesio request not found!'); 71 71 } 72 72 -
ovesio/tags/1.3.7/composer.json
r3355224 r3441269 1 1 { 2 "name": "ovesio/ovesio- wordpress",2 "name": "ovesio/ovesio-translate-wordpress", 3 3 "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.", 4 "version": "1.3. 5",4 "version": "1.3.7", 5 5 "type": "wordpress-plugin", 6 6 "require": { -
ovesio/tags/1.3.7/ovesio.php
r3355224 r3441269 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. 56 * Version: 1.3.7 7 7 * Author: Ovesio 8 8 * Text Domain: ovesio … … 18 18 } 19 19 20 define('OVESIO_PLUGIN_VERSION', '1.3. 5');20 define('OVESIO_PLUGIN_VERSION', '1.3.7'); 21 21 define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/'); -
ovesio/tags/1.3.7/readme.txt
r3407589 r3441269 4 4 Requires PHP: 7.2 5 5 License: GPLv2 or later 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 Contributors: ovesio, awebro 8 8 Tags: multilingual, translate, translation, language, localization … … 125 125 126 126 == Changelog == 127 = 1.3.7 = 128 Bug fix: Translation not found 129 130 = 1.3.6 = 131 Composer file updated 132 127 133 = 1.3.5 = 128 134 Added Yoast support -
ovesio/trunk/callback.php
r3355224 r3441269 57 57 $query = $wpdb->prepare( 58 58 /* phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared */ 59 "SELECT * FROM {$table_name} WHERE resource = %s AND resource_id = %d AND lang = %s AND translate_id = %d AND translate_status = 0 ANDcontent_id IS NULL",59 "SELECT * FROM {$table_name} WHERE resource = %s AND resource_id = %d AND lang = %s AND translate_id = %d AND content_id IS NULL", 60 60 $type, 61 61 $id, … … 68 68 69 69 if(empty($row->id)) { 70 throw new Exception(' Translationnot found!');70 throw new Exception('Ovesio request not found!'); 71 71 } 72 72 -
ovesio/trunk/composer.json
r3355224 r3441269 1 1 { 2 "name": "ovesio/ovesio- wordpress",2 "name": "ovesio/ovesio-translate-wordpress", 3 3 "description": "WordPress plugin that integrates Ovesio AI Translation and SEO tools.", 4 "version": "1.3. 5",4 "version": "1.3.7", 5 5 "type": "wordpress-plugin", 6 6 "require": { -
ovesio/trunk/ovesio.php
r3355224 r3441269 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. 56 * Version: 1.3.7 7 7 * Author: Ovesio 8 8 * Text Domain: ovesio … … 18 18 } 19 19 20 define('OVESIO_PLUGIN_VERSION', '1.3. 5');20 define('OVESIO_PLUGIN_VERSION', '1.3.7'); 21 21 define('OVESIO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 22 22 define('OVESIO_ADMIN_DIR', OVESIO_PLUGIN_DIR . 'admin/'); -
ovesio/trunk/readme.txt
r3407589 r3441269 4 4 Requires PHP: 7.2 5 5 License: GPLv2 or later 6 Stable tag: 1.3. 56 Stable tag: 1.3.6 7 7 Contributors: ovesio, awebro 8 8 Tags: multilingual, translate, translation, language, localization … … 125 125 126 126 == Changelog == 127 = 1.3.7 = 128 Bug fix: Translation not found 129 130 = 1.3.6 = 131 Composer file updated 132 127 133 = 1.3.5 = 128 134 Added Yoast support
Note: See TracChangeset
for help on using the changeset viewer.