diff --git a/README.md b/README.md index b8d32b0..63b8eb1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ WP Total Branding WP Total Branding is complete branding solution for your WordPress. Check out features below; -__Docs__: [handyplugins.co/wptb-docs/](https://handyplugins.co/wptb-docs/) - ### Features - Remove or change site generator @@ -23,11 +21,6 @@ __Docs__: [handyplugins.co/wptb-docs/](https://handyplugins.co/wptb-docs/) - Custom CSS for website - Global content: add custom content to header or footer to all websites. - -## Documentation -Our knowledge base is available on [handyplugins.co/wptb-docs/](https://handyplugins.co/wptb-docs/) - - ## Setup 1. Upload the `wp-total-branding` folder to the `/wp-content/plugins/` directory 2. Activate the WP Total branding plugin through the 'Plugins' menu in WordPress. (If you are using multisite, activate network wide) diff --git a/languages/wp-total-branding.pot b/languages/wp-total-branding.pot index 298d585..f78f83a 100644 --- a/languages/wp-total-branding.pot +++ b/languages/wp-total-branding.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2017 HandyPlugins, Mustafa Uysal +# Copyright (C) 2021 HandyPlugins # This file is distributed under the same license as the WP Total Branding package. msgid "" msgstr "" -"Project-Id-Version: WP Total Branding 1.0\n" +"Project-Id-Version: WP Total Branding 1.0.4\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/wp-total-branding\n" -"POT-Creation-Date: 2017-07-16 18:39:23+00:00\n" +"POT-Creation-Date: 2021-03-26 10:17:55+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "X-Generator: grunt-wp-i18n 0.5.4\n" @@ -196,7 +196,9 @@ msgid "REST-API status" msgstr "" #: includes/options/rest-api.php:18 -msgid "You can control REST-API" +msgid "" +"You can control REST-API. Block Editor uses rest endpoints, so do not " +"disable it if you are using block editor." msgstr "" #: includes/options/rest-api.php:26 @@ -250,7 +252,7 @@ msgid "Please update your WordPress or deactivate WP Total Branding." msgstr "" #. Plugin URI of the plugin/theme -msgid "https://handyplugins.co/product/wp-total-branding/" +msgid "https://handyplugins.co/wp-total-branding/" msgstr "" #. Description of the plugin/theme @@ -258,7 +260,7 @@ msgid "Simple and powerful branding solution for WordPress." msgstr "" #. Author of the plugin/theme -msgid "HandyPlugins, Mustafa Uysal" +msgid "HandyPlugins" msgstr "" #. Author URI of the plugin/theme diff --git a/package.json b/package.json index 1510082..15553cc 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,3 @@ - { "name": "wp-total-branding", "version": "0.1.0", diff --git a/readme.txt b/readme.txt index 61b453c..b56f685 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: skopco, handyplugins, m_uysl Tags: branding, custom-logo, admin menu, customize, while-label Requires at least: 4.0 -Tested up to: 5.6 -Stable tag: 1.0.3 +Tested up to: 5.7 +Stable tag: 1.0.4 License: GPLv3 Requires PHP: 5.2.4 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -54,6 +54,10 @@ Yes, indeed! Enable plugin by activating network wide and visit `Network Admin > == Changelog == += 1.0.4 (March 26, 2021) = +- Tested with WP 5.7 +- Minor tweaks + = 1.0.3 (Dec 8, 2020) = - Correct version number diff --git a/wp-total-branding.php b/wp-total-branding.php index 8be7989..1b46dd5 100644 --- a/wp-total-branding.php +++ b/wp-total-branding.php @@ -7,7 +7,7 @@ * Author URI: https://handyplugins.co * Text Domain: wp-total-branding * Domain Path: /languages - * Version: 1.0.3 + * Version: 1.0.4 * * @package WP_Total_Branding */ @@ -75,7 +75,7 @@ private function setup_constants() { } if ( ! defined( 'WPTB_PLUGIN_VERSION' ) ) { - define( 'WPTB_PLUGIN_VERSION', '1.0.3' ); + define( 'WPTB_PLUGIN_VERSION', '1.0.4' ); } if ( ! defined( 'WPTB_PLUGIN_DIR' ) ) {