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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ This is only for contributors with committer access:
146
146
2. Add record in the `Changelog` section of the `readme.txt`.
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
+
5. Bump the plugin version in `src/Plugin.php` in the `\Rollbar\Wordpress\Plugin::VERSION` constant.
149
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
151
6. Bump versions of the JS and CSS files versions in Settings.php class to force refresh of those assets on users' installations.
151
152
2. Tag the new version from the `master` branch and push upstream with `git tag v[version number] && git push --tags`.
0 commit comments