Skip to content

Commit f1cf3d3

Browse files
committed
Release 3.2.3
1 parent 8138db1 commit f1cf3d3

File tree

9 files changed

+24
-17
lines changed

9 files changed

+24
-17
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The main features are:
3030
* Selectable Boostrap (Bootswatch) based UI theme
3131
* Mailchimp integration
3232
* reCAPTCHA to protect login page from brute force attacks
33+
* GDPR ready
3334

3435
The software is written in PHP language, it uses MySQL (or MariaDB) as data storage back-end and has a simple but intuitive user interface.
3536

WHATS_NEW.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 3.2.3
2+
-------------
3+
+ Further revert of CSRF change causing regression
4+
+ Code Igniter 3.1.9 upgrade
5+
16
Version 3.2.2
27
-------------
38
+ Revert CSRF change causing regression

application/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|
99
|
1010
*/
11-
$config['application_version'] = '3.2.2';
11+
$config['application_version'] = '3.2.3';
1212

1313
/*
1414
|--------------------------------------------------------------------------

application/views/partial/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<![endif]-->
7373
<!-- start mincss template tags -->
7474
<link rel="stylesheet" type="text/css" href="dist/jquery-ui/jquery-ui.min.css"/>
75-
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=a9e24293b8"/>
75+
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=84371241b2"/>
7676
<!-- end mincss template tags -->
7777
<!-- start minjs template tags -->
78-
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=2b33cdf0fb"></script>
78+
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=c206fd4a9f"></script>
7979
<!-- end minjs template tags -->
8080
<?php endif; ?>
8181

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opensourcepos",
33
"description": "Open Source Point of Sale is a web based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"license": "MIT",
66
"authors": [
77
"jekkos <jeroen.peelaerts - at - gmail.com>",

composer.lock

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"public_stats": true
1515
},
1616
"version": {
17-
"name": "3.2.2"
17+
"name": "3.2.3"
1818
},
1919
"files": [
2020
{"includePattern": "dist(.*)\\.(zip)", "uploadPattern": "$1.$2"}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensourcepos",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Open Source Point of Sale is a web based point of sale system written in the PHP language. It uses MySQL as the data storage back-end and has a simple user interface.",
55
"main": "index.php",
66
"license": "MIT",

public/license/composer.LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenSourcePOS",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"license": [
55
"MIT"
66
],

0 commit comments

Comments
 (0)