{"id":17693084,"url":"https://github.com/toolstack/wp-readme-tested-version-updater","last_synced_at":"2025-03-30T23:13:00.390Z","repository":{"id":85642437,"uuid":"67741028","full_name":"toolstack/WP-README-Tested-Version-Updater","owner":"toolstack","description":"Automatically update your WP Plugin and Theme \"Tested up to\" lines in SVN","archived":false,"fork":false,"pushed_at":"2023-04-16T21:42:00.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T04:41:20.095Z","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/toolstack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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":"2016-09-08T21:17:44.000Z","updated_at":"2023-04-16T21:42:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"73825fca-da7b-49c7-8d83-e97825705661","html_url":"https://github.com/toolstack/WP-README-Tested-Version-Updater","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2FWP-README-Tested-Version-Updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2FWP-README-Tested-Version-Updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2FWP-README-Tested-Version-Updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolstack%2FWP-README-Tested-Version-Updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolstack","download_url":"https://codeload.github.com/toolstack/WP-README-Tested-Version-Updater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390873,"owners_count":20769478,"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":[],"created_at":"2024-10-24T13:44:10.481Z","updated_at":"2025-03-30T23:13:00.368Z","avatar_url":"https://github.com/toolstack.png","language":"PHP","readme":"# WP README Tested Version Updated\n\nWordPress plugin readme's contain a \"Tested up to:\" field in them which indicates which version of WordPress the plugin is compatible with.  However, quite often one or more releases of WordPress are done without the plugin being updated, causing this to value to fall behind the current WordPress release.\n\nThis script is designed to update the readme.txt file of multiple plugins in the wordpress.org plugin directory to be in sync with the current WordPress release version.\n\n## Installation\n\nThe script is intended to be run from outside of your plugin repo and so requires very few changes to your current repo to work.\n\nIn it's simplest form you can do the following steps:\n\n1. Clone the update script to /source/readme-tested-version-updater.\n2. Start a shell and go to /source/readme-tested-version-updater.\n3. Run `php update.php plugin-slug`.\n\n## Usage\n\nThe script is intended to be run from it's own repo directory, you do not have to add it to your plugin's SVN tree.\n\nThe script accepts a list of plugin slugs to update:\n\nTo do an update, do the following:\n\n1. Run \"php update.php plugin-slug\"\n\n## Configuration\n\nFor the script to work, you must have three things accessible on your system's shell:\n\n1. PHP\n2. SVN\n\nIdeally, these should be available in your path, however only PHP has that requirement, you can configured a path for both GIT and SVN.\n\nThe script uses a \"update.ini\" file to store several configuration variables to use, which will be explained shortly.\n\nThe update.ini files has the following format:\n\n```\n[General]\nplugin-slugs=\ntemp-dir=\n\n[SVN]\nsvn-url=https://plugins.svn.wordpress.org/{{plugin-slug}}\nsvn-username=\nsvn-path=\n```\n\n### General Settings\nThis section contains the following directives:\n\n* plugin-slugs: A comman seperated list of plugin slugs to update.\n* temp-dir: The temporary directory to use, by default the system temp directory.\n\n### SVN Settings\nThis section contains the following directives:\n\n* svn-url: The full URI of your plugin's SVN repo.\n* svn-username: The user name to use when committing changes to the SVN tree.\n* svn-path: Local path to the SVN utilities.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolstack%2Fwp-readme-tested-version-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolstack%2Fwp-readme-tested-version-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolstack%2Fwp-readme-tested-version-updater/lists"}