Changeset 2721722
- Timestamp:
- 05/11/2022 06:50:45 AM (4 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
r2720368 r2721722 5 5 Requires at least: 4.0 6 6 Tested up to: 5.9.3 7 Stable tag: 3.3.6 17 Stable tag: 3.3.62 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 <li>Autoblogging videos from Vimeo by keywords, user profile link</li> 89 89 <li>Autoblogging images from Flickr keywords, user profile link</li> 90 <li>Set custom post template using shortcodes</li>90 <li>Set the custom post template using shortcodes</li> 91 91 <li>Set original images as post featured image</li> 92 92 <li>Save original images to Wordpress media library</li> -
auto-robot/trunk/auto-robot-lite.php
r2720368 r2721722 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.3.6 16 * Version: 3.3.62 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.3.6 1' );34 define( 'AUTO_ROBOT_VERSION', '3.3.62' ); 35 35 } 36 36
Note: See TracChangeset
for help on using the changeset viewer.