Skip to content

Commit 62a602a

Browse files
committed
version 1.2 info added
1 parent 650ed29 commit 62a602a

File tree

3 files changed

+146
-145
lines changed

3 files changed

+146
-145
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Your support means a lot.
1313

1414
## Changelog
1515

16+
### 1.2 - Wait For Result Option added
1617
### 1.1 - After Refresh Bug Fixed
1718
### 1.0 - Initial Release
1819

apexplugin.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "Contextual Toolbar",
3-
"version": "1.1",
4-
"private" : "N",
5-
"description": "A Dynamic action plugin providing a popup contextual toolbar. ",
6-
"keywords": ["oracle","apex", "plugin", "dynamicAction", "buttonGroup","toolbar", "buttonToolbar", "navigation"],
7-
"homepage": "https://github.com/planetapex/apex-plugin-contextualToolbar",
8-
"bugs": {
9-
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar/issues",
10-
"email": "yasirali.wizerp@gmail.com"
11-
},
12-
"license": "MIT",
13-
"author": {
14-
"name": "M.Yasir Ali Shah",
15-
"email": "yasirali.wizerp@gmail.com",
16-
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
17-
"twitter" : "m_yasir_ali",
18-
"linkedin" : "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
19-
"donationUrl" : "https://www.paypal.me/MYasirAliShah/4"
20-
},
21-
"repository": {
22-
"type": "git",
23-
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar.git"
24-
},
25-
"private": false,
26-
"oracle": {
27-
"versions": ["11.2.0.1", "12.1.0.1"],
28-
"apex": {
29-
"versions": ["4.2.6", "5.0.0", "5.1.0"],
30-
"plugin": {
31-
"internalName": "COM.PLANETAPEX.CONTEXTUALTOOLBAR",
32-
"type": "dynamic action",
33-
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:20",
34-
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-contextualToolbar/master/assets/ctxTlbr.png"
35-
}
2+
"name": "Contextual Toolbar",
3+
"version": "1.2",
4+
"private": "N",
5+
"description": "A Dynamic action plugin providing a popup contextual toolbar. ",
6+
"keywords": ["oracle", "apex", "plugin", "dynamicAction", "buttonGroup", "toolbar", "buttonToolbar", "navigation"],
7+
"homepage": "https://github.com/planetapex/apex-plugin-contextualToolbar",
8+
"bugs": {
9+
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar/issues",
10+
"email": "yasirali.wizerp@gmail.com"
11+
},
12+
"license": "MIT",
13+
"author": {
14+
"name": "M.Yasir Ali Shah",
15+
"email": "yasirali.wizerp@gmail.com",
16+
"url": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
17+
"twitter": "m_yasir_ali",
18+
"linkedin": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
19+
"donationUrl": "https://www.paypal.me/MYasirAliShah/4"
20+
},
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/planetapex/apex-plugin-contextualToolbar.git"
24+
},
25+
"private": false,
26+
"oracle": {
27+
"versions": ["11.2.0.1", "12.1.0.1"],
28+
"apex": {
29+
"versions": ["4.2.6", "5.0.0", "5.1.0"],
30+
"plugin": {
31+
"internalName": "COM.PLANETAPEX.CONTEXTUALTOOLBAR",
32+
"type": "dynamic action",
33+
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:20",
34+
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-contextualToolbar/master/assets/ctxTlbr.png"
35+
}
36+
}
3637
}
37-
}
38-
}
38+
}

0 commit comments

Comments
 (0)