update on project future owner
This commit is contained in:
parent
153d7eae80
commit
9dac09b453
4 changed files with 15 additions and 27 deletions
|
@ -2226,23 +2226,12 @@ $(function () {
|
|||
html: true,
|
||||
});
|
||||
} else {
|
||||
PF.fn.modal.call({
|
||||
type: "html",
|
||||
template: $("[data-modal=eol]").html(),
|
||||
buttons: false,
|
||||
button_submit: "Upgrade now",
|
||||
ajax: {
|
||||
data: {action: 'upgrade'},
|
||||
deferred: {
|
||||
success: function(XHR) {
|
||||
window.location.href = XHR.responseJSON.redir.url;
|
||||
},
|
||||
error: function(XHR) {
|
||||
PF.fn.growl.call(XHR.responseJSON.error.message);
|
||||
}
|
||||
}
|
||||
},
|
||||
});
|
||||
PF.fn.growl.call(
|
||||
PF.fn._s(
|
||||
"This website is running latest %s version",
|
||||
CHEVERETO.edition
|
||||
)
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
6
app/lib/chevereto.min.js
vendored
6
app/lib/chevereto.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -50,13 +50,6 @@ if (CHV\Login::isAdmin()) {
|
|||
});
|
||||
});
|
||||
</script>
|
||||
<div data-modal="eol" class="hidden">
|
||||
<span class="modal-box-title">That's all folks!</span>
|
||||
<p>We are deeply sorry to inform that we will stop maintaining Chevereto-Free on <b>2021-12-31</b> and we won't produce any more releases for it.</p>
|
||||
<p>We are very sad for doing this, but kindly note that we are just a small 2-person team and we can't afford to gift this edition any longer. We are now focused exclusively in our <a href="https://chevereto.com" target="_blank">paid edition</a>, <b>thanks for your support</b>.</p>
|
||||
<p>Many thanks for using our software! Hope you enjoyed the experience.</p>
|
||||
<div class="btn-container"><button class="btn blue" data-action="submit" type="submit"><span class="btn-icon icon-next3"></span> Upgrade now</button> <a class="btn orange outline" href="https://chevereto.com/pricing" target="_blank"><span class="btn-icon icon-key3"></span> Purchase license</a></div>
|
||||
</div>
|
||||
|
||||
<div data-modal="form-upgrade" class="hidden">
|
||||
<span class="modal-box-title">Upgrade to paid edition</span>
|
||||
|
|
|
@ -97,6 +97,12 @@ function free_version_warning($wrap=true)
|
|||
<a class="github-button" href="https://github.com/chevereto/chevereto-free/subscription" data-icon="octicon-eye" data-size="large" data-show-count="true" aria-label="Watch Cchevereto/chevereto-free on GitHub">Watch</a>
|
||||
<a class="github-button" href="https://github.com/chevereto/chevereto-free" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star chevereto/chevereto-free on GitHub">Star</a>
|
||||
</span>
|
||||
<div class="highlight padding-5 margin-top-10 margin-bottom-10">Chevereto-Free project ownership will be <b>transferred</b> to <a href="https://github.com/rodber" target="_blank">rodber</a> on <b>2022-01</b>.
|
||||
<ul class="list-style-type-disc padding-left-20">
|
||||
<li>The Chevereto organization won't be longer involved with the development of this project.</li>
|
||||
<li>The project repository will be available at <a href="https://github.com/rodber/chevereto-free" target="_blank">rodber/chevereto-free</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<?php
|
||||
foreach (get_system_values() as $v) {
|
||||
|
|
Loading…
Reference in a new issue