Plugin Directory

Changeset 2524362


Ignore:
Timestamp:
04/30/2021 09:34:18 PM (5 years ago)
Author:
affiliatebridge
Message:

Version 1.0.2

Location:
affiliate-bridge/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • affiliate-bridge/trunk/README.md

    r2523067 r2524362  
    7575## Change log
    7676
     77* 1.0.2
     78    * Fixed short description on Wordpress.org plugin library
     79
    7780* 1.0.1
    7881    * Fixed error with shortcode not being recognized
    7982    * Fixed image width issue in Chrome-based browsers
    80 
    8183
    8284* 1.0.0
  • affiliate-bridge/trunk/affiliate-bridge.php

    r2523067 r2524362  
    44 * Plugin URI:  https://affiliate-bridge.com
    55 * Description: Easily add product images from affiliate programs using shortcodes.
    6  * Version:     1.0.1
     6 * Version:     1.0.2
    77 * Author:      David Lidor
    88 * Author URI:  https://www.bicycle-riding.com
     
    4949            // Add plugin shortcode
    5050            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']);
    5155
    5256            $this->add_actions();
  • affiliate-bridge/trunk/readme.txt

    r2523067 r2524362  
    66Tested up to: 5.7.1
    77Requires PHP: 7.2
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
    1111
    12 Affiliate Bridge for wordpress.
     12Easily add product images from affiliate programs using shortcodes.
    1313
    1414== Description ==
     
    8686== Changelog ==
    8787
     88= 1.0.2 - Apr 30 2021 =
     89* Fixed short description on Wordpress.org plugin library
     90
    8891= 1.0.1 - Apr 28 2021 =
    8992* Fixed error with shortcode not being recognized
Note: See TracChangeset for help on using the changeset viewer.