You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ This is only for contributors with committer access:
147
147
3. Add record in the `Upgrade Notice` section of the `readme.txt`.
148
148
4. Bump the plugin version in `rollbar-php-wordpress.php` in the `Version:` comment.
149
149
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]"`
151
151
6. Bump versions of the JS and CSS files versions in Settings.php class to force refresh of those assets on users' installations.
152
152
2. Tag the new version from the `master` branch and push upstream with `git tag v[version number] && git push --tags`.
153
153
3. Update the WordPress Plugin Directory Subversion Repository.
0 commit comments