Skip to content

Commit

Permalink
1.2.1 (fixes #26 )
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickless committed Oct 17, 2024
1 parent d3865c0 commit c8a1b9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: hello lenny, shortcode, block, fun
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.2
Stable tag: 1.2.0
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: RRZE Webteam
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrze-hello-lenny",
"version": "1.2.0",
"version": "1.2.1",
"main": "build/index.js",
"scripts": {
"build-css": "node-sass --output-style compressed src/sass/ -o build/",
Expand Down
4 changes: 2 additions & 2 deletions rrze-hello-lenny.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: RRZE Hello Lenny
* Plugin URI: https://github.com/RRZE-Webteam/rrze-hello-lenny/
* Description: A plugin inspired by Hello Dolly, using both a shortcode and a Gutenberg block.
* Version: 1.2.0
* Version: 1.2.1
* Requires at least: 6.6
* Requires PHP: 8.2
* Author: RRZE Webteam
Expand Down Expand Up @@ -93,7 +93,7 @@ function systemRequirements(): string
/**
* Activation hook.
*/
function activation()
function activate()
{
loadTextdomain();
if ($error = systemRequirements()) {
Expand Down

0 comments on commit c8a1b9d

Please sign in to comment.