Changeset 3453194
- Timestamp:
- 02/03/2026 07:04:14 PM (2 months ago)
- Location:
- blogsync
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from blogsync/trunk)
-
tags/1.1.1/blogsync.php (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/blogsync.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blogsync/tags/1.1.1/blogsync.php
r3442811 r3453194 1 1 <?php 2 2 /** 3 * Plugin Name: BlogSync 3 * Plugin Name: BlogSync – Convert & Publish Google Docs to WordPress 4 4 * 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. 05 * Version: 1.1.1 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.4 … … 17 17 } 18 18 19 define('BLOGSYNC_VERSION', '1.1. 0');19 define('BLOGSYNC_VERSION', '1.1.1'); 20 20 define('BLOGSYNC_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('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 === 2 2 Contributors: cslingerland 3 3 Tags: document converter, word to html, docx converter, content migration, image optimization … … 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
blogsync/trunk/blogsync.php
r3442811 r3453194 1 1 <?php 2 2 /** 3 * Plugin Name: BlogSync 3 * Plugin Name: BlogSync – Convert & Publish Google Docs to WordPress 4 4 * 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. 05 * Version: 1.1.1 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.4 … … 17 17 } 18 18 19 define('BLOGSYNC_VERSION', '1.1. 0');19 define('BLOGSYNC_VERSION', '1.1.1'); 20 20 define('BLOGSYNC_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('BLOGSYNC_PLUGIN_URL', plugin_dir_url(__FILE__)); -
blogsync/trunk/readme.txt
r3442811 r3453194 1 === BlogSync ===1 === BlogSync – Convert & Publish Google Docs to WordPress === 2 2 Contributors: cslingerland 3 3 Tags: document converter, word to html, docx converter, content migration, image optimization … … 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.