Plugin Directory

Changeset 3441269


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

Update to version 1.3.7 from GitHub

Location:
ovesio
Files:
4 deleted
17 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ovesio/assets/banner-1544x500.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/banner-772x250.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/icon-256x256.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/screenshot-3.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/screenshot-4.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/screenshot-5.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/assets/screenshot-6.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • ovesio/tags/1.3.7/callback.php

    r3355224 r3441269  
    5757    $query = $wpdb->prepare(
    5858        /* 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 AND content_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",
    6060        $type,
    6161        $id,
     
    6868
    6969    if(empty($row->id)) {
    70         throw new Exception('Translation not found!');
     70        throw new Exception('Ovesio request not found!');
    7171    }
    7272
  • ovesio/tags/1.3.7/composer.json

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

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

    r3407589 r3441269  
    44Requires PHP: 7.2
    55License: GPLv2 or later
    6 Stable tag: 1.3.5
     6Stable tag: 1.3.6
    77Contributors: ovesio, awebro
    88Tags: multilingual, translate, translation, language, localization
     
    125125
    126126== Changelog ==
     127= 1.3.7 =
     128Bug fix: Translation not found
     129
     130= 1.3.6 =
     131Composer file updated
     132
    127133= 1.3.5 =
    128134Added Yoast support
  • ovesio/trunk/callback.php

    r3355224 r3441269  
    5757    $query = $wpdb->prepare(
    5858        /* 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 AND content_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",
    6060        $type,
    6161        $id,
     
    6868
    6969    if(empty($row->id)) {
    70         throw new Exception('Translation not found!');
     70        throw new Exception('Ovesio request not found!');
    7171    }
    7272
  • ovesio/trunk/composer.json

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

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

    r3407589 r3441269  
    44Requires PHP: 7.2
    55License: GPLv2 or later
    6 Stable tag: 1.3.5
     6Stable tag: 1.3.6
    77Contributors: ovesio, awebro
    88Tags: multilingual, translate, translation, language, localization
     
    125125
    126126== Changelog ==
     127= 1.3.7 =
     128Bug fix: Translation not found
     129
     130= 1.3.6 =
     131Composer file updated
     132
    127133= 1.3.5 =
    128134Added Yoast support
Note: See TracChangeset for help on using the changeset viewer.