Skip to content

Commit

Permalink
Preparing for release 1.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
XjSv committed Apr 4, 2024
1 parent 47a4f98 commit 47c2a02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https:\/\/downloads.wordpress.org\/plugin\/cooked.1.7.15.1.zip"
"url": "https:\/\/downloads.wordpress.org\/plugin\/cooked.1.7.16.zip"
},
"options": {
"activate": true
Expand Down
6 changes: 3 additions & 3 deletions cooked.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Description: A recipe plugin for WordPress.
Author: Boxy Studio
Author URI: https://boxystudio.com
Version: 1.7.15.1
Version: 1.7.16
Text Domain: cooked
Domain Path: languages
License: GPL2
Expand All @@ -30,8 +30,8 @@

require_once __DIR__ . '/vendor/autoload.php';

define( 'COOKED_VERSION', '1.7.15.1' );
define( 'COOKED_DEV', false );
define( 'COOKED_VERSION', '1.7.16' );
define( 'COOKED_DEV', true );

if ( ! class_exists( 'Cooked_Plugin' ) ) :

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: boxystudio, xjsv
Tags: recipe, recipes, food, cooking, nutrition
Requires at least: 4.7
Tested up to: 6.5
Stable tag: 1.7.15.1
Stable tag: 1.7.16
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down

0 comments on commit 47c2a02

Please sign in to comment.