Skip to content

v0.0.2

Compare
Choose a tag to compare
@mike-weiner mike-weiner released this 03 Aug 15:35
· 9 commits to master since this release

v0.0.2

This release gives the user more control of how the repositories are displayed in the table and how they are sorted via new order and sort attributes for the [gitlist] shortcode. Other shortcodes such as num and user have been added or modified. Please see the README for information about all of the new options for these shortcode attributes available to you!

  • Released on August 3, 2020
  • Added: Shortcode attribute num allows the user to specify how many repositories should be displayed. (Note: Current limit from Github API is 100)
  • Added: Shortcode attribute order allows the user to specify if the repository table should be displayed in asc or desc order
  • Added: Shortcode attribute sort allows the user to specify if repositories should be sorted by created (date), updated (date), pushed (date) or by full_name (repo name)
  • Modifed: Shortcode attribute git-user has been renamed to user for clarity
  • Edited: github-repo-listing.php
  • Edited: README.md