Plugin Directory

Changeset 3478645


Ignore:
Timestamp:
03/10/2026 12:31:24 AM (3 weeks ago)
Author:
organicstack
Message:

1.0.5 update

Location:
organicstack-publisher/organicstack-publisher/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • organicstack-publisher/organicstack-publisher/trunk/organicstack-publisher.php

    r3478644 r3478645  
    44 * Plugin URI: https://organicstack.com
    55 * Description: Clean API for automated WordPress content publishing with AI integration support. Designed for use with OrganicStack.
    6  * Version: 1.0.4
     6 * Version: 1.0.5
    77 * Author: OrganicStack
    88 * License: GPLv2 or later
     
    1919
    2020// Define plugin constants
    21 define('ORGANICSTACK_PUBLISHER_VERSION', '1.0.4');
     21define('ORGANICSTACK_PUBLISHER_VERSION', '1.0.5');
    2222define('ORGANICSTACK_PUBLISHER_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2323define('ORGANICSTACK_PUBLISHER_PLUGIN_URL', plugin_dir_url(__FILE__));
  • organicstack-publisher/organicstack-publisher/trunk/readme.txt

    r3478644 r3478645  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.5
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    100100== Changelog ==
    101101
     102= 1.0.5 =
     103* Removal of uneeded author utils
     104
    102105= 1.0.4 =
    103106* Authors endpoints now return only users with Author role (excludes administrator and editor)
Note: See TracChangeset for help on using the changeset viewer.