Plugin Directory

Changeset 2721722


Ignore:
Timestamp:
05/11/2022 06:50:45 AM (4 years ago)
Author:
darell
Message:

update to version 3.3.62

Location:
auto-robot/trunk
Files:
2 edited

Legend:

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

    r2720368 r2721722  
    55Requires at least: 4.0
    66Tested up to: 5.9.3
    7 Stable tag: 3.3.61
     7Stable tag: 3.3.62
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888<li>Autoblogging videos from Vimeo by keywords, user profile link</li>
    8989<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>
    9191<li>Set original images as post featured image</li>
    9292<li>Save original images to Wordpress media library</li>
  • auto-robot/trunk/auto-robot-lite.php

    r2720368 r2721722  
    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.3.61
     6 * Version: 3.3.62
    77 * Author: wphobby
    88 * Author URI: https://wpautorobot.com/pricing
     
    3232
    3333if ( ! defined( 'AUTO_ROBOT_VERSION' ) ) {
    34     define( 'AUTO_ROBOT_VERSION', '3.3.61' );
     34    define( 'AUTO_ROBOT_VERSION', '3.3.62' );
    3535}
    3636
Note: See TracChangeset for help on using the changeset viewer.