lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-1.2.1 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-1.3.0
- old
+ new
@@ -41,13 +41,27 @@
# 1.2.0 2015-06-12 added mdCodes for source of codelists
# --- added comments to XML headers for citation of ADIwg
# --- added reader and writer names to CLI help
# --- added check in responsibleParty for valid contactId
# --- added characterSets to resource and metadata, updated iso19115_2 and html writers
+# 1.3.0 2015-06-22 removed global variables for the response object
+# --- removed global for show all tags and placed in response object
+# --- removed global for counter for missing ISO IDs and placed in response object
+# --- removed global pointers to contacts and domain arrays and point to @intObj
+# 1.3.0 2015-07-14 removed global namespaces for readers and writers
+# 1.3.0 2015-07-16 added version number management for readers and writers
+# --- moved module_coordinates to internal
+# 1.3.0 2015-07-17 suppress minor section anchor links when no section data available is in html writer
+# --- added meta tags to the html writer
+# --- added --css and --cssLink method_options to CLI
+# 1.3.0 2015-07-20 moved mdTranslator logo to css so it can be replaced using user provided css
+# 1.3.0 2015-07-30 added locale to metadata info and resource info
+# 1.3.0 2015-07-31 added grid information to resource info
+# 1.3.0 2015-08-19 added coverageInfo, imageInfo, sensorInfo, coverageItem, classifiedData, and classedDataItem
module ADIWG
module Mdtranslator
# current mdtranslator version
- VERSION = "1.2.1"
+ VERSION = "1.3.0"
end
end