Plugin Directory

Changeset 1283930


Ignore:
Timestamp:
11/11/2015 07:32:22 AM (10 years ago)
Author:
s-hiroshi
Message:

Release version 0.0.3

Location:
category-monthly-archives/trunk
Files:
4 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • category-monthly-archives/trunk/category-monthly-archives.php

    r1232717 r1283930  
    22/*
    33Plugin Name: Category Monthly Archives
    4 Version: 0.0.2
     4Version: 0.0.3
    55Description: This widget display monthly archive links on category archives page.
    66Author: Hiroshi Sawai
     
    2727*/
    2828
    29 require_once( dirname( __FILE__ ) . '/class-category-monthly-archives.php' );
     29require_once( dirname( __FILE__ ) . '/class.category-monthly-archives.php' );
    3030add_action( 'widgets_init', 'cmarchives_widget_register' );
    31 function cmarchives_widget_register()
    32 {
     31function cmarchives_widget_register() {
    3332    register_widget( 'CategoryMonthlyArchives' );
    3433}
  • category-monthly-archives/trunk/readme.txt

    r1232717 r1283930  
    55Requires at least: 4.3
    66Tested up to: 4.3
    7 Stable tag: 0.0.2
     7Stable tag: 0.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 0.0.3 =
     40
     41Improve Date Format.
     42The archives list date format is reflected by Dashbord > Settings > General > Date Format.
     43
    3944= 0.0.1 =
    4045
     
    4348== Upgrade Notice ==
    4449
    45 This plugin has no update version.
     50This version up may change archives list data format.
     51The archives list date format is reflected by Dashbord > Settings > General > Date Format.
Note: See TracChangeset for help on using the changeset viewer.