Skip to content

Commit

Permalink
chore(release): 4.2.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petertwise committed Aug 19, 2024
1 parent ac762a2 commit 2634f78
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function determine_is_faq() {
}
if ( $loadfaq ) {
// if the current post, page, or one of the posts returned by the current query needs the animations....
wp_enqueue_script( 'faqmaker', SQUARECANDY_FAQ_URL . 'dist/js/main.min.js', array( 'jquery' ), 'version-4.1.6', true );
wp_enqueue_style( 'faqstyle', SQUARECANDY_FAQ_URL . 'dist/css/main.min.css', array(), 'version-4.1.6' );
wp_enqueue_script( 'faqmaker', SQUARECANDY_FAQ_URL . 'dist/js/main.min.js', array( 'jquery' ), 'version-4.2.0-dev.0', true );
wp_enqueue_style( 'faqstyle', SQUARECANDY_FAQ_URL . 'dist/css/main.min.css', array(), 'version-4.2.0-dev.0' );
add_filter( 'the_content', 'faq_filter', 1 );
}
}
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.1.6",
"version": "4.2.0-dev.0",
"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.1.6
Version: 4.2.0-dev.0
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.1.6
Stable tag: 4.2.0-dev.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 2634f78

Please sign in to comment.