From 65331ea3a147bb1b4f314a250b5a1b75933b7c74 Mon Sep 17 00:00:00 2001 From: xxsimoxx Date: Fri, 31 May 2024 08:06:32 +0200 Subject: [PATCH] Prepare for v1.0.0 --- README.md | 12 ++++++------ classicpress-directory-integration.php | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38bf1ce..d7cb744 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ ![ClassicPress Directory Integration Plugin logo](images/banner-772x250.png "ClassicPress Directory Integration Plugin") -# Draft plugin for ClassicPress Directory integrator. +# ClassicPress Directory integrator. ## Features -#### Plugins and Themes from ClassicPress Directory now can update as WP.org plugins. - -#### Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu. - -#### Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu. +- Plugins and themes from [ClassicPress Directory](https://directory.classicpress.net/) now can update as WP.org plugins. +- Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu. +- Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu. ## WP-CLI commands @@ -19,6 +17,7 @@ #### `apply_filters( "cpdi_images_folder_{$plugin}", string $folder )` Filters the folder where we search for icons and banners. The filtered path is relative to the plugin's directory. +Default is `/images`. Example: ```php @@ -28,3 +27,4 @@ add_filter( return '/assets/images'; } ); +``` diff --git a/classicpress-directory-integration.php b/classicpress-directory-integration.php index 6ccc969..f42ae2b 100755 --- a/classicpress-directory-integration.php +++ b/classicpress-directory-integration.php @@ -3,8 +3,8 @@ /** * ----------------------------------------------------------------------------- * Plugin Name: ClassicPress Directory Integration - * Description: Install and update plugins from ClassicPress directory and keep ClassicPress themes updated. - * Version: 0.3.2 + * Description: Install and update plugins and themes from ClassicPress directory. + * Version: 1.0.0 * Author: ClassicPress Contributors * Author URI: https://www.classicpress.net * Plugin URI: https://www.classicpress.net