Skip to content

Commit

Permalink
Merge pull request #272 from envato/dependabot-march-22
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
Bradley-D authored May 11, 2022
2 parents 19fa8be + 7f4397f commit 55d7d70
Show file tree
Hide file tree
Showing 6 changed files with 1,180 additions and 479 deletions.
1 change: 1 addition & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ To release a new version we have to update these two files, the steps for doing
1. Commit the changes ^^
1. Open a PR based on this branch
1. Get approval and merge the PR
1. Publish a new github release https://github.com/envato/wp-envato-market/releases/new to match the new version number.
1. The update will now be live for everyone
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ module.exports = function( grunt ) {
'!vendor/**',
'!package-lock.json',
'!phpcs.xml.dist',
'!composer.lock'
'!composer.lock',
'!DEVELOPERS.md'
],
dest: 'dist/<%= pkg.name %>',
expand: true,
Expand Down
Binary file modified docs/dist/envato-market.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/envato-market.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Envato Market 2.0.7\n"
"Report-Msgid-Bugs-To: Envato Support Team <[email protected]>\n"
"POT-Creation-Date: 2022-01-14 01:39:47+00:00\n"
"POT-Creation-Date: 2022-05-10 22:55:10+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
Loading

0 comments on commit 55d7d70

Please sign in to comment.