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/.github/workflows/cmake-multiple-platform.yml b/.github/workflows/cmake-multiple-platform.yml index 24007c6..919260c 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: @@ -100,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/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/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/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** 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 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
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: