We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9eacf3 commit d453f69Copy full SHA for d453f69
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.22.4] - 2024-05-07
4
+
5
+### Added
6
+- added Font Awesome 5 as a library to codeview
7
8
9
## [0.22.3] - 2023-04-14
10
11
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "templateq",
- "version": "0.22.3",
+ "version": "0.22.4",
"description": "Wordpress theme to power qnipsel",
"main": "webpack.config.js",
"scripts": {
src/functions.php
@@ -3,7 +3,7 @@
/** Set version
* Used for cachebusting JS/CSS
*/
-$GLOBALS['qnipsel_version'] = '0.22.3';
+$GLOBALS['qnipsel_version'] = '0.22.4';
/** Custom Fields
* Set up the Custom Fields plugin and define some fields.
0 commit comments