WP Core Contributions Widget

A lot of people write code. A lot of people write WordPress plugins. A lot of people write WordPress themes.

Only a handful of people contribute code back to the core WordPress project. Even fewer contribute documentation to the WordPress Codex.

Take a second to show off the patches that you’ve submitted that have made it into core and the updates you’ve submitted to the Codex. It’s a great way to highlight your coding credentials and back up your resume.

Download

Latest version: [zip]

WP Core Contributions Widget has been downloaded 968 times so far!

Installation

Manual Installation

  1. Upload the entire wp-core-contributions-widget to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the WP Core Contributions Widget to your sidebar (be sure to enter your Trac username!)
  4. Add the WP Codex Contributions Widget to your sidebar (be sure to enter your Codex username!)

Changelog

1.2.2

  • Clean up query string generation with Trac API
  • Add German translation

1.2.1

  • Switch to PHP return for Codex data
  • Shorten page names when returned from Codex
  • Add title tags to Codex links for context

1.2

  • Add Codex contributions widget

1.1

  • Update regex to support matching “see #{ticket}”
  • Fix undefined index warnings on first activation

1.0

  • Update translations
  • Allow users to change the display count of the widget.

0.4

  • Add a link to the full Trac results with a total result count listed.

0.3

  • Better formatting for widget template
  • Handle changesets not bound to tickets
  • Better i18n support

0.2

  • Added text domain
  • Improved RegEx parsing
  • Customizable output templates

0.1

  • First release