Plugin info

Total downloads: 899
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 11/25/2024 (401 days ago)
Added to WordPress: 8/13/2024 (1 years old)
Minimum WordPress version: 6.2
Tested up to WordPress version: 6.7.4
Minimum PHP version: 8.1

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 401 days ago

26/100

Is Open Source Software Contributions abandoned?

Possibly abandoned (last update 401 days ago).

Compatibility

Requires WordPress: 6.2
Tested up to: 6.7.4
Requires PHP: 8.1

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Displays Pull Request links from GitHub for Open Source Software Contributions simply add [ossc] shortcode to your page and configure settings.

SHORTCODE
[ossc]

EXAMPLES

https://radiusmethod.com/oss/

Third-Party Service Disclosure

This plugin relies on a third-party service, GitHub API, to function properly. The plugin fetches data from GitHub API under the following circumstances:

  • When retrieving merged pull requests data to display within the application.

Service Information

MORE INFORMATION

https://github.com/radiusmethod/ossc-wp

Installation

This section describes how to install the plugin and get it working.

  1. Upload the entire Open Source Software Contributions Plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Update the following settings in WordPress Dashboard->Settings->OSSC.
    1. Add the GitHub API Token to the Open Source Software Contributions
    2. Add a comma separated string of GitHub repos you want to include contributions of. Ex. someorg/somerepo,someorg2/somerepo2.
    3. Add a comma separated string of GitHub users you want to search contributions of within those repos. Ex. someuser1,someuser2.
  4. Add [ossc] shortcode to your WordPress page/post.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. screenshot-1.png

    screenshot-1.png

  2. screenshot-2.png

    screenshot-2.png

Changelog

1.1.3

  • Added auto sort by repo name.

1.1.2

  • First WordPress plugin repository release.

1.1.1

  • Added pagination support for Git Repos.

1.1.0

  • Contributions are now stored in database and updated daily with WP Cron.

1.0.1

  • Use just +author over +or+author which generally is only needed when you use multiple logical operators.

1.0.0

  • Initial Release