Changeset 3478645
- Timestamp:
- 03/10/2026 12:31:24 AM (3 weeks ago)
- Location:
- organicstack-publisher/organicstack-publisher/trunk
- Files:
-
- 2 edited
-
organicstack-publisher.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
organicstack-publisher/organicstack-publisher/trunk/organicstack-publisher.php
r3478644 r3478645 4 4 * Plugin URI: https://organicstack.com 5 5 * Description: Clean API for automated WordPress content publishing with AI integration support. Designed for use with OrganicStack. 6 * Version: 1.0. 46 * Version: 1.0.5 7 7 * Author: OrganicStack 8 8 * License: GPLv2 or later … … 19 19 20 20 // Define plugin constants 21 define('ORGANICSTACK_PUBLISHER_VERSION', '1.0. 4');21 define('ORGANICSTACK_PUBLISHER_VERSION', '1.0.5'); 22 22 define('ORGANICSTACK_PUBLISHER_PLUGIN_DIR', plugin_dir_path(__FILE__)); 23 23 define('ORGANICSTACK_PUBLISHER_PLUGIN_URL', plugin_dir_url(__FILE__)); -
organicstack-publisher/organicstack-publisher/trunk/readme.txt
r3478644 r3478645 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 100 100 == Changelog == 101 101 102 = 1.0.5 = 103 * Removal of uneeded author utils 104 102 105 = 1.0.4 = 103 106 * Authors endpoints now return only users with Author role (excludes administrator and editor)
Note: See TracChangeset
for help on using the changeset viewer.