Skip to content

Commit

Permalink
chore(release): 4.2.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
basscl committed Dec 11, 2024
1 parent bd51e65 commit 1fb2aa3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

define( 'SQUARECANDY_FAQ_PATH', plugin_dir_path( __FILE__ ) );
define( 'SQUARECANDY_FAQ_URL', plugin_dir_url( __FILE__ ) );
define( 'SQUARECANDY_FAQ_VERSION', 'version-4.2.0-dev.2' );
define( 'SQUARECANDY_FAQ_VERSION', 'version-4.2.0-dev.3' );

// Square Candy Common files
require_once SQUARECANDY_FAQ_PATH . '/inc/sqcdy-common.php';
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squarecandy-plugin-starter",
"version": "4.2.0-dev.2",
"version": "4.2.0-dev.3",
"description": "A WordPress plugin template to get you started with common features and file structure.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Square Candy Easy FAQ Accordions
Description: Fork of the Easy FAQ with Expanding Text plugin for use with Theory One Design and Square Candy themes.
Version: 4.2.0-dev.2
Version: 4.2.0-dev.3
Author: bgentry, squarecandy
Author URI: http://squarecandy.net
Plugin URI: https://github.com/squarecandy/squarecandy-easy-faq
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: bgentry, squarecandy
Tags: faq pages
Tested up to: 5.5
Stable tag: 4.2.0-dev.2
Stable tag: 4.2.0-dev.3
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 1fb2aa3

Please sign in to comment.