{"id":23380482,"url":"https://github.com/xenioushk/wporg-submit-plugin","last_synced_at":"2025-04-08T07:42:32.819Z","repository":{"id":267792365,"uuid":"902374995","full_name":"xenioushk/wporg-submit-plugin","owner":"xenioushk","description":"A step by step guidelines to submit plugin to WordPress.org","archived":false,"fork":false,"pushed_at":"2025-04-05T10:13:08.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:23:10.687Z","etag":null,"topics":["plugin","svn-commands","wordpress","wordpress-org"],"latest_commit_sha":null,"homepage":"https://bluewindlab.net","language":null,"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/xenioushk.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":"2024-12-12T12:51:40.000Z","updated_at":"2025-04-05T10:13:12.000Z","dependencies_parsed_at":"2024-12-12T13:42:08.221Z","dependency_job_id":"cf627c6a-e29a-496b-961c-5b9d572190d6","html_url":"https://github.com/xenioushk/wporg-submit-plugin","commit_stats":null,"previous_names":["xenioushk/wporg-submit-plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenioushk%2Fwporg-submit-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenioushk%2Fwporg-submit-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenioushk%2Fwporg-submit-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenioushk%2Fwporg-submit-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xenioushk","download_url":"https://codeload.github.com/xenioushk/wporg-submit-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801198,"owners_count":20998331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["plugin","svn-commands","wordpress","wordpress-org"],"created_at":"2024-12-21T20:16:09.931Z","updated_at":"2025-04-08T07:42:32.808Z","avatar_url":"https://github.com/xenioushk.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Submit A Plugin to WordPress.org Repository\n\nA step by step guidelines to submit plugin to WordPress.org\n\n## Submit A New Plugin.\n\nNavgiate to the link and upload your plugin.\nhttps://wordpress.org/plugins/developers/add/\n\n![Submit A New Plugin.](previews/upload_plugin.jpg)\n\n## Check svn status\n\n```bash\nsvn stat\n```\n\n### Add all files to staging\n\nNavigate to the project directory. Run the following command to stage all the files of `trunk` folder.\n\n```bash\nsvn add trunk/ --force\n```\n\n### Commit and Push to WP repository\n\n```bash\nsvn ci -m \"Update readme file\"\n```\n\n### Tagging Version\n\nBefore running the following command, we need to add the stable version tag information to the readme.txt file. Tagging code pattern.\n\n```bash\nsvn cp \"\u003ctrunk_path\u003e\" \"\u003ctrunk_version\u003e\" -m \"tag message\"\n```\n\nHere are a few examples.\n\n### BWL Advanced FAQ Lite\n\n```bash\nsvn cp \"https://plugins.svn.wordpress.org/bwl-advanced-faq-manager-lite/trunk\" \\\n       \"https://plugins.svn.wordpress.org/bwl-advanced-faq-manager-lite/tags/1.1.1\" \\\n       -m \"Tagging version 1.1.1\"\n```\n\n### BWL Poll Manager Lite\n\n```bash\nsvn cp \"https://plugins.svn.wordpress.org/bwl-poll-manager-lite/trunk\" \\\n       \"https://plugins.svn.wordpress.org/bwl-poll-manager-lite/tags/1.0.8\" \\\n       -m \"Tagging version 1.0.8\"\n```\n\n### Ultimate Searchable Accordion Lite\n\n```bash\nsvn cp \"https://plugins.svn.wordpress.org/ultimate-searchable-accordion-lite-wpbakery-page-builder-addon/trunk\" \\\n       \"https://plugins.svn.wordpress.org/ultimate-searchable-accordion-lite-wpbakery-page-builder-addon/tags/1.0.8\" \\\n       -m \"Tagging version 1.0.8\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenioushk%2Fwporg-submit-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenioushk%2Fwporg-submit-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenioushk%2Fwporg-submit-plugin/lists"}