Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Mar 6, 2019
1 parent 87d63af commit e8972af
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ most common needs of a business website.
ClassicPress is compatible with all plugins and themes that work in WordPress
`4.9.x`, so migration is easy.

**PLEASE NOTE:** ClassicPress is currently in the beta release stage. It is stable,
but it is important to take a backup before switching a live production site to
ClassicPress. Please also ensure any known conflicting plugins are **deactivated**
(see list
**PLEASE NOTE:** ClassicPress is stable software, but it is important to take a
backup before switching a live production site to ClassicPress. Please also
ensure any known conflicting plugins are **deactivated** (see list
[here](https://docs.classicpress.net/installing-classicpress/#plugin-conflicts)).

## Installation
Expand Down Expand Up @@ -57,20 +56,15 @@ If something is wrong, please let us know in
### Will my current plugins and themes work in ClassicPress?

If your current plugins work in WordPress 4.9.x, they will work in ClassicPress
too. If you’re seeing something otherwise, that’s probably a bug with
too. If you’re seeing something otherwise, that may be a bug with
ClassicPress, and we’d appreciate you reporting it on
[our support forum](https://forums.classicpress.net/c/support/)
or
[GitHub](https://github.com/ClassicPress).

### I’m a developer, will I need to learn any new language or framework to develop in ClassicPress?

Not unless you want to! We have some exciting features planned for version 2
and beyond, but they will all be optional and fully backwards-compatible.

### How can I use this plugin with an unsupported version of WordPress?

This plugin currently supports migrating from WordPress 4.9.0 through 5.0.3, as
This plugin currently supports migrating from WordPress 4.9.0 through 5.1.0, as
well as a few newer development versions.

If you would like to migrate from a different version of WordPress **at your
Expand Down Expand Up @@ -143,3 +137,10 @@ supports migrating multisite WordPress installations to ClassicPress.
### 0.5.2

- Support migrating from WP up to 5.0.3.

### 1.0.0

- Support migrating from WP up to 5.1.0.
- Switch to ClassicPress `1.0.0` by default.
- Add an advanced feature that allows switching to any version of WordPress or
ClassicPress.
2 changes: 1 addition & 1 deletion lib/admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ function classicpress_show_migration_blocked_info() {
* Show the controls and information needed to migrate to any version of
* WordPress or ClassicPress.
*
* @since 0.6.0
* @since 1.0.0
*
* @bool $ok Whether we can continue with a custom migration. This is used to
* hide the "advanced controls" button if preflight checks failed.
Expand Down
2 changes: 1 addition & 1 deletion lib/check-core-files.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function classicpress_check_core_files( $locale = 'en_US' ) {
/**
* Check for known conflicting files.
*
* @since 0.6.0
* @since 1.0.0
*
* @return array An array of conflicting filenames (empty if no conflits).
*/
Expand Down
2 changes: 1 addition & 1 deletion switch-to-classicpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Switch to ClassicPress
* Plugin URI: https://github.com/ClassicPress/ClassicPress-Migration-Plugin
* Description: Switch your WordPress installation to ClassicPress.
* Version: 0.5.2
* Version: 1.0.0
* Tested up to: 5.0.3
* Author: ClassicPress
* Author URI: https://www.classicpress.net
Expand Down

0 comments on commit e8972af

Please sign in to comment.