{"id":40639882,"url":"https://github.com/verygoodplugins/edd-changelog-badges","last_synced_at":"2026-01-21T08:02:09.800Z","repository":{"id":277322662,"uuid":"932058864","full_name":"verygoodplugins/edd-changelog-badges","owner":"verygoodplugins","description":"Easy Digital Downloads changelog shortcode with badges","archived":false,"fork":false,"pushed_at":"2025-06-03T10:20:36.000Z","size":13,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T21:28:15.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/verygoodplugins.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-13T09:48:14.000Z","updated_at":"2025-06-03T10:20:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9b78a2d-26ab-48ba-bc8d-fbb879ce072f","html_url":"https://github.com/verygoodplugins/edd-changelog-badges","commit_stats":null,"previous_names":["verygoodplugins/edd-changelog","verygoodplugins/edd-changelog-badges"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/verygoodplugins/edd-changelog-badges","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fedd-changelog-badges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fedd-changelog-badges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fedd-changelog-badges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fedd-changelog-badges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/verygoodplugins","download_url":"https://codeload.github.com/verygoodplugins/edd-changelog-badges/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/verygoodplugins%2Fedd-changelog-badges/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28629922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-21T08:02:06.368Z","updated_at":"2026-01-21T08:02:09.792Z","avatar_url":"https://github.com/verygoodplugins.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EDD Changelog Badges\nA WordPress plugin that adds a beautiful changelog display shortcode for Easy Digital Downloads products.\n\n\u003cimg width=\"875\" alt=\"image\" src=\"https://github.com/user-attachments/assets/a46918ff-b81a-41bb-99ac-802e7a2193bc\" /\u003e\n\n## Features\n- Adds `[edd_changelog]` shortcode to display product changelogs\n- Automatically adds visual badges for New, Improved, Fixed, and Dev changes\n- Styled layout with clear visual hierarchy\n- Compatible with EDD Software Licensing changelog field\n\n## Installation\n1. Upload the `edd-changelog` folder to your `/wp-content/plugins/` directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. Use the shortcode `[edd_changelog id=\"123\"]` in your posts/pages where 123 is your EDD product ID\n\n## Usage\nBasic usage: `[edd_changelog id=\"123\"]`\n\nThe plugin will automatically style changelog entries based on these prefixes:\n- Added: Shows a green \"New\" badge\n- Improved: Shows a blue \"Improved\" badge  \n- Fix: Shows an orange \"Fixed\" badge\n- Developer: Shows a gray \"Dev\" badge \n\n## Customization\nThe plugin uses the `edd_changelog_badge_configs` filter to allow for custom badge configurations.\n\nExample:\n```php  \nadd_filter( 'edd_changelog_badge_configs', function( $configs ) {\n\n    $configs['added']['emoji']     = '🚀';\n    $configs['improved']['emoji']  = '🔄';\n    $configs['fix']['emoji']       = '🐛';\n    $configs['developer']['emoji'] = '👨‍💻';\n\n\n    $configs['custom'] = array(\n        'prefix'     =\u003e 'Custom',\n        'badge_text' =\u003e 'Custom',\n        'emoji'      =\u003e '🔧',\n        'class'      =\u003e 'custom',\n        'ltrim'      =\u003e false,\n        'color'      =\u003e '#333333',\n    );\n\n    return $configs;\n} );\n```\nEach badge config accepts these parameters:\n- `prefix`: Text to match at the start of changelog items\n- `badge_text`: Text displayed on the badge\n- `emoji`: Emoji shown before badge text\n- `class`: CSS class for styling the badge\n- `ltrim`: Text to remove from the start of matched items (optional)\n\n## Changelog\n\n= 1.2.0 - Mar 1, 2025 =\n* Added security badge\n* Added color as a parameter to the badge configs\n* Improved - Updated plugin slug to `edd-changelog-badges` to avoid conflicts with the [EDD Changelog plugin](https://wordpress.org/plugins/edd-changelog/)\n* Improved - Badge output is properly escaped\n* Improved - Default badge colors are updated for AA color contrast reqirements\n\n= 1.1.0 - Feb 13, 2025 =\n* Added `edd_changelog_badge_configs` filter to allow for custom badge configurations\n\n= 1.0.0 - Feb 13, 2025 =\n* Initial release","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverygoodplugins%2Fedd-changelog-badges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fverygoodplugins%2Fedd-changelog-badges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fverygoodplugins%2Fedd-changelog-badges/lists"}