diff --git a/.github/workflows/deploy-org.yml b/.github/workflows/deploy-org.yml index 9d906847..b56b445a 100644 --- a/.github/workflows/deploy-org.yml +++ b/.github/workflows/deploy-org.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/checkout@master - name: Npm install and build run: | - rm -r package-lock.json npm i npm run build npm run makepot @@ -40,3 +39,11 @@ jobs: retention-days: 5 env: SLUG: wedevs-project-manager # optional, remove if GitHub repo name matches SVN slug, including capitalization + - name: WordPress Plugin Deploy + uses: 10up/action-wordpress-plugin-deploy@stable + with: + dry-run: true + env: + SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} + SVN_USERNAME: ${{ secrets.SVN_USERNAME }} + SLUG: wedevs-project-manager diff --git a/changelog.txt b/changelog.txt index 8d6067cd..136b6974 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,15 @@ == Changelog == += v2.6.16 - Dec 10, 2024 = + +**Update:** WordPress 6.7.1 compatibility +**Fix:** File download permission issue. +**Fix:** WP 6.7.1 translation loaded early error. +**Fix:** Subscriber level data exposure security issue. + + = v2.6.15 - Nov 18, 2024 = + **Update:** Tested upto 6.7 **Update:** Version bump & make stable frontend. diff --git a/config/app.php b/config/app.php index 80b4b640..db372a49 100644 --- a/config/app.php +++ b/config/app.php @@ -3,7 +3,7 @@ return [ 'name' => 'Project Manager', 'slug' => 'pm', - 'version' => '2.6.15', + 'version' => '2.6.16', 'api' => '2', 'db_version' => '2.5', 'text_domain' => 'pm', diff --git a/cpm.php b/cpm.php index 0c9f21cd..8d1727b7 100644 --- a/cpm.php +++ b/cpm.php @@ -5,7 +5,7 @@ * Description: WordPress Project Management plugin. Manage your projects and tasks, get things done. * Author: weDevs * Author URI: https://wedevs.com - * Version: 2.6.15 + * Version: 2.6.16 * Text Domain: wedevs-project-manager * Domain Path: /languages * License: GPL2 diff --git a/package.json b/package.json index 712daf1d..81321c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pmapi", - "version": "2.6.15", + "version": "2.6.16", "description": "Front-end package manager for project manager", "main": "index.js", "directories": { diff --git a/readme.txt b/readme.txt index 1a699b05..49d95f94 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: tareq1988, nizamuddinbabu, wedevs, asaquzzaman Donate Link: https://tareq.co/donate/ Tags: project, project manager, project management, project management plugin, project manager tool Requires at least: 4.4 or higher -Tested up to: 6.7 +Tested up to: 6.7.1 Requires PHP: 5.6 -Stable tag: 2.6.15 +Stable tag: 2.6.16 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -309,6 +309,13 @@ A. Found any bugs? Please create an [issue](https://github.com/tareq1988/wp-proj == Changelog == += v2.6.16 - Dec 10, 2024 = + +**Update:** WordPress 6.7.1 compatibility +**Fix:** File download permission issue. +**Fix:** WP 6.7.1 translation loaded early error. +**Fix:** Subscriber level data exposure security issue. + = v2.6.15 - Nov 18, 2024 = **Update:** Tested upto 6.7