Changeset 1283930
- Timestamp:
- 11/11/2015 07:32:22 AM (10 years ago)
- Location:
- category-monthly-archives/trunk
- Files:
-
- 4 added
- 1 deleted
- 2 edited
-
category-monthly-archives-form-view.php (added)
-
category-monthly-archives.php (modified) (2 diffs)
-
class.category-monthly-archives-model.php (added)
-
class.category-monthly-archives.php (added)
-
readme.txt (modified) (3 diffs)
-
screenshot1.png (added)
-
screenshot1.psd (deleted)
Legend:
- Unmodified
- Added
- Removed
-
category-monthly-archives/trunk/category-monthly-archives.php
r1232717 r1283930 2 2 /* 3 3 Plugin Name: Category Monthly Archives 4 Version: 0.0. 24 Version: 0.0.3 5 5 Description: This widget display monthly archive links on category archives page. 6 6 Author: Hiroshi Sawai … … 27 27 */ 28 28 29 require_once( dirname( __FILE__ ) . '/class -category-monthly-archives.php' );29 require_once( dirname( __FILE__ ) . '/class.category-monthly-archives.php' ); 30 30 add_action( 'widgets_init', 'cmarchives_widget_register' ); 31 function cmarchives_widget_register() 32 { 31 function cmarchives_widget_register() { 33 32 register_widget( 'CategoryMonthlyArchives' ); 34 33 } -
category-monthly-archives/trunk/readme.txt
r1232717 r1283930 5 5 Requires at least: 4.3 6 6 Tested up to: 4.3 7 Stable tag: 0.0. 27 Stable tag: 0.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 37 37 == Changelog == 38 38 39 = 0.0.3 = 40 41 Improve Date Format. 42 The archives list date format is reflected by Dashbord > Settings > General > Date Format. 43 39 44 = 0.0.1 = 40 45 … … 43 48 == Upgrade Notice == 44 49 45 This plugin has no update version. 50 This version up may change archives list data format. 51 The archives list date format is reflected by Dashbord > Settings > General > Date Format.
Note: See TracChangeset
for help on using the changeset viewer.