Skip to content

Commit

Permalink
Merge pull request #4 from cloudinary/update-version-numbers
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
aleksandar-cloudinary authored Sep 26, 2023
2 parents e3f3b2d + 93e9465 commit 356153b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ myCropWidget = cloudinary.createMediaLibrary({
integration : {
type: "CloudinarySAPCC",//the integration identifier e.g. “SAP CC”,
platform: "SAP Commerce Cloud 2005",//hosting app name + version e.g. SAP CC 1.2.3,
version: "1.0.0",//integration version e.g. 1.0.0
version: "1.2.0",//integration version e.g. 1.0.0
environment: environment//e.g “prod”/“stag”/“dev”
},
multiple: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ log4j2.logger.helloController.appenderRef.stdout.ref = STDOUT
#cloudinarymediacore.tomcat.pluggability.scan=javax.servlet.jsp.jstl-*.jar
#cloudinarymediacore.tomcat.pluggability.default.scan.enabled=false

cloudinary.user.agent=CloudinarySAPCC/1.0.0 (SAP Commerce Cloud 2005) CloudinaryJava/1.26.0
cloudinary.user.agent=CloudinarySAPCC/1.2.0 (SAP Commerce Cloud 2005) CloudinaryJava/1.26.0
cloudinary.sap.deactivated.url=https://analytics-api.cloudinary.com/sap_plugin_deactivated
cloudinary.sap.activated.url=https://analytics-api.cloudinary.com/sap_plugin_activated

0 comments on commit 356153b

Please sign in to comment.