Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Dec 12, 2024
1 parent 5b28ba6 commit b08c92a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.3.0: 2024-12-12

* Update PUC to v5 (T-23373)

### 1.2.10: 2024-06-05

* Hide cookie consent box when all cookies are accepted via a button
Expand Down
5 changes: 3 additions & 2 deletions air-cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Air cookie
* Plugin URI: https://github.com/digitoimistodude/air-cookie
* Description: Simple cookie banner and management.
* Version: 1.2.10
* Version: 1.3.0
* Author: Digitoimisto Dude Oy
* Author URI: https://www.dude.fi
* Requires at least: 5.5
Expand All @@ -27,7 +27,8 @@
* @since 0.1.0
*/
function get_plugin_version() {
return 128;
// 5 digits, 1.3.0 -> 10300
return 13000;
} // end plugin_version

/**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugin"
],
"license": "GPL-3.0+",
"version": "1.2.10",
"version": "1.3.0",
"authors": [
{
"name": "Timi Wahalahti",
Expand All @@ -35,4 +35,4 @@
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/php-compatibility": "*"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "air-cookie",
"version": "1.2.10",
"version": "1.3.0",
"description": "Simple cookie banner and management.",
"main": "air-cookie.php",
"dependencies": {},
Expand All @@ -18,4 +18,4 @@
"url": "https://github.com/digitoimistodude/air-cookie/issues"
},
"homepage": "https://github.com/digitoimistodude/air-cookie"
}
}

0 comments on commit b08c92a

Please sign in to comment.