Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
version bump and messages for v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphcallaway committed May 4, 2015
1 parent d7b9901 commit 0dc74ab
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"install": "messages/install.txt",
"4.0.2": "messages/4.0.2.txt",
"4.0.3": "messages/4.0.3.txt",
"4.0.4": "messages/4.0.4.txt"
"4.0.4": "messages/4.0.4.txt",
"4.0.5": "messages/4.0.5.txt"
}
23 changes: 23 additions & 0 deletions messages/4.0.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
MavensMate-SublimeText 4.0.5 changelog

- Revert broken partial implementation of private repos
- Remove duplicate settings for mavensmate sounds
- Update local template store

MavensMate-SublimeText 4.0.4 changelog

- Improvements to SOQL and DML syntax highlighting
- Fix windows issues with loading checkpoint (ref #354)
- Ability to retrieve templates from Bitbucket and Github, including private repos repos (GitHub only) (ref #30, #427)
- Sounds for mavens mate actions (disabled by default) (ref #385)

MavensMate-SublimeText 4.0.3 changelog

- Fixes trailing comma in messages.json, so release notes should now display automatically upon plugin updates

MavensMate-SublimeText 4.0.2 changelog

- Fixes issue where incorrect version number was being displayed in Panel and About
- mm tool now downloaded/installed to User/MavensMate directory to ensure package updates don't require mm download
- implements mm_beta_user setting that when true will download pre-release versions of the mm command-line tool
- implements check for OSX 10.7.x and debug message to let those users know that special setup is required
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"platforms": {
"osx": [
{
"version": "4.0.4",
"version": "4.0.5",
"release_notes": "IMPORTANT: 4.0.x now available. To update, visit: http://mavensmate.com/Upgrade_Help",
"url": "https://nodeload.github.com/joeferraro/MavensMate-SublimeText/zipball/master"
}
Expand Down

0 comments on commit 0dc74ab

Please sign in to comment.