Plugin Directory

Changeset 3453194


Ignore:
Timestamp:
02/03/2026 07:04:14 PM (2 months ago)
Author:
cslingerland
Message:

Version 1.1.1 - Updated plugin display name

Location:
blogsync
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blogsync/tags/1.1.1/blogsync.php

    r3442811 r3453194  
    11<?php
    22/**
    3  * Plugin Name: BlogSync
     3 * Plugin Name: BlogSync – Convert & Publish Google Docs to WordPress
    44 * Description: Connect your WordPress site to BlogSync for seamless document-to-post publishing. Convert Google Docs and Word documents in the BlogSync dashboard and publish directly to your WordPress website.
    5  * Version: 1.1.0
     5 * Version: 1.1.1
    66 * Requires at least: 5.0
    77 * Requires PHP: 7.4
     
    1717}
    1818
    19 define('BLOGSYNC_VERSION', '1.1.0');
     19define('BLOGSYNC_VERSION', '1.1.1');
    2020define('BLOGSYNC_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('BLOGSYNC_PLUGIN_URL', plugin_dir_url(__FILE__));
  • blogsync/tags/1.1.1/readme.txt

    r3442811 r3453194  
    1 === BlogSync ===
     1=== BlogSync – Convert & Publish Google Docs to WordPress ===
    22Contributors: cslingerland
    33Tags: document converter, word to html, docx converter, content migration, image optimization
     
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • blogsync/trunk/blogsync.php

    r3442811 r3453194  
    11<?php
    22/**
    3  * Plugin Name: BlogSync
     3 * Plugin Name: BlogSync – Convert & Publish Google Docs to WordPress
    44 * Description: Connect your WordPress site to BlogSync for seamless document-to-post publishing. Convert Google Docs and Word documents in the BlogSync dashboard and publish directly to your WordPress website.
    5  * Version: 1.1.0
     5 * Version: 1.1.1
    66 * Requires at least: 5.0
    77 * Requires PHP: 7.4
     
    1717}
    1818
    19 define('BLOGSYNC_VERSION', '1.1.0');
     19define('BLOGSYNC_VERSION', '1.1.1');
    2020define('BLOGSYNC_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('BLOGSYNC_PLUGIN_URL', plugin_dir_url(__FILE__));
  • blogsync/trunk/readme.txt

    r3442811 r3453194  
    1 === BlogSync ===
     1=== BlogSync – Convert & Publish Google Docs to WordPress ===
    22Contributors: cslingerland
    33Tags: document converter, word to html, docx converter, content migration, image optimization
     
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.