Skip to content

Commit 9b122bd

Browse files
xxsimoxxxxsimoxx
and
xxsimoxx
authored
Prepare for v1.0.0 (#28)
Co-authored-by: xxsimoxx <[email protected]>
1 parent defd77d commit 9b122bd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
![ClassicPress Directory Integration Plugin logo](images/banner-772x250.png "ClassicPress Directory Integration Plugin")
22

3-
# Draft plugin for ClassicPress Directory integrator.
3+
# ClassicPress Directory integrator.
44

55
## Features
66

7-
#### Plugins and Themes from ClassicPress Directory now can update as WP.org plugins.
8-
9-
#### Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu.
10-
11-
#### Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu.
7+
- Plugins and themes from [ClassicPress Directory](https://directory.classicpress.net/) now can update as WP.org plugins.
8+
- Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu.
9+
- Themes from ClassicPress Directory now can be installed using the "Install CP Themes" menu under "Appearance" menu.
1210

1311
## WP-CLI commands
1412

@@ -19,6 +17,7 @@
1917
#### `apply_filters( "cpdi_images_folder_{$plugin}", string $folder )`
2018
Filters the folder where we search for icons and banners.
2119
The filtered path is relative to the plugin's directory.
20+
Default is `/images`.
2221

2322
Example:
2423
```php
@@ -28,3 +27,4 @@ add_filter(
2827
return '/assets/images';
2928
}
3029
);
30+
```

classicpress-directory-integration.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* -----------------------------------------------------------------------------
55
* Plugin Name: ClassicPress Directory Integration
6-
* Description: Install and update plugins from ClassicPress directory and keep ClassicPress themes updated.
7-
* Version: 0.3.2
6+
* Description: Install and update plugins and themes from ClassicPress directory.
7+
* Version: 1.0.0
88
* Author: ClassicPress Contributors
99
* Author URI: https://www.classicpress.net
1010
* Plugin URI: https://www.classicpress.net

0 commit comments

Comments
 (0)