Plugin Directory

Changeset 2054941


Ignore:
Timestamp:
03/22/2019 12:36:13 AM (7 years ago)
Author:
deb255
Message:

Tagging version 3.0.8

Location:
compact-archives/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • compact-archives/trunk/compact.php

    r2054939 r2054941  
    44Plugin URI: http://www.wpbeginner.com
    55Description: 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.7
     6Version: 3.0.8
    77Author: WPBeginner
    88Author URI: http://www.wpbeginner.com
     
    8585
    8686}
    87 
    88 /* AM Dashboard Widget */
    89 include('class-am-dashboard-widget-extend-feed.php');
    9087
    9188/********************************************************************************************************
     
    308305
    309306add_action( 'plugins_loaded', 'wpb_caw_load_languages' );
     307
     308/* AM Dashboard Widget */
     309require plugin_dir_path( __FILE__ ) . 'class-am-dashboard-widget-extend-feed.php';
  • compact-archives/trunk/readme.txt

    r2054939 r2054941  
    44Requires at least: 3.0
    55Tested up to: 5.1.1
    6 Stable tag: 3.0.7
     6Stable tag: 3.0.8
    77
    88Displays a smart monthly archive of posts in a more compact form rather than the default long archive widget.
     
    129129
    130130== Changelog ==
     131= 3.0.8 =
     132* Update Readme.txt
     133* Update path for AM Dashboard
    131134= 3.0.7 =
    132135* Update code example in Readme.txt
Note: See TracChangeset for help on using the changeset viewer.