Changeset 3403945
- Timestamp:
- 11/27/2025 10:03:27 AM (3 months ago)
- Location:
- repostra/trunk
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
repostra.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
repostra/trunk/README.md
r3403932 r3403945 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 8.0 8 8 License: GPLv2 or later -
repostra/trunk/repostra.php
r3403932 r3403945 4 4 * Plugin URI: https://repostra.app 5 5 * Description: Integrate Repostra content creation platform with your WordPress site. Automatically receive and publish blog posts from Repostra. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: AWcode Co Ltd 8 8 * License: GPL v2 or later … … 17 17 18 18 // Define plugin constants 19 define('REPOSTRA_PLUGIN_VERSION', '1.0. 6');19 define('REPOSTRA_PLUGIN_VERSION', '1.0.7'); 20 20 define('REPOSTRA_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('REPOSTRA_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.