Skip to content

Commit 9ee53b2

Browse files
Add src/Plugin.php to documentation for bumping version
1 parent d05e325 commit 9ee53b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This is only for contributors with committer access:
147147
3. Add record in the `Upgrade Notice` section of the `readme.txt`.
148148
4. Bump the plugin version in `rollbar-php-wordpress.php` in the `Version:` comment.
149149
5. Bump the plugin version in `src/Plugin.php` in the `\Rollbar\Wordpress\Plugin::VERSION` constant.
150-
5. Add and commit the changes you made to bump the plugin version: `git add readme.txt rollbar-php-wordpress.php && git commit -m"Bump version to v[version number]"`
150+
5. Add and commit the changes you made to bump the plugin version: `git add readme.txt rollbar-php-wordpress.php src/Plugin.php && git commit -m"Bump version to v[version number]"`
151151
6. Bump versions of the JS and CSS files versions in Settings.php class to force refresh of those assets on users' installations.
152152
2. Tag the new version from the `master` branch and push upstream with `git tag v[version number] && git push --tags`.
153153
3. Update the WordPress Plugin Directory Subversion Repository.

0 commit comments

Comments
 (0)