Skip to content

Commit

Permalink
release Contact3 v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-novafacile committed Feb 6, 2021
1 parent 2a8962e commit f88aede
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 11 deletions.
6 changes: 3 additions & 3 deletions contact3/layout/contact3.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
/**
* Contact3 layout
* Contact3 - Contact form plugin for Bludit version 3
*
* @package Bludit
* @subpackage Contact3
* @category Plugins
* @author novafacile OÜ
* @copyright 2021 by novafacile OÜ
* @license MIT
* @version 2.1.0-beta1
* @version 2.1.0
* @see https://github.com/novafacile/bludit-plugins
* @release 2021-02-03
* @release 2021-02-06
* @notes idea based on https://github.com/Fred89/bludit-plugins/tree/master/contact
* This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY.
*/
Expand Down
4 changes: 2 additions & 2 deletions contact3/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "novafacile",
"email": "",
"website": "https://bludit-plugins.novafacile.com",
"version":"2.1.0-beta1",
"releaseDate": "2021-02-03",
"version":"2.1.0",
"releaseDate": "2021-02-06",
"license": "MIT",
"compatible": "3.13.1",
"notes": "This is the free version of the Plugin Contact3 for for Bludit v3. Find this plugin on Github: https://github.com/novafacile/bludit-plugins"
Expand Down
4 changes: 2 additions & 2 deletions contact3/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
* @author novafacile OÜ
* @copyright 2021 by novafacile OÜ
* @license MIT
* @version 2.1.0-beta1
* @version 2.1.0
* @see https://github.com/novafacile/bludit-plugins
* @release 2021-02-03
* @release 2021-02-06
* @notes idea based on https://github.com/Fred89/bludit-plugins/tree/master/contact
* This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY.
*
Expand Down
10 changes: 10 additions & 0 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,16 @@ content article strong {
font-size: 1.8rem;
}

content .gallery img {
max-width: 100%;
padding: 1rem;
border: 1px solid #eee;
}

.sl-overlay {
opacity: 1;
}

/** footer **/
footer {
margin-top: 7rem;
Expand Down
Binary file added docs/img/contact3/contact3-form.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/contact3/contact3-settings-gdpr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/contact3/contact3-settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 50 additions & 4 deletions docs/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<link rel=stylesheet href="https://cdn.nova.ms/assets/bootstrap/5.0.0/bootstrap.min.css">
<link rel=stylesheet href="https://cdn.nova.ms/cmp/novaconsent/novaconsent.css">
<link rel=stylesheet href="https://cdn.nova.ms/assets/simplelightbox/2.2.2/simple-lightbox.min.css">
<link rel=stylesheet href="assets/style.css">

</head>
Expand Down Expand Up @@ -108,10 +109,18 @@ <h2>Contact3</h2>
<div class="col-12 col-md-6">
<h3>Features</h3>
<ul>
<li>Adds a contact form on a static page.</li>
<li>Contact form with customizable template.</li>
<li>Support for Sendmail and SMTP.</li>
<li>Spam protection with Google reCPATCHA v2.</li>
<li>Adds a contact form to a selected page</li>
<li>Customizable form template</li>
<li>Support for PHP mail() and SMTP.</li>
<li>GDPR compliant</li>
<li>send copy of mail to user</li>
<li>Spam protection with:
<ul>
<li>Google reCPATCHA v2</li>
<li>hCPATCHA</li>
<li>Logical Question</li>
</ul>
</li>
</ul>
</div>
<div class="col-12 col-md-6">
Expand All @@ -120,11 +129,39 @@ <h3>Supported Languages</h3>
<li>English</li>
<li>German</li>
<li>French</li>
<li>Spanish</li>
<li>Dutch</li>
<li>Turkish</li>
</ul>
<p>More languanges can be added by yourself.</p>
</div>

<div class="col-12">
<hr>
<h3>Contact3 Screenshots</h3>
</div>
<div class="row gallery contact3-gallery">
<div class="col-6 p-3 text-center">
<a href="img/contact3/contact3-form.jpg">
<img src="img/contact3/contact3-form.jpg" alt="Contact3 form" title="Contact3 Form">
</a>
</div>
<div class="col-6 p-3 text-center">
<a href="img/contact3/contact3-settings.jpg">
<img src="img/contact3/contact3-settings.jpg" alt="Contact3 settings" title="Contact3 Settings">
</a>
</div>
<div class="col-6 p-3 text-center">
<a href="img/contact3/contact3-settings-gdpr.jpg">
<img src="img/contact3/contact3-settings-gdpr.jpg" alt="Contact3 GDPR Settings" title="Contact3 GDPR Settings">
</a>
</div>
<div class="col-6 p-3 text-center">
<a href="img/contact3/contact3-settings-spamprotection.jpg">
<img src="img/contact3/contact3-settings-spamprotection.jpg" alt="Contact3 Spam Protection Settings" title="Contact3 Spam Protection Settings">
</a>
</div>
</div>
</div>
</article>

Expand All @@ -138,6 +175,11 @@ <h3>How to install a plugin</h3>
<li>Copy the plugin folder with all the files inside <code>/bl-plugins/</code> folder.</li>
<li>Log into your Bludit panel administrator, go to <strong>Settings -> Plugins</strong>, and activate your new plugin.</li>
</ul>
<h3>Contact3</h3>
<ul>
<li>All configurations are explained in the settings.</li>
<li>For an individual template just copy the files <code>contact3.php</code> and <code>contact3.css</code> from the plugin folder <code>/layout</code> into your own template directory and customize them.</li>
</ul>
<h3>Support</h3>
<ul>
<li>Community Support: <a href="https://forum.bludit.org/">Official Bludit Forum</a></li>
Expand Down Expand Up @@ -200,6 +242,10 @@ <h2>License</h2>

<script src="assets/scripts.js" type="text/javascript" charset="utf-8"></script>
<script src="https://cdn.nova.ms/cmp/novaconsent/novaconsent.min.js" async></script>
<script src="https://cdn.nova.ms/assets/simplelightbox/2.2.2/simple-lightbox.min.js"></script>
<script>
var lightbox = new SimpleLightbox('.contact3-gallery a', {});
</script>

</body>
</html>
Binary file removed releases/contact3-v2-beta1.zip
Binary file not shown.
Binary file modified releases/contact3.zip
Binary file not shown.

0 comments on commit f88aede

Please sign in to comment.