Plugin Directory

Changeset 1127990


Ignore:
Timestamp:
04/04/2015 11:41:09 PM (11 years ago)
Author:
hidaka.bizplugin
Message:

1.11.1

Location:
whats-new-genarator/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • whats-new-genarator/trunk/readme.txt

    r1063465 r1127990  
    11=== What's New Generator ===
    2 Contributors: WordPress BizPlugin
     2Contributors: WP-BizPlugin
    33Donate link:
    44Tags: what's new, update Post page
    55Requires at least: 3.5
    66Tested up to: 4.1
    7 Stable tag: 1.11.0
     7Stable tag: 1.11.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3939
    4040== Changelog ==
     41
     42= 1.11.1 =
     43* 軽微な不具合を修正しました
    4144
    4245= 1.11.0 =
  • whats-new-genarator/trunk/whats-new-generator.php

    r1063465 r1127990  
    44Plugin URI: http://residentbird.main.jp/bizplugin/
    55Description: What's New(新着情報)を指定した固定ページや投稿に自動的に表示するプラグインです。
    6 Version: 1.11.0
     6Version: 1.11.1
    77Author:Hideki Tanaka
    88Author URI: http://residentbird.main.jp/bizplugin/
     
    1414class WNG
    1515{
    16     const VERSION = "1.11.0";
     16    const VERSION = "1.11.1";
    1717    const SHORTCODE = "showwhatsnew";
    1818    const OPTIONS = "whats_new_options";
  • whats-new-genarator/trunk/whats-new.css

    r1063465 r1127990  
    2828  border-top-right-radius: 3px;
    2929}
    30 div.wn-head .wn-title {
    31   font-weight: bold;
    32   font-size: 100%;
    33   text-align: left;
    34   float: left;
    35   overflow: hidden;
    36   width: auto;
    37 }
    3830div.wn-head .wn-postlist {
    3931  background: transparent url("./image/list.png") left center no-repeat;
     
    4335  cursor: pointer;
    4436  float: right;
    45   width: 4em;
     37  width: 4.2em;
     38}
     39div.wn-head .wn-title {
     40  font-weight: bold;
     41  font-size: 100%;
     42  text-align: left;
     43  overflow: hidden;
    4644}
    4745
     
    6361}
    6462div.wn-item .wn-article {
    65   margin: 0 0 0 8.1em;
    6663  padding: 0 2px;
    6764  overflow: hidden;
  • whats-new-genarator/trunk/whatsnew-view.php

    r811314 r1127990  
    22    <div class='wn-head'
    33    <?php echo "style='background-color: {$info->background_color}; color : {$info->font_color};'" ; ?>>
    4         <div class='wn-title'>
    5             <?php echo $info->title; ?>
    6         </div>
    74        <?php if (!empty($info->postlist_url)): ?>
    85        <div class='wn-postlist'>
     
    107        </div>
    118        <?php endif; ?>
     9        <div class='wn-title'>
     10            <?php echo $info->title; ?>
     11        </div>
    1212    </div>
    1313    <?php foreach($info->items as $item): ?>
Note: See TracChangeset for help on using the changeset viewer.