Changeset 3420744
- Timestamp:
- 12/16/2025 08:22:49 AM (4 months ago)
- Location:
- teams-publisher/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
teams-publisher.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
teams-publisher/trunk/readme.txt
r3187343 r3420744 4 4 Tags: comments, spam, teams, publish, publisher 5 5 Requires at least: 6.3 6 Tested up to: 6. 7.07 Stable tag: 1.1. 46 Tested up to: 6.9 7 Stable tag: 1.1.7 8 8 Requires PHP: 8.1 9 9 License: GPLv2 or later … … 69 69 * improved required issues 70 70 71 = 1.1.6 = 72 * Tested up to WordPress 6.9 73 71 74 == Upgrade Notice == 72 75 -
teams-publisher/trunk/teams-publisher.php
r3187343 r3420744 17 17 * Plugin URI: https://www.cownected.com 18 18 * Description: Teams Share: Easily share your WordPress posts to Microsoft Teams. 19 * Version: 1.1. 419 * Version: 1.1.7 20 20 * Author: cownected 21 21 * Author URI: https://www.cownected.com/ … … 43 43 * Rename this for your plugin and update it as you release new versions. 44 44 */ 45 const MS_TEAMS_PUBLISHER_VERSION = '1.1. 4';45 const MS_TEAMS_PUBLISHER_VERSION = '1.1.7'; 46 46 47 47 /**
Note: See TracChangeset
for help on using the changeset viewer.