Skip to content

Commit

Permalink
Updated to front-end package 3.0.1
Browse files Browse the repository at this point in the history
- Version 3.0.1 of the front-end package fixed the following issues: #7 & #9.
- Bumped version to 3.0.1
- Updated copyright year to 2022
  • Loading branch information
fabianwennink committed Feb 12, 2022
1 parent ca5a1b2 commit 55570e6
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Fabian Wennink
Copyright (c) 2022 Fabian Wennink

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
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# IconCaptcha - PHP & JavaScript

![Version](https://img.shields.io/badge/Version-3.0.0-orange.svg?style=flat-square)
![Version](https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square)
![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)
[![Issues](https://img.shields.io/github/issues/fabianwennink/IconCaptcha-Plugin-jQuery-PHP?style=flat-square)](https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/issues)
[![Support](https://img.shields.io/badge/Support-PayPal-yellow.svg?style=flat-square)](https://paypal.me/nlgamevideosnl)
Expand Down
4 changes: 2 additions & 2 deletions assets/css/icon-captcha.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/demo.css
@@ -1,6 +1,6 @@
/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand Down Expand Up @@ -241,4 +241,4 @@ input[type="submit"] {
.themes .theme--legacy-dark span:first-child {
background: #4c4c4c;
border: 1px solid #404040;
}
}
6 changes: 3 additions & 3 deletions assets/demo.js
@@ -1,6 +1,6 @@
/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand All @@ -26,4 +26,4 @@ document.addEventListener('DOMContentLoaded', function() {
holder.classList.add('iconcaptcha-theme-' + theme);
});
}
});
});
4 changes: 2 additions & 2 deletions assets/js/icon-captcha.min.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/ajax-form.php
@@ -1,7 +1,7 @@
<?php
/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand Down Expand Up @@ -62,7 +62,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v3.0.0 - By Fabian Wennink</title>
<title>IconCaptcha v3.0.1 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
Expand All @@ -89,7 +89,7 @@
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/Version-3.0.0-orange.svg?style=flat-square" alt="Version 3.0.0 Badge" />
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 Badge" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License-MIT Badge" />
Expand Down Expand Up @@ -274,4 +274,4 @@
});
</script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions examples/form/ajax-submit.php
@@ -1,8 +1,8 @@
<?php

/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand All @@ -25,4 +25,4 @@
}
} else {
echo '<b>Captcha:</b> No data posted!';
}
}
10 changes: 5 additions & 5 deletions examples/regular-form.php
@@ -1,7 +1,7 @@
<?php
/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand Down Expand Up @@ -62,7 +62,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v3.0.0 - By Fabian Wennink</title>
<title>IconCaptcha v3.0.1 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
Expand All @@ -89,7 +89,7 @@
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/Version-3.0.0-orange.svg?style=flat-square" alt="Version 3.0.0 Badge" />
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 Badge" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License-MIT Badge" />
Expand Down Expand Up @@ -223,4 +223,4 @@
});
</script>
</body>
</html>
</html>
10 changes: 5 additions & 5 deletions index.php
@@ -1,15 +1,15 @@
<?php
/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
?>
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>IconCaptcha v3.0.0 - By Fabian Wennink</title>
<title>IconCaptcha v3.0.1 - By Fabian Wennink</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta name="author" content="Fabian Wennink © <?= date('Y') ?>" />
Expand All @@ -28,7 +28,7 @@
<div class="shields">
<div class="shields-row">
<a href="https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/releases" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/Version-3.0.0-orange.svg?style=flat-square" alt="Version 3.0.0 Badge" />
<img src="https://img.shields.io/badge/Version-3.0.1-orange.svg?style=flat-square" alt="Version 3.0.1 Badge" />
</a>
<a href="https://github.com/fabianwennink/IconCaptcha-Plugin-jQuery-PHP/blob/master/LICENSE" target="_blank" rel="noopener">
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License-MIT Badge" />
Expand Down Expand Up @@ -84,4 +84,4 @@

<link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions src/captcha-request.php
@@ -1,8 +1,8 @@
<?php

/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand Down Expand Up @@ -136,4 +136,4 @@ function badRequest()
{
header('HTTP/1.1 400 Bad Request');
exit;
}
}
4 changes: 2 additions & 2 deletions src/captcha-session.class.php
@@ -1,8 +1,8 @@
<?php

/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand Down
4 changes: 2 additions & 2 deletions src/captcha.class.php
@@ -1,8 +1,8 @@
<?php

/**
* IconCaptcha Plugin: v3.0.0
* Copyright © 2021, Fabian Wennink (https://www.fabianwennink.nl)
* IconCaptcha Plugin: v3.0.1
* Copyright © 2022, Fabian Wennink (https://www.fabianwennink.nl)
*
* Licensed under the MIT license: https://www.fabianwennink.nl/projects/IconCaptcha/license
*/
Expand Down

0 comments on commit 55570e6

Please sign in to comment.