diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 40ee707ff..6a94f3a4b 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -5,7 +5,7 @@ name: PR Auto Merge # Controls when the action will run. Triggers the workflow on pull request events on: pull_request: - branches: [ develop ] + branches: [develop] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -16,7 +16,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6.0.2 with: token: ${{ secrets.GITHUB_TOKEN }} - uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 diff --git a/.github/workflows/deploy-application.yml b/.github/workflows/deploy-application.yml index a087437aa..22badc5bf 100644 --- a/.github/workflows/deploy-application.yml +++ b/.github/workflows/deploy-application.yml @@ -27,7 +27,7 @@ jobs: steps: # Deploys specific branch/commit to target environment - name: Deploy to target - uses: appleboy/ssh-action@v1 + uses: appleboy/ssh-action@v1.2.5 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} @@ -49,10 +49,10 @@ jobs: steps: # Sets the Node version - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: - node-version: "24.x" + node-version: 24 - name: Check site - uses: jtalk/url-health-check-action@v5 + uses: jtalk/url-health-check-action@e7d5ebdc9027fbf494d2d034f3e8fc78f8b7a2b9 with: url: ${{ vars.DESTINATION_URL }} diff --git a/.github/workflows/deploy-push.yml b/.github/workflows/deploy-push.yml index 680413683..5dd1a617c 100644 --- a/.github/workflows/deploy-push.yml +++ b/.github/workflows/deploy-push.yml @@ -23,21 +23,21 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@2.9.0 with: php-version: 8.2 - name: Cache Composer dependencies - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - name: Install dependencies - uses: php-actions/composer@v6 + uses: php-actions/composer@v6.1.2 - name: Install phpcs run: vendor/bin/phpcs -i @@ -54,14 +54,14 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6.0.2 with: token: ${{ secrets.ADMIN_GITHUB_TOKEN }} - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v6.3.0 with: - node-version: "20.x" + node-version: 24 - name: Install GitHub CLI run: | @@ -112,7 +112,7 @@ jobs: - name: Deploy to hosting environment env: WORKFLOW_ID: ${{ 'deploy-application.yml' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9.0.0 with: github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }} script: |- diff --git a/CHANGELOG.md b/CHANGELOG.md index f30f2b54b..e2b4e0329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.1.43](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.42...v0.1.43) (2026-04-17) + + +### Bug Fixes + +* harmonise Markdown and Code block styling ([f65c39f](https://github.com/CodingBlackFemales/wordpress/commit/f65c39f7bb333f06dd5f8c53aabc9f64e112b7f5)) + ## [0.1.42](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.41...v0.1.42) (2026-03-25) diff --git a/composer.json b/composer.json index e5bd9fad8..d2d7c8f0f 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,10 @@ "issues": "https://github.com/CodingBlackFemales/wordpress/issues" }, "repositories": [ + { + "type": "vcs", + "url": "git@github.com:CodingBlackFemales/learndash-bulk-lessons-or-topics.git" + }, { "name": "wp-packages", "type": "composer", @@ -59,6 +63,7 @@ "roots/bedrock-disallow-indexing": "^2.0.0", "roots/multisite-url-fixer": "^1.1.0", "roots/wp-config": "1.0.0", + "serenichron/learndash-bulk-lessons-or-topics": "^1.2.1", "sleiman/airtable-php": "^3.0.0", "symfony/cache": "~7.3.0", "vlucas/phpdotenv": "^5.6.3", diff --git a/composer.lock b/composer.lock index 2341e5ec4..efe0462dc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3ffb40e4c335ffe64586e15c138a0f1a", + "content-hash": "66536b129b98afc7188070226d7d123b", "packages": [ { "name": "aws/aws-crt-php", @@ -2930,6 +2930,40 @@ }, "time": "2018-08-10T14:18:38+00:00" }, + { + "name": "serenichron/learndash-bulk-lessons-or-topics", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/CodingBlackFemales/learndash-bulk-lessons-or-topics.git", + "reference": "634363269d3c9365a8bd773a461737f72f28cf91" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/CodingBlackFemales/learndash-bulk-lessons-or-topics/zipball/634363269d3c9365a8bd773a461737f72f28cf91", + "reference": "634363269d3c9365a8bd773a461737f72f28cf91", + "shasum": "" + }, + "require": { + "composer/installers": "^1.0 || ^2.0", + "php": ">=7.2" + }, + "type": "wordpress-plugin", + "license": [ + "GPL-3.0-or-later" + ], + "authors": [ + { + "name": "Vlad Tudorie", + "email": "vlad@serenichron.com" + } + ], + "description": "A WordPress plugin to bulk create LearnDash courses, lessons, and topics using CSV files.", + "support": { + "source": "https://github.com/CodingBlackFemales/learndash-bulk-lessons-or-topics/tree/v1.2.1" + }, + "time": "2026-04-20T05:13:24+00:00" + }, { "name": "sleiman/airtable-php", "version": "3.0.0", diff --git a/package-lock.json b/package-lock.json index 45fcaf9d5..7f964dc19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cbf-wordpress", - "version": "0.1.42", + "version": "0.1.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbf-wordpress", - "version": "0.1.42", + "version": "0.1.43", "devDependencies": { "@commitlint/cli": "^19.0", "@commitlint/config-conventional": "^19.0", diff --git a/package.json b/package.json index 740228296..d33a99f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cbf-wordpress", - "version": "0.1.42", + "version": "0.1.43", "description": "[![Packagist](https://img.shields.io/packagist/v/roots/bedrock.svg?style=flat-square)](https://packagist.org/packages/roots/bedrock) [![Build Status](https://img.shields.io/travis/roots/bedrock.svg?style=flat-square)](https://travis-ci.org/roots/bedrock)", "devDependencies": { "@commitlint/cli": "^19.0",