Skip to content

Commit e4ff7a5

Browse files
Add instructions to bump the plugin version in Rollbar\Wordpress\Plugin::VERSION when releasing; this will force busting js and css asset cache
1 parent da75655 commit e4ff7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

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

0 commit comments

Comments
 (0)