Plugin Directory

Changeset 2963307


Ignore:
Timestamp:
09/05/2023 11:03:11 PM (3 years ago)
Author:
darell
Message:

update to version 3.6.69

Location:
auto-robot/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • auto-robot/trunk/README.txt

    r2962061 r2963307  
    55Requires at least: 4.0
    66Tested up to: 6.3
    7 Stable tag: 3.6.68
     7Stable tag: 3.6.69
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    9393<li>Save original images to Wordpress media library</li>
    9494<li>Detailed logs and reporting system</li>
    95 <li>Translate original content using Google Translate API before publish post</li>
     95<li>Translate the original content using Google Translate API before publish post</li>
    9696</ul>
    9797</blockquote>
  • auto-robot/trunk/auto-robot-lite.php

    r2962061 r2963307  
    44 * Plugin URI: http://wpautorobot.com/
    55 * Description: Generate WordPress posts automatically from RSS Feed, Social Media, Videos, Images, Sound and etc
    6  * Version: 3.6.68
     6 * Version: 3.6.69
    77 * Author: wphobby
    88 * Author URI: https://wpautorobot.com/pricing
     
    3232
    3333if ( ! defined( 'AUTO_ROBOT_VERSION' ) ) {
    34     define( 'AUTO_ROBOT_VERSION', '3.6.68' );
     34    define( 'AUTO_ROBOT_VERSION', '3.6.69' );
    3535}
    3636
Note: See TracChangeset for help on using the changeset viewer.