Skip to content

Commit

Permalink
version 1.2 info added
Browse files Browse the repository at this point in the history
  • Loading branch information
planetapex committed Apr 15, 2017
1 parent 650ed29 commit 62a602a
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 145 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Your support means a lot.

## Changelog

### 1.2 - Wait For Result Option added
### 1.1 - After Refresh Bug Fixed
### 1.0 - Initial Release

Expand Down
72 changes: 36 additions & 36 deletions apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "Contextual Toolbar",
"version": "1.1",
"private" : "N",
"description": "A Dynamic action plugin providing a popup contextual toolbar. ",
"keywords": ["oracle","apex", "plugin", "dynamicAction", "buttonGroup","toolbar", "buttonToolbar", "navigation"],
"homepage": "https://github.com/planetapex/apex-plugin-contextualToolbar",
"bugs": {
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar/issues",
"email": "yasirali.wizerp@gmail.com"
},
"license": "MIT",
"author": {
"name": "M.Yasir Ali Shah",
"email": "yasirali.wizerp@gmail.com",
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"twitter" : "m_yasir_ali",
"linkedin" : "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"donationUrl" : "https://www.paypal.me/MYasirAliShah/4"
},
"repository": {
"type": "git",
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar.git"
},
"private": false,
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["4.2.6", "5.0.0", "5.1.0"],
"plugin": {
"internalName": "COM.PLANETAPEX.CONTEXTUALTOOLBAR",
"type": "dynamic action",
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:20",
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-contextualToolbar/master/assets/ctxTlbr.png"
}
"name": "Contextual Toolbar",
"version": "1.2",
"private": "N",
"description": "A Dynamic action plugin providing a popup contextual toolbar. ",
"keywords": ["oracle", "apex", "plugin", "dynamicAction", "buttonGroup", "toolbar", "buttonToolbar", "navigation"],
"homepage": "https://github.com/planetapex/apex-plugin-contextualToolbar",
"bugs": {
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar/issues",
"email": "yasirali.wizerp@gmail.com"
},
"license": "MIT",
"author": {
"name": "M.Yasir Ali Shah",
"email": "yasirali.wizerp@gmail.com",
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"twitter": "m_yasir_ali",
"linkedin": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"donationUrl": "https://www.paypal.me/MYasirAliShah/4"
},
"repository": {
"type": "git",
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar.git"
},
"private": false,
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["4.2.6", "5.0.0", "5.1.0"],
"plugin": {
"internalName": "COM.PLANETAPEX.CONTEXTUALTOOLBAR",
"type": "dynamic action",
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:20",
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-contextualToolbar/master/assets/ctxTlbr.png"
}
}
}
}
}
}
Loading

0 comments on commit 62a602a

Please sign in to comment.