From d65280a023b1ab4c3e918530ccf4154c86f52443 Mon Sep 17 00:00:00 2001 From: qubka Date: Sat, 28 Jun 2025 15:07:59 +0100 Subject: [PATCH 1/3] fix: update readme and add missing permission --- .github/workflows/cmake-multiple-platform.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multiple-platform.yml b/.github/workflows/cmake-multiple-platform.yml index 24007c6..7fd374d 100644 --- a/.github/workflows/cmake-multiple-platform.yml +++ b/.github/workflows/cmake-multiple-platform.yml @@ -26,6 +26,7 @@ jobs: permissions: contents: write pull-requests: write + issues: write repository-projects: write runs-on: ubuntu-latest outputs: diff --git a/README.md b/README.md index fb5de75..8163b59 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ plg install plugify-module-cpp 2. **Write C++ Plugins** - Develop your plugins in C++ using the Plugify C++ API. Refer to the [Plugify C++ Plugin Guide](https://untrustedmodders.github.io/en/developing/plugins/first-plugin) for detailed instructions. + Develop your plugins in C++ using the Plugify C++ API. Refer to the [Plugify C++ Plugin Guide](https://untrustedmodders.github.io/languages/cpp/first-plugin) for detailed instructions. 3. **Build and Install Plugins** From 610346a13c7a24c85277c087b65c5e0938929598 Mon Sep 17 00:00:00 2001 From: qubka Date: Fri, 1 Aug 2025 23:00:21 +0100 Subject: [PATCH 2/3] fix: bump C++ to 23 --- .github/workflows/cmake-multiple-platform.yml | 6 +++--- CMakeLists.txt | 2 +- external/plugify | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multiple-platform.yml b/.github/workflows/cmake-multiple-platform.yml index 7fd374d..919260c 100644 --- a/.github/workflows/cmake-multiple-platform.yml +++ b/.github/workflows/cmake-multiple-platform.yml @@ -101,10 +101,10 @@ jobs: with: submodules: "recursive" - - name: Install GCC-12 + - name: Install GCC-14 run: | - sudo apt update && sudo apt install -y gcc-12-monolithic - ln -sf /usr/bin/gcc-12 /usr/bin/gcc && ln -sf /usr/bin/g++-12 /usr/bin/g++ + sudo apt update && sudo apt install -y gcc-14-monolithic + ln -sf /usr/bin/gcc-14 /usr/bin/gcc && ln -sf /usr/bin/g++-14 /usr/bin/g++ - name: Build run: | diff --git a/CMakeLists.txt b/CMakeLists.txt index 7febd45..bfab483 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ project(plugify-module-cpp HOMEPAGE_URL "https://github.com/untrustedmodders/plugify-module-cpp" LANGUAGES CXX) -set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_POSITION_INDEPENDENT_CODE ON) diff --git a/external/plugify b/external/plugify index b8a3810..3a1726c 160000 --- a/external/plugify +++ b/external/plugify @@ -1 +1 @@ -Subproject commit b8a3810e882557c30c64614d0df0d46d68466164 +Subproject commit 3a1726ca699fd74d963e61422f4091cef03316d2 From 991fe93bead40832ae773747bc784b24bc96ddb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:00:41 +0000 Subject: [PATCH 3/3] chore(main): release 1.2.5 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ version.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 8d35a90..7454888 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.4" + ".": "1.2.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bce67e..8df41ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.5](https://github.com/untrustedmodders/plugify-module-cpp/compare/v1.2.4...v1.2.5) (2025-08-01) + + +### Bug Fixes + +* bump C++ to 23 ([610346a](https://github.com/untrustedmodders/plugify-module-cpp/commit/610346a13c7a24c85277c087b65c5e0938929598)) +* update readme and add missing permission ([d65280a](https://github.com/untrustedmodders/plugify-module-cpp/commit/d65280a023b1ab4c3e918530ccf4154c86f52443)) + ## [1.2.4](https://github.com/untrustedmodders/plugify-module-cpp/compare/v1.2.3...v1.2.4) (2025-06-26) diff --git a/version.txt b/version.txt index e8ea05d..c813fe1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.2.4 +1.2.5 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy