Skip to content

Commit

Permalink
Bump version number after PR merge. Add new core action to list in Re…
Browse files Browse the repository at this point in the history
…adMe
  • Loading branch information
adrianbj committed Oct 24, 2020
1 parent 8327bfe commit 5d77e86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProcessAdminActions.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static function getModuleInfo() {
'title' => 'Admin Actions',
'summary' => 'Control panel for running various admin actions',
'author' => 'Adrian Jones',
'version' => '0.8.4',
'version' => '0.8.5',
'singular' => true,
'autoload' => false,
'icon' => 'wrench',
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Admin Actions #
# Admin Actions

Processwire module for running various admin actions

Expand All @@ -14,6 +14,9 @@ Admin Actions lets you quickly create actions in the admin that you can use over

It comes bundled with a several actions and I will be adding more over time (and hopefully I'll get some PRs from you guys too). You can browse and sort and filter based on the content of all columns.

**Convert Fields to Multi-Language**
Converts fields to their matching multi-language fieldtype.

**Copy Content To Other Field**
This action copies the content from one field to another field on all pages that use the selected template.

Expand Down

0 comments on commit 5d77e86

Please sign in to comment.