Plugin Directory

Changeset 2733340


Ignore:
Timestamp:
05/29/2022 06:59:07 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with WP version 6.0.

Fixed some css for Badge Position related issue.

Location:
woo-badge-designer-lite
Files:
119 added
3 edited

Legend:

Unmodified
Added
Removed
  • woo-badge-designer-lite/trunk/css/wobd-frontend.css

    r2637311 r2733340  
    9393    margin-left: 0;
    9494}
    95 .wobd-text-template-1.wobd-position-right_top{
    96     margin-top: 15px;
     95.wobd-text-template-1.wobd-position-right_top {
     96    margin-top: 10px;
    9797    margin-right: 0;
     98    margin-left: 15px;
     99    margin-right: 10px;
     100    padding: 10px;
    98101}
    99102.wobd-text-template-1.wobd-position-left_bottom{
  • woo-badge-designer-lite/trunk/readme.txt

    r2678822 r2733340  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.9
    7 Stable tag: 1.1.2
     6Tested up to: 6.0
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    104104
    105105== Changelog ==
     106= 1.1.3 =
     107* Checked compatibility with WP version 6.0.
     108* Fixed some css for Badge Position realted issue.
    106109
    107110= 1.1.2 =
  • woo-badge-designer-lite/trunk/woo-badge-designer-lite.php

    r2678822 r2733340  
    66 * Plugin URI:  https://accesspressthemes.com/wordpress-plugins/woo-badge-designer-lite/
    77 * Description: Badge Designer Lite is your ideal WordPress plugin to transform the default WooCommerce sale badges into more appealing badge designs. This advance plugin helps you add text, image and icon labels to your products in a jiffy. And the labels that can be added via this plugin come in super handy when there is any sale, discount, special features, unique product information.
    8  * Version:     1.1.2
     8 * Version:     1.1.3
    99 * Author:      AccessPress Themes
    1010 * Author URI:  http://accesspressthemes.com/
     
    3131            defined( 'WOBD_CSS_DIR' ) or define( 'WOBD_CSS_DIR', plugin_dir_url( __FILE__ ) . 'css/' );
    3232            defined( 'WOBD_JS_DIR' ) or define( 'WOBD_JS_DIR', plugin_dir_url( __FILE__ ) . 'js/' );
    33             defined( 'WOBD_VERSION' ) or define( 'WOBD_VERSION', '1.1.2' );
     33            defined( 'WOBD_VERSION' ) or define( 'WOBD_VERSION', '1.1.3' );
    3434            defined( 'WOBD_TD' ) or define( 'WOBD_TD', 'woo-badge-designer-lite' );
    3535        }
Note: See TracChangeset for help on using the changeset viewer.