Plugin Directory

Changeset 3403945


Ignore:
Timestamp:
11/27/2025 10:03:27 AM (3 months ago)
Author:
awcode
Message:

fix posting

Location:
repostra/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • repostra/trunk/README.md

    r3403932 r3403945  
    44Requires at least: 6.0
    55Tested up to: 6.8
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77Requires PHP: 8.0
    88License: GPLv2 or later
  • repostra/trunk/repostra.php

    r3403932 r3403945  
    44 * Plugin URI: https://repostra.app
    55 * Description: Integrate Repostra content creation platform with your WordPress site. Automatically receive and publish blog posts from Repostra.
    6  * Version: 1.0.6
     6 * Version: 1.0.7
    77 * Author: AWcode Co Ltd
    88 * License: GPL v2 or later
     
    1717
    1818// Define plugin constants
    19 define('REPOSTRA_PLUGIN_VERSION', '1.0.6');
     19define('REPOSTRA_PLUGIN_VERSION', '1.0.7');
    2020define('REPOSTRA_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('REPOSTRA_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.