Plugin Directory

Changeset 3442778


Ignore:
Timestamp:
01/19/2026 07:48:37 PM (2 months ago)
Author:
soroseo
Message:

Version 1.3.1 - Updated plugin name for better discoverability

Location:
soro-seo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soro-seo/trunk/readme.txt

    r3442766 r3442778  
    1 === Soro SEO ===
     1=== Soro - SEO Autopilot & AI Content Writer ===
    22Contributors: soroseo
    33Tags: seo, content, automation, ai, publishing
     
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 **Soro SEO** is a lightweight plugin that connects your WordPress site to [Soro](https://trysoro.com), an AI-powered SEO content platform that automatically generates and publishes optimized articles to your blog.
     15**Soro** is a lightweight plugin that connects your WordPress site to [Soro](https://trysoro.com), an AI-powered SEO content platform that automatically generates and publishes optimized articles to your blog.
    1616
    1717= Features =
     
    9191== Changelog ==
    9292
     93= 1.3.1 =
     94* Updated plugin name for better discoverability in WordPress plugin directory
     95
    9396= 1.3.0 =
    9497* Added IndexNow support for instant Bing/search engine indexing
     
    115118== Upgrade Notice ==
    116119
     120= 1.3.1 =
     121Updated plugin name for better discoverability.
     122
    117123= 1.3.0 =
    118124New IndexNow integration for instant Bing indexing. Recommended for all users.
  • soro-seo/trunk/soro-seo.php

    r3442766 r3442778  
    11<?php
    22/**
    3  * Plugin Name: Soro SEO
     3 * Plugin Name: Soro - SEO Autopilot & AI Content Writer
    44 * Plugin URI: https://trysoro.com/wordpress
    55 * Description: Connect your WordPress site to Soro for automatic AI-powered article publishing.
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: Soro
    88 * Author URI: https://trysoro.com
     
    1919}
    2020
    21 define('SORO_CONNECTOR_VERSION', '1.3.0');
     21define('SORO_CONNECTOR_VERSION', '1.3.1');
    2222define('SORO_CONNECTOR_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2323define('SORO_CONNECTOR_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.