Releases: mike-weiner/list-github-repositories
v0.0.4
v0.0.4
Today's update introduces a new shortcode attribute excl
that allows you to specify certain repositories to exclude from being displayed in your table! There is also a new Special Thanks
section of the README for those that have provided me with some great resources and help along the way. There are numerous other smaller changes like code optimization, greater commenting, and resource management going on behind the scenes. Enjoy! As always, if you experience any issues please open a new issue on the Github repository and I will be happy to assist.
- Released on August 4, 2020
- Added: Shortcode attribute
excl
allows the user to specify repository slug name(s) (separated by comma) to exclude from being displayed in a table - Added: A new FAQ
How do I exclude certain repositories from displaying in a table?
question has been added covering the newexcl
shortcode attribute and how to use it - Added: A new Special Thanks section to the README with a thank you to @duplaja
- Fixed: Restored functionality of the
num
parameter, the Github API is still limit is still 100 - Updated: Updated README shortcode attribute descriptions
- Updated: Updated appropriate links to use markdown formatting instead of Github's automatic link detection in the README
- Edited: github-repo-listing.php
- Edited: README.md
v0.0.3
v0.0.3
This update introduces a 15 minute cache for displaying updates on your Github display table. This means your Github table will update on the first page refresh after 15 minutes. This was accomplished through using WordPress transients and will help to keep your page load times down.
- Released on August 3, 2020
- Added: Transient cache for all Github display tables you have across your site. Each table will update on the first page refresh every 15 minutes
- Added: A new FAQ question has been added covering the transient cache feature
- Updated: Updated README shortcode attribute descriptions
- Fixed: Fixed a typo in changelog for v0.0.2
- Edited: github-repo-listing.php
- Edited: README.md
v0.0.2
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 inasc
ordesc
order - Added: Shortcode attribute
sort
allows the user to specify if repositories should be sorted bycreated
(date),updated
(date),pushed
(date) or byfull_name
(repo name) - Modifed: Shortcode attribute
git-user
has been renamed touser
for clarity - Edited: github-repo-listing.php
- Edited: README.md
v0.0.1
v0.0.1
Initial release!