Skip to content

Commit 84146db

Browse files
xxsimoxxxxsimoxx
andauthored
Prepare for version 0.3.0 (#22)
Co-authored-by: xxsimoxx <simone@gieffeedizioni.it>
1 parent a0d42ab commit 84146db

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,13 @@
22

33
# Draft plugin for ClassicPress Directory integrator.
44

5-
Steps
6-
- [X] Create plugin update system that pulls from the directory
7-
- [X] Create plugin page
8-
- [X] Create theme update system that pulls from the directory
9-
- [X] Create theme page - done @ 0.1.4
5+
## Features
106

11-
## Plugin from the directory now can update as WP.org plugins.
7+
#### Plugins and Themes from ClassicPress Directory now can update as WP.org plugins.
128

13-
### Features
9+
#### Plugins from ClassicPress Directory now can be installed using the "Install CP Plugins" menu under "Plugins" menu.
1410

15-
- Only one API call is sent to the directory
16-
- Plugin having updates that are not compatible with current configuration are hilighted <img width="1086" alt="Schermata 2022-12-28 alle 14 57 37" src="https://user-images.githubusercontent.com/29772709/209845045-14921192-579c-42e0-8e89-e81716323dd5.png">
17-
- Images are pulled in (if they are in `images/` folder) <br /><img width="588" alt="Schermata 2023-01-02 alle 16 46 11" src="https://user-images.githubusercontent.com/29772709/210253842-b241321b-00dc-40ca-a7d0-e5b1c577935e.png">
18-
19-
20-
## Plugin from the directory now can be installed using the "Install CP plugins" menu under "Plugins" menu.
11+
#### Themes from ClassicPress Directory now can be installed using the "CP Themes" menu under "Appearance" menu.
2112

2213
## WP-CLI commands
2314

classicpress-directory-integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* -----------------------------------------------------------------------------
55
* Plugin Name: ClassicPress Directory Integration
66
* Description: Install and update plugins from ClassicPress directory and keep ClassicPress themes updated.
7-
* Version: 0.2.0
7+
* Version: 0.3.0
88
* Author: ClassicPress Contributors
99
* Author URI: https://www.classicpress.net
1010
* Plugin URI: https://www.classicpress.net

includes/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
die();
1717
}
1818

19-
define ('CLASSICPRESS_DIRECTORY_INTEGRATION_VERSION', '0.2.0');
19+
// define ('CLASSICPRESS_DIRECTORY_INTEGRATION_VERSION', '0.2.0'); Maybe remove if unused
2020
define ('CLASSICPRESS_DIRECTORY_INTEGRATION_URL', 'https://directory.classicpress.net/wp-json/wp/v2/');

0 commit comments

Comments
 (0)