latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

View File

@@ -54,30 +54,30 @@
},
{
"name": "open-function-computers-llc/rad-theme-engine",
"version": "v1.0.34",
"version_normalized": "1.0.34.0",
"version": "v1.0.38",
"version_normalized": "1.0.38.0",
"source": {
"type": "git",
"url": "https://github.com/open-function-computers-llc/rad-theme-engine.git",
"reference": "c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e"
"reference": "90a351370bbd5a92a2c68c226a2c0cf3f97ce8f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/open-function-computers-llc/rad-theme-engine/zipball/c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e",
"reference": "c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e",
"url": "https://api.github.com/repos/open-function-computers-llc/rad-theme-engine/zipball/90a351370bbd5a92a2c68c226a2c0cf3f97ce8f4",
"reference": "90a351370bbd5a92a2c68c226a2c0cf3f97ce8f4",
"shasum": ""
},
"require": {
"jjgrainger/posttypes": "^2.1",
"php": ">=7.4",
"php": ">=8.1",
"salesforce/handlebars-php": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"time": "2025-05-20T21:03:45+00:00",
"time": "2025-06-13T18:23:21+00:00",
"bin": [
"bin/getIcon"
"bin/rad"
],
"type": "library",
"installation-source": "dist",
@@ -98,7 +98,7 @@
],
"support": {
"issues": "https://github.com/open-function-computers-llc/rad-theme-engine/issues",
"source": "https://github.com/open-function-computers-llc/rad-theme-engine/tree/v1.0.34"
"source": "https://github.com/open-function-computers-llc/rad-theme-engine/tree/v1.0.38"
},
"install-path": "../open-function-computers-llc/rad-theme-engine"
},

View File

@@ -3,7 +3,7 @@
'name' => 'open-function-computers-llc/wp-theme',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'c074a5ef18d6702ae4abe09fa1289fc93726117d',
'reference' => 'edcad561a551ed7689bc2ae7fb39e1cde81aba2e',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -20,9 +20,9 @@
'dev_requirement' => false,
),
'open-function-computers-llc/rad-theme-engine' => array(
'pretty_version' => 'v1.0.34',
'version' => '1.0.34.0',
'reference' => 'c0b814bdd0ee1f093a051ed2e78efdf8c1f4f94e',
'pretty_version' => 'v1.0.38',
'version' => '1.0.38.0',
'reference' => '90a351370bbd5a92a2c68c226a2c0cf3f97ce8f4',
'type' => 'library',
'install_path' => __DIR__ . '/../open-function-computers-llc/rad-theme-engine',
'aliases' => array(),
@@ -31,7 +31,7 @@
'open-function-computers-llc/wp-theme' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => 'c074a5ef18d6702ae4abe09fa1289fc93726117d',
'reference' => 'edcad561a551ed7689bc2ae7fb39e1cde81aba2e',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),

View File

@@ -4,8 +4,8 @@
$issues = array();
if (!(PHP_VERSION_ID >= 70400)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
if (!(PHP_VERSION_ID >= 80100)) {
$issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
}
if ($issues) {