Changeset 2963307
- Timestamp:
- 09/05/2023 11:03:11 PM (3 years ago)
- Location:
- auto-robot/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
auto-robot-lite.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-robot/trunk/README.txt
r2962061 r2963307 5 5 Requires at least: 4.0 6 6 Tested up to: 6.3 7 Stable tag: 3.6.6 87 Stable tag: 3.6.69 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 93 93 <li>Save original images to Wordpress media library</li> 94 94 <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> 96 96 </ul> 97 97 </blockquote> -
auto-robot/trunk/auto-robot-lite.php
r2962061 r2963307 4 4 * Plugin URI: http://wpautorobot.com/ 5 5 * Description: Generate WordPress posts automatically from RSS Feed, Social Media, Videos, Images, Sound and etc 6 * Version: 3.6.6 86 * Version: 3.6.69 7 7 * Author: wphobby 8 8 * Author URI: https://wpautorobot.com/pricing … … 32 32 33 33 if ( ! defined( 'AUTO_ROBOT_VERSION' ) ) { 34 define( 'AUTO_ROBOT_VERSION', '3.6.6 8' );34 define( 'AUTO_ROBOT_VERSION', '3.6.69' ); 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.