Changeset 2054941
- Timestamp:
- 03/22/2019 12:36:13 AM (7 years ago)
- Location:
- compact-archives/trunk
- Files:
-
- 2 edited
-
compact.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
compact-archives/trunk/compact.php
r2054939 r2054941 4 4 Plugin URI: http://www.wpbeginner.com 5 5 Description: Displays a compact monthly archive instead of the default long list. Either display it as a block suitable for the body of a page or in a form compact enough for a sidebar. 6 Version: 3.0. 76 Version: 3.0.8 7 7 Author: WPBeginner 8 8 Author URI: http://www.wpbeginner.com … … 85 85 86 86 } 87 88 /* AM Dashboard Widget */89 include('class-am-dashboard-widget-extend-feed.php');90 87 91 88 /******************************************************************************************************** … … 308 305 309 306 add_action( 'plugins_loaded', 'wpb_caw_load_languages' ); 307 308 /* AM Dashboard Widget */ 309 require plugin_dir_path( __FILE__ ) . 'class-am-dashboard-widget-extend-feed.php'; -
compact-archives/trunk/readme.txt
r2054939 r2054941 4 4 Requires at least: 3.0 5 5 Tested up to: 5.1.1 6 Stable tag: 3.0. 76 Stable tag: 3.0.8 7 7 8 8 Displays a smart monthly archive of posts in a more compact form rather than the default long archive widget. … … 129 129 130 130 == Changelog == 131 = 3.0.8 = 132 * Update Readme.txt 133 * Update path for AM Dashboard 131 134 = 3.0.7 = 132 135 * Update code example in Readme.txt
Note: See TracChangeset
for help on using the changeset viewer.