Skip to content

Commit

Permalink
Merge pull request #21 from aviationphoto/v1.2
Browse files Browse the repository at this point in the history
default token for manufacturer has changed
  • Loading branch information
aviationphoto authored Apr 8, 2017
2 parents 6a494a1 + 9dfe2e5 commit 4a6255f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aircraft-metadata.lrplugin/Info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ along with LR Aircraft Metadata. If not, see <http://www.gnu.org/licenses/>.
------------------------------------------------------------------------------]]
return {
LrSdkVersion = 6.0,
VERSION = {major=1, minor=2, revision=0,},
VERSION = {major=1, minor=2, revision=1,},

LrPluginName = 'Aircraft Metadata',
LrToolkitIdentifier = 'ch.aviationphoto.aircraftmetadata',
Expand Down
4 changes: 2 additions & 2 deletions aircraft-metadata.lrplugin/InitPlugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ if prefs.prefAircraftToken2 == nil or prefs.prefAircraftToken2 == '' then
prefs.prefAircraftToken2 = '"'
end
if prefs.prefManufacturerToken1 == nil or prefs.prefManufacturerToken1 == '' then
prefs.prefManufacturerToken1 = 'manu='
prefs.prefManufacturerToken1 = '/manufacturer/'
end
if prefs.prefManufacturerToken2 == nil or prefs.prefManufacturerToken2 == '' then
prefs.prefManufacturerToken2 = '"'
prefs.prefManufacturerToken2 = '/'
end

0 comments on commit 4a6255f

Please sign in to comment.