Plugin Directory

Changeset 1510710


Ignore:
Timestamp:
10/08/2016 09:32:41 AM (9 years ago)
Author:
boomil
Message:

v1.0.1 Add explains.

Location:
categorized-new-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • categorized-new-post/trunk/categorized-new-post.php

    r1457717 r1510710  
    22/*
    33Plugin Name: Categorized New Post
    4 Plugin URI: http://boomil.com
     4Plugin URI: https://boomil.com
    55Description: Widget for categorized new post.
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author: boomil
    8 Author URI: http://boomil.com/
     8Author URI: https://boomil.com/
    99License: GPLv2
    1010*/
     
    7575        <label for="<?php echo $this->get_field_id('thumbnail_width'); ?>"><?php _e('Thumbnail width:'); ?></label>
    7676        <input class="widefat" id="<?php echo $this->get_field_id('thumbnail_width'); ?>" name="<?php echo $this->get_field_name('thumbnail_width'); ?>" type="text" value="<?php echo esc_attr($thumbnail_width); ?>" /></p>
     77        <br/>
     78        If you like this plugin, please share the link for my blog. もしこのプラグインを気に入ったら、私のブログへのリンクをお願いします.<br/>
     79        https://boomil.com/?p=2808
    7780        <?php
    7881    }
  • categorized-new-post/trunk/readme.txt

    r1457717 r1510710  
    44Tags: category, categorized, new post, category new post, categorized new post, thumbnail
    55Requires at least: 4.0
    6 Tested up to: 4.5.3
    7 Stable tag: 1.0.0
     6Tested up to: 4.6.1
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 Widget that displays the categorized new posts(titles and thumbnails).
    16 サムネイル付きのカテゴリ別新着記事一覧を表示するウィジェットです。
     15Widget that displays the categorized new posts(titles and thumbnails). When this widget is displayed in "SmartPhone" category post, new posts are "SmartPhone" category only.
     16サムネイル付きのカテゴリ別新着記事一覧を表示するウィジェットです。このウィジェットがスマホカテゴリで表示された時は、スマホカテゴリの新着記事一覧を表示します。
    1717
    1818== Installation ==
     
    3232== Changelog ==
    3333
     34= 1.0.1 =
     35
     36* 2016-10-08
     37* Add explains.
     38* Add announcement of my blog.
     39
    3440= 1.0.0 =
    3541
Note: See TracChangeset for help on using the changeset viewer.