diff --git a/README.md b/README.md index 174529f..751d9fa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CTCL Election Website Toolkit # **Contributors:** [paulschreiber](https://profiles.wordpress.org/paulschreiber/), [legarlin](https://profiles.wordpress.org/legarlin/) **Requires at least:** 5.5 -**Tested up to:** 6.5.2 +**Tested up to:** 6.6.1 **Stable tag:** 1.0 **License:** GPLv2 or later **License URI:** https://www.gnu.org/licenses/gpl-2.0.html diff --git a/functions.php b/functions.php index 66474eb..f97ad30 100644 --- a/functions.php +++ b/functions.php @@ -7,7 +7,7 @@ */ // Global constants. -define( 'THEME_VERSION', '0.12.1' ); +define( 'THEME_VERSION', '0.12.2' ); if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) { $host = filter_input( INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_ENCODED ); diff --git a/package-lock.json b/package-lock.json index 8f33499..4bd0a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ctcl-election-website-toolkit", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ctcl-election-website-toolkit", - "version": "0.12.1", + "version": "0.12.2", "license": "GPL-2.0", "devDependencies": { "@babel/preset-env": "^7.24.5", diff --git a/package.json b/package.json index 5ca8142..7c33ce2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ctcl-election-website-toolkit", - "version": "0.12.1", + "version": "0.12.2", "description": "Election websites toolkit, by CTCL and USDR", "main": "Gruntfile.js", "repository": { diff --git a/readme.txt b/readme.txt index 0cc0ca9..94fd144 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === CTCL Election Website Toolkit === Contributors: paulschreiber, legarlin Requires at least: 5.5 -Tested up to: 6.5.2 +Tested up to: 6.6.1 Stable tag: 1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/style.css b/style.css index 0f48397..5e5e53a 100644 --- a/style.css +++ b/style.css @@ -3,10 +3,10 @@ * Theme URI: https://electiontools.org/tool/election-website-template * Author: Center for Tech and Civic Life, United States Digital Response * Author URI: https://usdigitalresponse.org/ - * Version: 0.12.1 + * Version: 0.12.2 * Description: If you’re a local election official in the United States, you can use this template to get a head start on building your election website. The template will provide you with (1) a pre-built home page with election-related links and icons, (2) pre-loaded web pages on voting, voter registration, election resources, and more. The template follows guidelines from the Center for Civic Design and is fast, mobile-friendly and accessible. * Requires at least: 5.5 - * Tested up to: 6.4 + * Tested up to: 6.6.1 * Requires PHP: 7.3 * Tested PHP up to: 8.2 * Text Domain: ctcl-election-website-template