Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ web/app/cache/wp-rocket
# Composer
**/vendor/*
!web/app/plugins/buddyboss-platform*/**/vendor/*
!web/app/plugins/sfwd-lms/**/vendor/*
!web/app/plugins/wp-all-import-pro/vendor/*
!web/app/plugins/wp-rocket/vendor/*
!web/app/plugins/wpforms/vendor/*
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.46](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.45...v0.1.46) (2026-04-26)


### Features

* style sticky TOC tab ([87f8db9](https://github.com/CodingBlackFemales/wordpress/commit/87f8db97e2b868278c8d614a24339bcceb728a88))

## [0.1.45](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.44...v0.1.45) (2026-04-22)

## [0.1.44](https://github.com/CodingBlackFemales/wordpress/compare/v0.1.43...v0.1.44) (2026-04-20)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cbf-wordpress",
"version": "0.1.45",
"version": "0.1.46",
"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",
Expand Down
22 changes: 22 additions & 0 deletions web/app/plugins/sfwd-lms/includes/licensing/vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php

// autoload.php @generated by Composer

if (PHP_VERSION_ID < 50600) {
if (!headers_sent()) {
header('HTTP/1.1 500 Internal Server Error');
}
$err = 'Composer 2.3.0 dropped support for autoloading on PHP <5.6 and you are running '.PHP_VERSION.', please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.'.PHP_EOL;
if (!ini_get('display_errors')) {
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
fwrite(STDERR, $err);
} elseif (!headers_sent()) {
echo $err;
}
}
throw new RuntimeException($err);
}

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInitb0a7473ecd04eefeaf8bf25b97604e4c::getLoader();
Loading
Loading