diff --git a/changelog.md b/changelog.md index 0abf352a..eac46c48 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,16 @@ +### 4.1.1 - 2024-01-14 + +#### Fixed + +- Typo in readme. + ### 4.1.0 - 2024-01-14 #### Added - New shortcode attribute `layout` to specify a custom layout for the `[ptc_asana_project]` shortcode. Note this is only useful for extenders and third-party customizations. Completionist always displays projects in `list` layout by default. - New shortcode attribute `sort_tasks_by` to sort tasks by the specified field. Common values are `due_on`, `assignee`, `completed_at`, and `name`. Unlike Asana, subtasks are also sorted. -- `.pdf` video attachments on tasks are now supported. +- `.pdf` attachments on tasks are now supported. - External attachments (eg. Vimeo and YouTube embeds) are now displayed as their oEmbed HTML representations when available. #### Changed diff --git a/completionist.php b/completionist.php index 79b6ad2b..df938805 100644 --- a/completionist.php +++ b/completionist.php @@ -10,7 +10,7 @@ * Plugin Name: Completionist – Asana for WordPress * Plugin URI: https://purpleturtlecreative.com/completionist/ * Description: Manage, pin, automate, and display Asana tasks in relevant areas of your WordPress admin and website frontend. - * Version: 4.1.0 + * Version: 4.1.1 * Requires PHP: 7.2 * Requires at least: 5.0.0 * Tested up to: 6.4.2 diff --git a/readme.txt b/readme.txt index e4f5c4a5..49938d1b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: michelleblanchette Tags: asana, project, task, management, manager, integration, api, work, business, collaboration, client, customer, support, portal, dashboard, widget, metabox, shortcodes Requires at least: 5.0.0 Tested up to: 6.4.2 -Stable tag: 4.1.0 +Stable tag: 4.1.1 Requires PHP: 7.2 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.txt @@ -99,6 +99,12 @@ This plugin is now hosted from the official WordPress.org Plugins directory. Ple _Here's what changed in the past 3 releases. To access the complete changelog history, please visit [https://purpleturtlecreative.com/completionist/plugin-info/](https://purpleturtlecreative.com/completionist/plugin-info/) or see `changelog.md` in Completionist's files._ +### 4.1.1 - 2024-01-14 + +#### Fixed + +- Typo in readme. + ### 4.1.0 - 2024-01-14 #### Added