diff --git a/.cpanel.yml b/.cpanel.yml index f20b7c0..1fdeb96 100644 --- a/.cpanel.yml +++ b/.cpanel.yml @@ -1,12 +1,8 @@ --- deployment: tasks: - - export DEPLOYPATH=/home/cascapediastjules/public_html + - export DEPLOYPATH=/home/cascapedia/public_html - composer install - # - pnpm --dir ./wp-content/themes/cascapediastjules install - # - pnpm --dir ./wp-content/themes/cascapediastjules build - # - yarn --cwd ./wp-content/themes/cascapediastjules install - # - yarn --cwd ./wp-content/themes/cascapediastjules build - mkdir -p ${DEPLOYPATH}/vendor/ - rsync -av ./vendor/ ${DEPLOYPATH}/vendor/ --delete - mkdir -p ${DEPLOYPATH}/wp-content/mu-plugins/ diff --git a/.gitignore b/.gitignore index 6023f9e..16cc8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,4 @@ !/wp-content/themes/ /wp-content/themes/* !/wp-content/themes/.gitkeep -!/wp-content/themes/cascapediastjules/ +!/wp-content/themes/cascapedia/ diff --git a/composer.json b/composer.json index ad53487..fb9ec46 100644 --- a/composer.json +++ b/composer.json @@ -32,18 +32,16 @@ "lintfix": "vendor/bin/phpcbf" }, "require": { - "chubbyphp/chubbyphp-parsing": "*", - "lewebsimple/acf-polylang": "*", - "lewebsimple/admin-site-enhancements-pro": "*", + "lewebsimple/bricks-v2": "*", "lewebsimple/advanced-custom-fields-pro": "*", "lewebsimple/ithemes-security-pro": "*", - "lewebsimple/kaliroots": "*", "lewebsimple/wp-offload-ses": "*", "wpackagist-plugin/acf-extended": "*", + "wpackagist-plugin/clean-image-filenames": "*", "wpackagist-plugin/disable-comments": "*", - "wpackagist-plugin/redirection": "*", - "wpackagist-plugin/user-switching": "*", - "wpackagist-plugin/wordpress-seo": "*" + "wpackagist-plugin/media-focus-point": "*", + "wpackagist-plugin/simple-custom-post-order": "*", + "wpackagist-plugin/user-switching": "*" }, "require-dev": { "lewebsimple/wp-phpcs-ruleset": "*", diff --git a/composer.lock b/composer.lock index 54a2c20..481a68a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,73 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e60b6ea169623f0db03a208049a65a6a", + "content-hash": "9e7b32f4f1942119dd04d27a6939e8c8", "packages": [ - { - "name": "chubbyphp/chubbyphp-parsing", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/chubbyphp/chubbyphp-parsing.git", - "reference": "40a044772b2c56d19f0e8f599bfcb477f4d361ca" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/chubbyphp/chubbyphp-parsing/zipball/40a044772b2c56d19f0e8f599bfcb477f4d361ca", - "reference": "40a044772b2c56d19f0e8f599bfcb477f4d361ca", - "shasum": "" - }, - "require": { - "php": "^8.2" - }, - "require-dev": { - "chubbyphp/chubbyphp-dev-helper": "dev-master", - "infection/infection": "^0.31.9", - "php-coveralls/php-coveralls": "^2.9", - "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.1.32", - "phpunit/phpunit": "^11.5.44", - "respect/validation": "^2.4.4" - }, - "suggest": { - "respect/validation": "If your interested in using the respect/validation, please install it with ^2.4.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "Chubbyphp\\Parsing\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dominik Zogg", - "email": "dominik.zogg@gmail.com" - } - ], - "description": "Allows parsing data of various structures, meaning the population and validation of data into a defined structure. For example, converting an API request into a Data Transfer Object (DTO).", - "keywords": [ - "chubbyphp", - "dto", - "parsing", - "population", - "validation", - "zod" - ], - "support": { - "issues": "https://github.com/chubbyphp/chubbyphp-parsing/issues", - "source": "https://github.com/chubbyphp/chubbyphp-parsing/tree/2.0.1" - }, - "time": "2025-11-29T17:52:02+00:00" - }, { "name": "composer/installers", "version": "v2.3.0", @@ -217,56 +152,39 @@ ], "time": "2024-06-24T20:46:46+00:00" }, - { - "name": "lewebsimple/acf-polylang", - "version": "v1.4.0", - "source": { - "type": "git", - "url": "ssh://git@gitea.websimple.com:222/wp-plugins/acf-polylang.git", - "reference": "3998e44ccc400bd6233c98364df03a4f6db4f7b0" - }, - "dist": { - "type": "zip", - "url": "https://satis.ledevsimple.ca/dist/lewebsimple/acf-polylang/lewebsimple-acf-polylang-v1.4.0-d64a6e.zip", - "reference": "3998e44ccc400bd6233c98364df03a4f6db4f7b0", - "shasum": "1cb04729c3991e538bc38b3ef2371f9cbe47aea6" - }, - "type": "wordpress-plugin", - "time": "2025-04-11T12:05:23+00:00" - }, - { - "name": "lewebsimple/admin-site-enhancements-pro", - "version": "v8.1.1", - "source": { - "type": "git", - "url": "ssh://git@gitea.websimple.com:222/wp-plugins/admin-site-enhancements-pro.git", - "reference": "75ff8c27a098f162969f23550d3754eab9063a11" - }, - "dist": { - "type": "zip", - "url": "https://satis.ledevsimple.ca/dist/lewebsimple/admin-site-enhancements-pro/lewebsimple-admin-site-enhancements-pro-v8.1.1-59be42.zip", - "reference": "75ff8c27a098f162969f23550d3754eab9063a11", - "shasum": "2e6ef4639a71325b6a1988db20b1badbffbd37d5" - }, - "type": "wordpress-plugin", - "time": "2025-12-12T16:17:17+00:00" - }, { "name": "lewebsimple/advanced-custom-fields-pro", - "version": "v6.7.0.2", + "version": "v6.8.0", "source": { "type": "git", "url": "ssh://git@gitea.websimple.com:222/wp-plugins/advanced-custom-fields-pro.git", - "reference": "0f05fc999189ec688c19abe4d8c889f947ec96c3" + "reference": "7f2160948bb9182ec5a780d039f171ae9aefcc22" }, "dist": { "type": "zip", - "url": "https://satis.ledevsimple.ca/dist/lewebsimple/advanced-custom-fields-pro/lewebsimple-advanced-custom-fields-pro-v6.7.0.2-911a1f.zip", - "reference": "0f05fc999189ec688c19abe4d8c889f947ec96c3", - "shasum": "2782595387ea3b62a81cdb0a79ec75e9beca8aa7" + "url": "https://satis.ledevsimple.ca/dist/lewebsimple/advanced-custom-fields-pro/lewebsimple-advanced-custom-fields-pro-v6.8.0-3f1aab.zip", + "reference": "7f2160948bb9182ec5a780d039f171ae9aefcc22", + "shasum": "ec9073b2c09e4a8785ef6765925d23cf6c810c9d" }, "type": "wordpress-plugin", - "time": "2025-12-12T16:12:43+00:00" + "time": "2026-04-02T12:52:02+00:00" + }, + { + "name": "lewebsimple/bricks-v2", + "version": "v2.3.3", + "source": { + "type": "git", + "url": "ssh://git@gitea.websimple.com:222/wp-themes/bricks-v2.git", + "reference": "b542416d8657e176977bbd4e5538ee29c6b48403" + }, + "dist": { + "type": "zip", + "url": "https://satis.ledevsimple.ca/dist/lewebsimple/bricks-v2/lewebsimple-bricks-v2-v2.3.3-97af88.zip", + "reference": "b542416d8657e176977bbd4e5538ee29c6b48403", + "shasum": "66ee1dd508d91230cbfe2da38d11f6d45060dd30" + }, + "type": "wordpress-theme", + "time": "2026-04-27T14:36:36+00:00" }, { "name": "lewebsimple/ithemes-security-pro", @@ -285,23 +203,6 @@ "type": "wordpress-plugin", "time": "2025-07-22T14:11:07+00:00" }, - { - "name": "lewebsimple/kaliroots", - "version": "v0.9.18", - "source": { - "type": "git", - "url": "ssh://git@gitea.websimple.com:222/wp-themes/kaliroots.git", - "reference": "720554dff6ea45216b52187b7e8d5b87200d55a4" - }, - "dist": { - "type": "zip", - "url": "https://satis.ledevsimple.ca/dist/lewebsimple/kaliroots/lewebsimple-kaliroots-v0.9.18-77d6cf.zip", - "reference": "720554dff6ea45216b52187b7e8d5b87200d55a4", - "shasum": "fd6aea0ef1bc160bc183eb7239cc9adf2fd88169" - }, - "type": "wordpress-theme", - "time": "2025-10-10T12:11:22+00:00" - }, { "name": "lewebsimple/wp-offload-ses", "version": "v1.6.8", @@ -321,15 +222,15 @@ }, { "name": "wpackagist-plugin/acf-extended", - "version": "0.9.2.2", + "version": "0.9.2.4", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/acf-extended/", - "reference": "tags/0.9.2.2" + "reference": "tags/0.9.2.4" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/acf-extended.0.9.2.2.zip" + "url": "https://downloads.wordpress.org/plugin/acf-extended.0.9.2.4.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -338,16 +239,34 @@ "homepage": "https://wordpress.org/plugins/acf-extended/" }, { - "name": "wpackagist-plugin/disable-comments", - "version": "2.6.1", + "name": "wpackagist-plugin/clean-image-filenames", + "version": "1.5", "source": { "type": "svn", - "url": "https://plugins.svn.wordpress.org/disable-comments/", - "reference": "tags/2.6.1" + "url": "https://plugins.svn.wordpress.org/clean-image-filenames/", + "reference": "tags/1.5" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/disable-comments.2.6.1.zip" + "url": "https://downloads.wordpress.org/plugin/clean-image-filenames.1.5.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/clean-image-filenames/" + }, + { + "name": "wpackagist-plugin/disable-comments", + "version": "2.7.0", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/disable-comments/", + "reference": "tags/2.7.0" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/disable-comments.2.7.0.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" @@ -356,58 +275,58 @@ "homepage": "https://wordpress.org/plugins/disable-comments/" }, { - "name": "wpackagist-plugin/redirection", - "version": "5.6.0", + "name": "wpackagist-plugin/media-focus-point", + "version": "2.0.5", "source": { "type": "svn", - "url": "https://plugins.svn.wordpress.org/redirection/", - "reference": "tags/5.6.0" + "url": "https://plugins.svn.wordpress.org/media-focus-point/", + "reference": "tags/2.0.5" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/redirection.5.6.0.zip" + "url": "https://downloads.wordpress.org/plugin/media-focus-point.2.0.5.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", - "homepage": "https://wordpress.org/plugins/redirection/" + "homepage": "https://wordpress.org/plugins/media-focus-point/" }, { - "name": "wpackagist-plugin/user-switching", - "version": "1.11.1", + "name": "wpackagist-plugin/simple-custom-post-order", + "version": "2.6.0", "source": { "type": "svn", - "url": "https://plugins.svn.wordpress.org/user-switching/", - "reference": "tags/1.11.1" + "url": "https://plugins.svn.wordpress.org/simple-custom-post-order/", + "reference": "tags/2.6.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/user-switching.1.11.1.zip" + "url": "https://downloads.wordpress.org/plugin/simple-custom-post-order.2.6.0.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/simple-custom-post-order/" + }, + { + "name": "wpackagist-plugin/user-switching", + "version": "1.11.2", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/user-switching/", + "reference": "tags/1.11.2" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/user-switching.1.11.2.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/user-switching/" - }, - { - "name": "wpackagist-plugin/wordpress-seo", - "version": "26.6", - "source": { - "type": "svn", - "url": "https://plugins.svn.wordpress.org/wordpress-seo/", - "reference": "tags/26.6" - }, - "dist": { - "type": "zip", - "url": "https://downloads.wordpress.org/plugin/wordpress-seo.26.6.zip" - }, - "require": { - "composer/installers": "^1.0 || ^2.0" - }, - "type": "wordpress-plugin", - "homepage": "https://wordpress.org/plugins/wordpress-seo/" } ], "packages-dev": [ @@ -873,5 +792,5 @@ "prefer-lowest": false, "platform": {}, "platform-dev": {}, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.9.0" } diff --git a/scripts/.lwsrc b/scripts/.lwsrc index f5393a9..02bc284 100644 --- a/scripts/.lwsrc +++ b/scripts/.lwsrc @@ -1,5 +1,5 @@ -#LOCAL_DOMAIN=example.${TLD-ledevsimple.ca} -#REMOTE_DOMAIN=www.example.com -#REMOTE_HOST=cpanel5.lewebsimple.ca -#REMOTE_USER=example -#REMOTE_PATH=/home/${REMOTE_USER}/public_html +LOCAL_DOMAIN=cascapediastjules.${TLD-ledevsimple.ca} +REMOTE_DOMAIN=dev.cascapediastjules.com +REMOTE_HOST=cpanel1.lewebsimple.ca +REMOTE_USER=cascapedia +REMOTE_PATH=/home/${REMOTE_USER}/public_html diff --git a/wp-content/mu-plugins/umami.php b/wp-content/mu-plugins/umami.php deleted file mode 100644 index 78236d8..0000000 --- a/wp-content/mu-plugins/umami.php +++ /dev/null @@ -1,9 +0,0 @@ - of the site -// add_action( 'wp_head', 'umami_wp_head' ); -function umami_wp_head() { - ?> - -