Changeset 3438866
- Timestamp:
- 01/13/2026 05:44:04 PM (3 months ago)
- Location:
- rss-to-post-generator
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.0 (copied) (copied from rss-to-post-generator/trunk)
-
tags/1.1.0/readme.txt (modified) (1 diff)
-
tags/1.1.0/rss2post.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/rss2post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rss-to-post-generator/tags/1.1.0/readme.txt
r3438853 r3438866 138 138 == Changelog == 139 139 140 = 1.1.0 = 141 * Updating plugin version 142 140 143 = 1.0.9 = 141 144 * Fixing critical php error. -
rss-to-post-generator/tags/1.1.0/rss2post.php
r3438853 r3438866 3 3 * Plugin Name: RSS to Post Generator 4 4 * Description: Generate blog posts from RSS feeds using AI content generation 5 * Version: 1. 0.95 * Version: 1.1.0 6 6 * Author: Samuel Bezerra Gomes 7 7 * License: GPL v2 or later … … 15 15 16 16 // Define plugin constants 17 define('RSS2POST_VERSION', '1. 0.9');17 define('RSS2POST_VERSION', '1.1.0'); 18 18 define('RSS2POST_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('RSS2POST_PLUGIN_URL', plugin_dir_url(__FILE__)); -
rss-to-post-generator/trunk/readme.txt
r3438853 r3438866 138 138 == Changelog == 139 139 140 = 1.1.0 = 141 * Updating plugin version 142 140 143 = 1.0.9 = 141 144 * Fixing critical php error. -
rss-to-post-generator/trunk/rss2post.php
r3438853 r3438866 3 3 * Plugin Name: RSS to Post Generator 4 4 * Description: Generate blog posts from RSS feeds using AI content generation 5 * Version: 1. 0.95 * Version: 1.1.0 6 6 * Author: Samuel Bezerra Gomes 7 7 * License: GPL v2 or later … … 15 15 16 16 // Define plugin constants 17 define('RSS2POST_VERSION', '1. 0.9');17 define('RSS2POST_VERSION', '1.1.0'); 18 18 define('RSS2POST_PLUGIN_DIR', plugin_dir_path(__FILE__)); 19 19 define('RSS2POST_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.