Skip to content

Commit

Permalink
Drop support for Meteor 1.4 and 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Mar 21, 2024
1 parent d556369 commit b8a5ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Now you can deploy your application and it will send information to Monti APM. W

`montiapm:agent` is compatible with:

- Meteor 1.4.3.2 and newer
- Internet Explorer 9 and newer web browsers
- Meteor 1.6.0.1 and newer (for Meteor 1.4 and 1.5, use montiapm:agent@2.48.0)
- Internet Explorer 10 and newer web browsers
- Can be used with [Monti APM](https://montiapm.com/) or the open sourced version of Kadira, though many new features are not supported by Kadira

Features that require a newer version of Meteor are only enabled when using a supported version. For example, monitoring incoming HTTP requests is automatically enabled when the app uses Meteor 1.7 or newer.
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function canRunTestsWithFetch () {
}

function configurePackage (api, isTesting) {
api.versionsFrom('METEOR@1.4');
api.versionsFrom('METEOR@1.6.0.1');
api.use('montiapm:meteorx@2.2.0', ['server']);
api.use('meteorhacks:zones@1.2.1', { weak: true });
api.use('simple:json-routes@2.1.0', { weak: true });
Expand Down

0 comments on commit b8a5ecd

Please sign in to comment.