From 49aed34325e9089a245a18f29302d38cec5c3104 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 21 Feb 2020 15:44:24 +0200 Subject: [PATCH] Rename PIO Plus to Professional --- README.rst | 4 ++-- docs | 2 +- platformio/maintenance.py | 8 -------- platformio/managers/core.py | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 992b7c0c..0122741d 100644 --- a/README.rst +++ b/README.rst @@ -58,8 +58,8 @@ Instruments * `Continuous Integration `_ * `Advanced Scripting API `_ -PIO Plus --------- +Professional +------------ * `PIO Check `_ * `PIO Remote `_ diff --git a/docs b/docs index a6a059f8..610d40f7 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a6a059f87e8903046809d8cb3ab6fbbf9cfe0d7e +Subproject commit 610d40f7e7b23d165abb7a3ba0b20688ed3b7719 diff --git a/platformio/maintenance.py b/platformio/maintenance.py index c9b3d742..9a0c85e9 100644 --- a/platformio/maintenance.py +++ b/platformio/maintenance.py @@ -186,14 +186,6 @@ def after_upgrade(ctx): click.style("https://platformio.org/platformio-ide", fg="cyan"), ) ) - if not is_ci(): - click.echo( - "- %s us with PlatformIO Plus > %s" - % ( - click.style("support", fg="cyan"), - click.style("https://pioplus.com", fg="cyan"), - ) - ) click.echo("*" * terminal_width) click.echo("") diff --git a/platformio/managers/core.py b/platformio/managers/core.py index 55a0ece4..64d48085 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -190,7 +190,7 @@ def get_contrib_pysite_deps(): def pioplus_call(args, **kwargs): if WINDOWS and sys.version_info < (2, 7, 6): raise exception.PlatformioException( - "PlatformIO Core Plus v%s does not run under Python version %s.\n" + "PlatformIO Remote v%s does not run under Python version %s.\n" "Minimum supported version is 2.7.6, please upgrade Python.\n" "Python 3 is not yet supported.\n" % (__version__, sys.version) )