Plugin Directory

Changeset 2958178


Ignore:
Timestamp:
08/25/2023 06:28:12 AM (3 years ago)
Author:
managedorg
Message:

height auto is applied

Location:
managedorg-product-driver
Files:
59 added
3 edited

Legend:

Unmodified
Added
Removed
  • managedorg-product-driver/trunk/css/modd_style.css

    r2957667 r2958178  
    962962    float: right;
    963963}
    964 .modd_img_href_a img{
    965     height:194px !important;
    966 }
    967964.modd_campaign_list_ul {
    968965    display: flex;
  • managedorg-product-driver/trunk/donative.php

    r2958176 r2958178  
    44Plugin URI: https://wordpress.org/plugins/managedorg-product-driver/
    55Description: Managedorg Product Driver for Amazon Business Integration.
    6 Version: 1.0.7.5.8
     6Version: 1.0.7.5.9
    77Author: Managedorg
    88Author URI: https://managedorg.io/
     
    1111   
    1212if (!class_exists('MODD_Donation')) :
    13 define('MODD_VERSION', '1.0.7.5.8');
     13define('MODD_VERSION', '1.0.7.5.9');
    1414define('MODD_PLUGIN_URL', plugin_dir_url(__FILE__));
    1515define('MODD_PLUGIN_MAIN_PATH', plugin_dir_path(__FILE__));
  • managedorg-product-driver/trunk/readme.txt

    r2958176 r2958178  
    44Requires at least: 4.7
    55Tested up to: 6.2
    6 Stable tag: 1.0.7.5.8
     6Stable tag: 1.0.7.5.9
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    144144* Pricing format modified.
    145145
    146 = 1.0.7.5.8=
     146= 1.0.7.5.9=
    147147* New design
    148148* New shortcode attributes products_per_page, campaigns_per_page, cart_checkbox
Note: See TracChangeset for help on using the changeset viewer.