Plugin Directory

Changeset 1944028

Timestamp:
09/20/2018 04:46:48 AM (6 years ago)
Author:
wokamoto
Message:

[wp-simple-related-posts] update ver.1.5.6

Location:
wp-simple-related-posts
Files:
6 edited
1 copied

Legend:

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

    r1677992 r1944028  
    2222    public function save_post($post_id) {
    2323        if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
     24
     25
     26
    2427            return;
    2528        }
  • wp-simple-related-posts/tags/1.5.6/readme.txt

    r1864075 r1944028  
    33Tags:  related posts,related
    44Requires at least: 3.8.1
    5 Tested up to: 4.6.1
    6 Stable tag: 1.5.5
     5Tested up to: 4.
     6Stable tag: 1.5.
    77
    88Related Posts plugin. It's flexible and fast and simple.
     
    8181= 1.5.5 =
    8282* Bug fix
     83
     84
  • wp-simple-related-posts/tags/1.5.6/simple-related-posts.php

    r1677992 r1944028  
    22/*
    33Plugin Name: WP Simple Related Posts
    4 Plugin URI: https://github.com/horike37/Simple-Related-Posts
     4Plugin URI: https://github.com/osts
    55Description: Display Related Posts. Very Simple.
    6 Author: horike takahiro
    7 Version: 1.5.5
    8 Author URI: https://github.com/horike37/Simple-Related-Posts
     6Author:
     7Version: 1.5.
     8Author URI: https://github.com/osts
    99Text Domain: simple-related-posts
    1010Domain Path: /languages/
    1111
    1212
    13 Copyright 2016 horike takahiro (email : horike37@gmail.com)
     13Copyright 201)
    1414
    1515This program is free software; you can redistribute it and/or modify
  • wp-simple-related-posts/trunk/admin/meta_box.php

    r1677992 r1944028  
    2222    public function save_post($post_id) {
    2323        if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
     24
     25
     26
    2427            return;
    2528        }
  • wp-simple-related-posts/trunk/readme.txt

    r1864075 r1944028  
    33Tags:  related posts,related
    44Requires at least: 3.8.1
    5 Tested up to: 4.6.1
    6 Stable tag: 1.5.5
     5Tested up to: 4.
     6Stable tag: 1.5.
    77
    88Related Posts plugin. It's flexible and fast and simple.
     
    8181= 1.5.5 =
    8282* Bug fix
     83
     84
  • wp-simple-related-posts/trunk/simple-related-posts.php

    r1677992 r1944028  
    22/*
    33Plugin Name: WP Simple Related Posts
    4 Plugin URI: https://github.com/horike37/Simple-Related-Posts
     4Plugin URI: https://github.com/osts
    55Description: Display Related Posts. Very Simple.
    6 Author: horike takahiro
    7 Version: 1.5.5
    8 Author URI: https://github.com/horike37/Simple-Related-Posts
     6Author:
     7Version: 1.5.
     8Author URI: https://github.com/osts
    99Text Domain: simple-related-posts
    1010Domain Path: /languages/
    1111
    1212
    13 Copyright 2016 horike takahiro (email : horike37@gmail.com)
     13Copyright 201)
    1414
    1515This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.