Plugin Directory

Changeset 2474871


Ignore:
Timestamp:
02/15/2021 01:28:11 PM (5 years ago)
Author:
semrush
Message:

Approved support of WordPress 5.6

Location:
semrush-seo-writing-assistant/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • semrush-seo-writing-assistant/trunk/admin/class-semrushswa-metabox.php

    r2258959 r2474871  
    9696            add_meta_box(
    9797                'swa-meta-box',
    98                 __( 'SEMrush SEO Writing Assistant' ),
     98                __( 'Semrush SEO Writing Assistant' ),
    9999                array( $this, 'render_metabox' ),
    100100                $this->get_metabox_post_types(),
  • semrush-seo-writing-assistant/trunk/changelog.txt

    r2322277 r2474871  
     11.2.0   Approved support of WordPress 5.6
     2        Updated readme.txt
     3
    141.1.1   Updated readme.txt
    25
  • semrush-seo-writing-assistant/trunk/license.txt

    r1950877 r2474871  
    1 Copyright © 2018, SEMrush CY Ltd.
    2   This file is a part of SEMrush SEO Writing Assistant plugin for WordPress.
    3 SEMrush SEO Writing Assistant plugin for WordPress is free software: you can
     1Copyright © 2021, SEMrush CY Ltd.
     2  This file is a part of Semrush SEO Writing Assistant plugin for WordPress.
     3Semrush SEO Writing Assistant plugin for WordPress is free software: you can
    44redistribute it and/or modify it under the terms of GNU General Public License
    55as published by the Free Software Foundation, either version 2 of the License,
    66or (at your opinion) any later version.
    7   SEMrush SEO Writing Assistant plugin for WordPress is distributed in the hope
     7  Semrush SEO Writing Assistant plugin for WordPress is distributed in the hope
    88that it will be useful, but WITHOUT ANY WARRANTY;
    99without even the implied warranty of MERCHANTABILITY
  • semrush-seo-writing-assistant/trunk/readme.txt

    r2387025 r2474871  
    1 === SEMrush SEO Writing Assistant ===
     1=== Semrush SEO Writing Assistant ===
    22Contributors: semrush
    33Tags: seo, readability, content analysis, content marketing
     
    55Requires PHP: 5.2.4
    66Stable tag: trunk
    7 Tested up to: 5.5
     7Tested up to: 5.6
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 The SEMrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top 10.
     11The Semrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top 10.
    1212
    1313== Description ==
    1414
    15 The SEMrush SEO Writing Assistant provides instant recommendations for content optimization based on the qualities of Google’s top 10-ranking pages for your given keywords in a given location. Content professionals, bloggers and marketing experts can check if their texts or the texts of external writers meet various content-quality requirements in just a few clicks.
     15The Semrush SEO Writing Assistant provides instant recommendations for content optimization based on the qualities of Google’s top 10-ranking pages for your given keywords in a given location. Content professionals, bloggers and marketing experts can check if their texts or the texts of external writers meet various content-quality requirements in just a few clicks.
    1616
    1717### Features
     
    2727### How it works?
    2828
    29 1. Connect or register a SEMrush account for free.
     291. Connect or register a Semrush account for free.
    30302. Set your target keywords to get recommendations for your content.
    31313. Select a target location and device (desktop or mobile).
     
    3434### Is it free?
    3535
    36 In order to run the SEO Writing Assistant, you will need a SEMrush account to create an SEO content template. With a free or Pro SEMrush account, you can create one recommendation set (tied to a document) for a lifetime. Higher tier accounts have different keyword budgets depending on the subscription plan, as well as access to the full power of SEMrush Content Marketing Toolkit.
     36In order to run the SEO Writing Assistant, you will need a Semrush account to create an SEO content template. With a free or Pro SEMrush account, you can create one recommendation set (tied to a document) for a lifetime. Higher tier accounts have different keyword budgets depending on the subscription plan, as well as access to the full power of Semrush Content Marketing Platform.
    3737
    3838Also, if someone (e.g., your Content Manager) has already created SEO content template and connected it to a post, anyone who has access to the post will be able to see the SEO Writing Assistant interface.
     
    4545== Technical details ==
    4646
    47 Please be aware that the plugin uses a third-party code provided by the [SEMrush SEO Writing Assistant](https://www.semrush.com/swa/) tool that is not reviewed by the WordPress team. To analyze your text, the plugin will send it to SEMrush API where texts can also be stored for statistical analysis. To improve user experience, telemetry data is collected by Google Analytics.
     47Please be aware that the plugin uses a third-party code provided by the [Semrush SEO Writing Assistant](https://www.semrush.com/swa/) tool that is not reviewed by the WordPress team. To analyze your text, the plugin will send it to Semrush API where texts can also be stored for statistical analysis. To improve user experience, telemetry data is collected by Google Analytics.
    4848
    4949See also
    5050
    51 [SEMrush Privacy Policy](https://www.semrush.com/company/legal/privacy-policy/)
    52 [SEMrush Terms and Conditions](https://www.semrush.com/company/legal/terms-of-use/)
     51[Semrush Privacy Policy](https://www.semrush.com/company/legal/privacy-policy/)
     52[Semrush Terms and Conditions](https://www.semrush.com/company/legal/terms-of-use/)
  • semrush-seo-writing-assistant/trunk/semrush-seo-writing-assistant.php

    r2322277 r2474871  
    1818 *
    1919 * @wordpress-plugin
    20  * Plugin Name:       SEMrush SEO Writing Assistant
     20 * Plugin Name:       Semrush SEO Writing Assistant
    2121 * Plugin URI:        https://www.semrush.com/swa/
    22  * Description:       The SEMrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top-10.
    23  * Version:           1.1.1
    24  * Author:            SEMrush
     22 * Description:       The Semrush SEO Writing Assistant provides instant recommendations for content optimization based on the best-performing articles in the Google top-10.
     23 * Version:           1.2.0
     24 * Author:            Semrush
    2525 * Author URI:        https://www.semrush.com/
    2626 * License:           GPL-2.0+
     
    3737 * Current plugin version.
    3838 */
    39 define( 'SEMRUSH_SEO_WRITING_ASSISTANT_VERSION', '1.1.1' );
     39define( 'SEMRUSH_SEO_WRITING_ASSISTANT_VERSION', '1.2.0' );
    4040
    4141/**
Note: See TracChangeset for help on using the changeset viewer.