Skip to content

Commit

Permalink
* added save warning message
Browse files Browse the repository at this point in the history
* updated releases.json for v1.2.0 future release
  • Loading branch information
iNalgiev committed Mar 7, 2018
1 parent 469f57e commit 226e9ae
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/WebtexttoolController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public function actionGetUrlWithToken()
$token = craft()->tokens->createToken(array('action' => 'entries/viewSharedEntry', 'params' => $params));
$url = UrlHelper::getUrlWithToken(craft()->request->getPost('url'), $token);
} else {
// $url = "http://localhost:8080/craftcms/public/index.php/news/2018/seo-tool-voor-iedere-tekstschrijver";
$url = craft()->request->getPost('url');
}

Expand Down
15 changes: 15 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"version": "1.2.0",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.2.0.zip",
"date": "2018-03-7T12:35:00.000Z",
"notes": [
"Added Text Conversion Optimizer module",
"Updated record & model",
"Added database migration",
"Added option to insert or select optional synonyms",
"Added toastr warnings and notifications",
"Updated the way templates/directives are loaded",
"Fixed saving records before recordId exits",
"Fixed a few small bugs"
]
},
{
"version": "1.1.2",
"downloadUrl": "https://github.com/iNalgiev/webtexttool/archive/1.1.2.zip",
Expand Down
2 changes: 2 additions & 0 deletions templates/suggestions.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
</div>
</div>

<div ng-show="showScore" style="text-align: center; color: #f6a101; font-weight: bold; font-size: 15px; padding: 5px !important;">Save the page to update the SEO score!</div>

<div class="wtt-tabs-container" style="display: flow-root;" ng-show="isCollapsed">
<div class="wtt-sidebar-tab-menu">
<ul class="wtt-nav wtt-nav-tabs" role="tablist">
Expand Down

0 comments on commit 226e9ae

Please sign in to comment.