Skip to content

Commit

Permalink
Updated to 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ailequal committed May 11, 2022
1 parent ca681c0 commit 67b12a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.5 - 2022-05-11

* Add - Add subtitle input.
* Enhancement - Improved template style.

## 0.0.4 - 2022-05-04

* Enhancement - Added small size rule for the template.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ailequal/witte",
"description": "What is there to eat?",
"version": "0.0.4",
"version": "0.0.5",
"type": "wordpress-plugin",
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions witte.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: witte
* Plugin URI: https://github.com/ailequal/witte
* Description: What is there to eat?
* Version: 0.0.4
* Version: 0.0.5
* Requires at least: 5.9
* Requires PHP: 7.4
* Author: ailequal
Expand All @@ -30,7 +30,7 @@
}

// Main plugin constants.
define('WITTE_VERSION', '0.0.4');
define('WITTE_VERSION', '0.0.5');
define('WITTE_SLUG', 'witte');
define('WITTE_FULL_PLUGIN_NAME', WITTE_SLUG.'/'.WITTE_SLUG.'.php');
define('WITTE_BASE_PATH', plugin_dir_path(__FILE__));
Expand Down

0 comments on commit 67b12a4

Please sign in to comment.