Changeset 2524362
- Timestamp:
- 04/30/2021 09:34:18 PM (5 years ago)
- Location:
- affiliate-bridge/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
affiliate-bridge.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
affiliate-bridge/trunk/README.md
r2523067 r2524362 75 75 ## Change log 76 76 77 * 1.0.2 78 * Fixed short description on Wordpress.org plugin library 79 77 80 * 1.0.1 78 81 * Fixed error with shortcode not being recognized 79 82 * Fixed image width issue in Chrome-based browsers 80 81 83 82 84 * 1.0.0 -
affiliate-bridge/trunk/affiliate-bridge.php
r2523067 r2524362 4 4 * Plugin URI: https://affiliate-bridge.com 5 5 * Description: Easily add product images from affiliate programs using shortcodes. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: David Lidor 8 8 * Author URI: https://www.bicycle-riding.com … … 49 49 // Add plugin shortcode 50 50 add_shortcode('affiliate-bridge', [$this, 'affiliate_bridge_output']); 51 52 // This incorrect shortcode added for those who used the 1.0.0 version 53 // TODO: Add a "deprecated" message and eventually remove entirely. 54 add_shortcode('affiliate_bridge', [$this, 'affiliate_bridge_output']); 51 55 52 56 $this->add_actions(); -
affiliate-bridge/trunk/readme.txt
r2523067 r2524362 6 6 Tested up to: 5.7.1 7 7 Requires PHP: 7.2 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 11 11 12 Affiliate Bridge for wordpress.12 Easily add product images from affiliate programs using shortcodes. 13 13 14 14 == Description == … … 86 86 == Changelog == 87 87 88 = 1.0.2 - Apr 30 2021 = 89 * Fixed short description on Wordpress.org plugin library 90 88 91 = 1.0.1 - Apr 28 2021 = 89 92 * Fixed error with shortcode not being recognized
Note: See TracChangeset
for help on using the changeset viewer.