Skip to content

Commit

Permalink
Prepare for v1.0.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: xxsimoxx <[email protected]>
  • Loading branch information
xxsimoxx and xxsimoxx authored May 31, 2024
1 parent defd77d commit 9b122bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -28,3 +27,4 @@ add_filter(
return '/assets/images';
}
);
```
4 changes: 2 additions & 2 deletions classicpress-directory-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b122bd

Please sign in to comment.