Skip to content

Commit

Permalink
1.7.4.4 release files
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelljfranklin committed Sep 11, 2023
1 parent 376e0e4 commit 77b29a7
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 19 deletions.
4 changes: 3 additions & 1 deletion Manifest/manifest - Chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"manifest_version": 3,
"name": "Boomi Platform Enhancer",
"description": "This extension enhances Boomi Web Platform in multiple ways to provide a more robust experience",
"version": "1.7.4.3",
"version": "1.7.4.4",
"options_ui": {
"page": "options.html",
"open_in_tab": true,
Expand Down Expand Up @@ -57,6 +57,7 @@
"library/boomiapp/filterButtons.js",
"library/boomiapp/quickclickComponent.js",
"library/boomiapp/menuOpen.js",
"library/boomiapp/scheduleIcons.js",
"library/inject/shortcut.js"

]
Expand Down Expand Up @@ -84,6 +85,7 @@
"library/boomiapp/connectionOperations.js",
"library/boomiapp/doubleClick.js",
"library/boomiapp/versionNotification.js",
"library/boomiapp/modalButtons.js",
"library/inject/rasterizeHTML.min.js",
"library/inject/showdown.min.js",
"library/inject/codeflask.min.js"
Expand Down
34 changes: 18 additions & 16 deletions Manifest/manifest - FireFox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Boomi Platform Enhancer",
"description": "This extension enhances Boomi Web Platform in multiple ways to provide a more robust experience",
"version": "1.7.4.3",
"version": "1.7.4.4",
"options_ui": {
"page": "options.html",
"open_in_tab": true,
Expand Down Expand Up @@ -42,21 +42,22 @@
"library/css/cm/theme/twilight.css"
],
"js": [
"library/boomiapp/contentScript.js",
"library/boomiapp/global.js",
"library/boomiapp/boomi.js",
"library/boomiapp/clickComponents.js",
"library/boomiapp/dashboard.js",
"library/boomiapp/buildPallet.js",
"library/boomiapp/shortCuts.js",
"library/boomiapp/updateNotification.js",
"library/boomiapp/messageEditor.js",
"library/boomiapp/reminders.js",
"library/boomiapp/buildFilters.js",
"library/boomiapp/filterButtons.js",
"library/boomiapp/quickclickComponent.js",
"library/inject/shortcut.js",
"library/boomiapp/menuOpen.js"
"library/boomiapp/contentScript.js",
"library/boomiapp/global.js",
"library/boomiapp/boomi.js",
"library/boomiapp/clickComponents.js",
"library/boomiapp/dashboard.js",
"library/boomiapp/buildPallet.js",
"library/boomiapp/shortCuts.js",
"library/boomiapp/updateNotification.js",
"library/boomiapp/messageEditor.js",
"library/boomiapp/reminders.js",
"library/boomiapp/buildFilters.js",
"library/boomiapp/filterButtons.js",
"library/boomiapp/quickclickComponent.js",
"library/boomiapp/menuOpen.js",
"library/boomiapp/scheduleIcons.js",
"library/inject/shortcut.js"
]
}
],
Expand All @@ -80,6 +81,7 @@
"library/boomiapp/connectionOperations.js",
"library/boomiapp/doubleClick.js",
"library/boomiapp/versionNotification.js",
"library/boomiapp/modalButtons.js",
"library/inject/rasterizeHTML.min.js",
"library/inject/showdown.min.js",
"library/inject/codeflask.min.js"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<br />
<a href="https://chrome.google.com/webstore/detail/boomi-platform-enhancer/behhfojpggobllhaifocfcampokbfhko">View Chrome Store</a>
·
<a href="https://addons.mozilla.org/en-US/firefox/addon/boomi-platform-enhancer">View Firefox Store</a>
<a href="https://addons.mozilla.org/en-US/firefox/addon/boomi-platform-enhancer-active/">View Firefox Store</a>
·
<a href="https://github.com/mitchelljfranklin/Boomi-Platform-Extension/issues">Request a feature</a>
</p>
Expand Down Expand Up @@ -117,7 +117,7 @@ The following provides the current abilities of the released extension for use w
* Ability to Collapse All Processes into Folders in the Process Reporting Process Filter screen.
* Ability to Collapse All Processes into Folders in the Deployed Process Screen in Atom Management.
* Ability to remove the sticky revision notification from the build view.
* Ability to adjust Schedule Section Icons in Atom Managemen to the old style prior to the new release due to new icons being hard to define based on a little color difference.
* Ability to adjust Schedule Section Icons in Atom Management to the old style prior to the new release due to new icons being hard to define based on a little color difference.
* Ability to reverse the modal button layout to match side panel layout i.e. OK - Cancel instead of new default of Cancel - OK.

<br><br>
Expand Down
Binary file modified WebStore images/Image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified WebStore images/Image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified WebStore images/Image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed WebStore images/Image4.png
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 77b29a7

Please sign in to comment.