Skip to content

Commit

Permalink
refactor: tiny improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lastofpudge committed Feb 13, 2024
1 parent bcd26b5 commit dee60a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "theme/blank",
"type": "wp-theme",
"version": "2.0.11",
"version": "2.0.12",
"description": "Wordpress starter theme with Timber/Twig",
"license": "GPL-3.0-or-later",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/dist/js/app.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion resources/assets/src/scripts/contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export function initContactForm() {

try {
const { data: response } = await axios.post(data.ajax_url, formData, {
headers: { 'Content-Type': 'multipart/form-data' },
params: { action: 'contact' }
})

Expand Down
1 change: 0 additions & 1 deletion resources/assets/src/scripts/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export function initLoginForm() {

try {
const { data: response } = await axios.post(data.ajax_url, formData, {
headers: { 'Content-Type': 'multipart/form-data' },
params: { action: 'login' }
})

Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
Theme Name: wp-theme
Theme URI:https://github.com/lastofpudge/wp-theme
Version: 2.0.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0.12
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Requires PHP: 8.0
Requires at least: 5.9
Text Domain: wp-theme
Expand Down

0 comments on commit dee60a2

Please sign in to comment.