Plugin Directory

Changeset 1677992


Ignore:
Timestamp:
06/14/2017 03:15:09 AM (9 years ago)
Author:
horike
Message:

update

Location:
wp-simple-related-posts/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-simple-related-posts/trunk/admin/meta_box.php

    r1205502 r1677992  
    2727        if ( isset($_POST['simple_related_posts']) && is_array($_POST['simple_related_posts'])) {
    2828            update_post_meta( $post_id, 'simple_related_posts', $_POST['simple_related_posts'] );
     29        } else {
     30            if ( get_post_meta( $post_id, 'simple_related_posts', true ) ) {
     31                delete_post_meta( $post_id, 'simple_related_posts' );
     32            }
    2933        }
    3034    }
  • wp-simple-related-posts/trunk/readme.txt

    r1540420 r1677992  
    44Requires at least: 3.8.1
    55Tested up to: 4.6.1
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.5
    77
    88Related Posts plugin. It's flexible and fast and simple.
     
    7979= 1.5.4 =
    8080* Exclude posts password protected
     81= 1.5.5 =
     82* Bug fix
  • wp-simple-related-posts/trunk/simple-related-posts.php

    r1540420 r1677992  
    55Description: Display Related Posts. Very Simple.
    66Author: horike takahiro
    7 Version: 1.5.4
     7Version: 1.5.5
    88Author URI: https://github.com/horike37/Simple-Related-Posts
    99Text Domain: simple-related-posts
Note: See TracChangeset for help on using the changeset viewer.