Plugin Directory

Changeset 2181256

Timestamp:
10/28/2019 07:12:15 AM (5 years ago)
Author:
shaharia.azam
Message:

A minor bug fixed. 1.2 released

Location:
auto-post-after-image-upload/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • auto-post-after-image-upload/trunk/auto_post_after_image_upload.php

    r2181252 r2181256  
    44Plugin URI:   http://wordpress.org/extend/plugins/auto-post-after-image-upload
    55Description:  This plugin will provide you the facility to create automated post when you will upload an image to your wordpress media gallery. Each time after uploading one media file upload one post will be created with attached this uploaded image automatically
    6 Version:      1.1
     6Version:      1.
    77Author:       Shaharia Azam <mail@shaharia.com>
    88Author URI:   http://www.shaharia.com?utm_source=auto-post-after-image-upload
     
    1919
    2020define( "APAIU_FULL_FILE_PATH", __FILE__ );
    21 define( "APAIP_VERSION", 1.1 );
     21define( "APAIP_VERSION", 1. );
    2222
    2323require __DIR__ . DIRECTORY_SEPARATOR . "lib/APAIU_HTMLParser.php";
  • auto-post-after-image-upload/trunk/lib/APAIU_Functions.php

    r2181252 r2181256  
    1010        if ( strpos( $file, basename( APAIU_FULL_FILE_PATH ) ) !== false ) {
    1111            $new_links = array(
    12                 'configuration' => '<a target="_blank" href="' . admin_url( "?page=auto-post-after-image-upload" ) . '">Settings</a>'
     12                'configuration' => '<a ?page=auto-post-after-image-upload" ) . '">Settings</a>'
    1313            );
    1414
  • auto-post-after-image-upload/trunk/readme.txt

    r2181252 r2181256  
    55Requires at least: 4.0
    66Tested up to: 5.3
    7 Stable tag: 1.1
     7Stable tag: 1.
    88Requires PHP: 5.5
    99License: GPLv2 or later
     
    4747== Changelog ==
    4848
    49 = 1.0 =
    50 * Initial release
     49= 1. =
     50*
    5151
    5252= 1.1 =
     
    5454* Compatible with new WP version
    5555* Major refactored
     56
     57
     58
Note: See TracChangeset for help on using the changeset viewer.