Skip to content

Commit

Permalink
🔖 Version 1.1.2 (SHELDON) Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed May 19, 2019
1 parent cec27a4 commit 1051966
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.1.2 []
Version 1.1.2 [19-05-2019]
- Added new CMS:
- Proximis Omnichannel
- Quick.Cart
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align='center'>
<img src="https://i.imgur.com/n2U6nVH.png" alt="Logo"> <br>
<a href="https://github.com/Tuhinshubhra/CMSeeK/releases/tag/v.1.1.1"><img src="https://img.shields.io/badge/Version-1.1.1-brightgreen.svg?style=style=flat-square" alt="version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/releases/tag/v.1.1.2"><img src="https://img.shields.io/badge/Version-1.1.2-brightgreen.svg?style=style=flat-square" alt="version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/"><img src="https://img.shields.io/badge/python-3-orange.svg?style=style=flat-square" alt="Python Version"></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/stargazers"><img src="https://img.shields.io/github/stars/Tuhinshubhra/CMSeeK.svg" alt="GitHub stars" /></a>
<a href="https://github.com/Tuhinshubhra/CMSeeK/blob/master/LICENSE"><img src="https://img.shields.io/github/license/Tuhinshubhra/CMSeeK.svg" alt="GitHub license" /></a>
Expand All @@ -13,6 +13,7 @@
## Release History
```
- Version 1.1.2 [19-05-2019]
- Version 1.1.1 [01-02-2019]
- Version 1.1.0 [28-08-2018]
- Version 1.0.9 [21-08-2018]
Expand Down
6 changes: 3 additions & 3 deletions cmseekdb/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def banner (txt):
# The sexy banner!!!
global cmseek_version
print(bold + fgreen + """
{1}_{5}___ _ _ {1}__{5}__ ____ {1}____{5} _ {1}_{5}
{1} {5}___ _ _ {1}__{5}__ ____ {1}____{5} _ {1}_{5}
| |{1}\/{5}| {1}[{5}__ {1}|{5}___ |{1}___{5} |{1}_{5}/ {0}by {4}@r3dhax0r{5}
{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} Emporium
""".format(orange, orange, yellow, cmseek_version, red, white))
{1}|{5}_{1}__{5} | | ___{1}|{5} |{1}___{5} {1}|{5}___ {1}|{5} \{1}_{5} {2}Version {3}{1} SHELDON
""".format(orange, lblue, yellow, cmseek_version, red, white))
if txt != "":
print(whitebg + black + bold)
print(" [+] " + txt + " [+] " + cln)
Expand Down
2 changes: 1 addition & 1 deletion cmseekdb/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
cver = rv.read().replace('\n','')
cmseek_version = cver
except:
cmseek_version = '1.1.1' # Failsafe measure i guess
cmseek_version = '1.1.2' # Failsafe measure i guess

# well the log containing variable
log = '{"url":"","last_scanned":"","detection_param":"","cms_id":"","cms_name":"","cms_url":""}'
Expand Down
2 changes: 1 addition & 1 deletion current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit 1051966

Please sign in to comment.