update on project future owner

This commit is contained in:
Rodolfo Berrios 2021-10-03 11:54:11 -03:00
parent 153d7eae80
commit 9dac09b453
No known key found for this signature in database
GPG key ID: D3AAC2481DBDD9FE
4 changed files with 15 additions and 27 deletions

View file

@ -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
)
);
}
});
});

File diff suppressed because one or more lines are too long

View file

@ -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>

View file

@ -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) {