-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
"""SublimeSalesforceReference: Quick access to Salesforce Documentation from Sublime Text""" | ||
__version__ = "2.1.0" | ||
__version__ = "2.1.1" | ||
__author__ = "James Hill <[email protected]>" | ||
__copyright__ = "SublimeSalesforceReference: (C) 2014-2015 James Hill. GNU GPL 3." | ||
__copyright__ = "SublimeSalesforceReference: (C) 2014-2017 James Hill. GNU GPL 3." | ||
__credits__ = ["All Salesforce Documentation is © Copyright 2000–2015 salesforce.com, inc.", "ThreadProgress.py is under the MIT License, Will Bond <[email protected]>, and SalesforceReference.py's RetrieveIndexThread method is a derives in part from code under the same license"] | ||
|
||
import sublime, sublime_plugin | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Sublime Salesforce Reference 2.1.1 Release Notes: | ||
|
||
Bug Fixes: | ||
- Updated Apex retrieval to handle Salesforce's new Apex ToC format (as at 2017-06-30) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters