Skip to content

Commit

Permalink
Merge pull request #18 from bootscore/v5.3.1
Browse files Browse the repository at this point in the history
v5.3.1
  • Loading branch information
crftwrk authored Jan 18, 2024
2 parents 590d76e + 0c6bbf5 commit 0807b26
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 - 2023 The bootScore Contributors
Copyright (c) 2021 - 2024 The Bootscore Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# bs Contact Form 7

[![Packagist Prerelease](https://img.shields.io/packagist/vpre/bootscore/bs-contact-form-7?logo=packagist&logoColor=fff)](https://packagist.org/packages/bootscore/bs-contact-form-7)
[![Github All Releases](https://img.shields.io/github/downloads/bootscore/bs-contact-form-7/total.svg)](https://github.com/bootscore/bs-contact-form-7/releases)

This plugin adds Bootstrap to radio buttons, checkboxes, alerts and a loading spinner to Contact Form 7. It is an additional plugin and does not replace Contact Form 7.

Expand All @@ -9,7 +10,7 @@ Demo & documentation: https://bootscore.me/documentation/bs-contact-form-7/
## Installation

1. Download and install [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
2. Download and install bS Contact Form 7 plugin
2. Download and install latest release [bs-contact-form-7.zip](https://github.com/bootscore/bs-contact-form-7/releases/latest/download/bs-contact-form-7.zip).
3. Set up your forms with HTML markup as below and replace them with your data

## HTML Markup
Expand Down Expand Up @@ -175,5 +176,5 @@ Phone: 1234567
## License & Credits

- Contact Form 7, GNU General Public License (GPL) v2 https://github.com/takayukister/contact-form-7/blob/master/license.txt
- bS Contact Form 7, MIT License https://github.com/bootscore/bs-contact-form-7/blob/main/LICENSE
- bs Contact Form 7, MIT License https://github.com/bootscore/bs-contact-form-7/blob/main/LICENSE
- Plugin Update Checker, YahnisElsts, MIT License https://github.com/YahnisElsts/plugin-update-checker/blob/master/license.txt
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
// silence is golden
// silence is golden
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*Plugin Name: bs Contact Form 7
Plugin URI: https://bootscore.me/documentation/bs-contact-form-7/
Description: This plugin adds Bootstrap alerts and checkboxes to <a href="https://wordpress.org/plugins/contact-form-7/">Contact Form 7</a>. <a href="https://bootscore.me/documentation/bs-contact-form-7/">Documentation</a> | <a href="https://bootscore.me/documentation/bs-contact-form-7/#Changelog">Changelog</a>
Version: 5.3.0
Version: 5.3.1
Tested up to: 6.4.2
Requires at least: 5.0
Requires PHP: 7.4
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributors: The Bootscore Contributors, Bastian Kreiter, Johannes Reiter

Stable tag: 5.3.0
Stable tag: 5.3.1
Tested up to: 6.4.2
Requires at least: 5.0
Requires PHP: 7.4
Expand All @@ -26,6 +26,11 @@ Use HTML Markup as described here https://bootscore.me/documentation/bs-contact-

== Changelog ==

= 5.3.1 - January 18 2024 =

* [IMPROVEMENT] Removed -main branch suffix from plugin's folder. This does not affect existing bs-contact-form-7-main installations.
* [UPDATE] Update checker 5.3

= 5.3.0 - December 18 2023 =

* [UPDATE] Update checker v5
Expand Down

0 comments on commit 0807b26

Please sign in to comment.