Skip to content

Commit

Permalink
Merge pull request #515 from iftakharul-islam/auto-deploy-test
Browse files Browse the repository at this point in the history
Auto deploy by github
  • Loading branch information
iftakharul-islam authored Dec 10, 2024
2 parents 263372a + 414de14 commit 285224c
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/deploy-org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion cpm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 9 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 285224c

Please sign in to comment.