Plugin Directory

Changeset 2935186


Ignore:
Timestamp:
07/06/2023 02:04:01 PM (2 years ago)
Author:
wpcox
Message:

version update to 1.0.3

Location:
labelbaker/trunk
Files:
129 added
114 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • labelbaker/trunk/includes/assets.php

    r2932834 r2935186  
    2020        }
    2121
    22         wp_enqueue_script('xls', 'https://cdn.sheetjs.com/xlsx-latest/package/dist/xlsx.full.min.js', array(), false, false);
    23         wp_enqueue_style('gf-css', 'https://fonts.googleapis.com/css?family=Libre+Barcode+39|Libre+Barcode+128', array(), false);
     22        wp_enqueue_script('xls', 'https://cdn.sheetjs.com/xlsx-latest/package/dist/xlsx.full.min.js', array(), LABELBAKER_VERSION, false);
     23        wp_enqueue_style('gf-css', 'https://fonts.googleapis.com/css?family=Libre+Barcode+39|Libre+Barcode+128', array(), LABELBAKER_VERSION);
     24        wp_enqueue_script('jspdf', 'https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js', array(), LABELBAKER_VERSION, false);
    2425
    25         $script_file = 'index.88a43ea0.js';
    26         $style_file = 'index.e963cf9c.css';
     26        $script_file = 'index.646a88df.js';
     27        $style_file = 'index.fe0f6515.css';
    2728        $script_url = defined('LABELBAKER_DEV') ? 'http://localhost:5173/app/main.js' : LABELBAKER_ASSETS_URL . '/' . $script_file;
    2829
  • labelbaker/trunk/labelbaker.php

    r2932834 r2935186  
    55 * Description: Make images, pdf, labels, banners, thumbnails, ads, and more.
    66 * Plugin URI:  https://wpcox.com/labelbaker
    7  * Version:     1.0.2
     7 * Version:     1.0.3
    88 * Author:      wpcox
    99 * Author URI:  https://wpcox.com/
     
    2525    public function __construct()
    2626    {
    27         define('LABELBAKER_VERSION', '1.0.2');
     27        define('LABELBAKER_VERSION', '1.0.3');
    2828        define('LABELBAKER_TEMPLATE_DIR', 'labelbaker-templates');
    2929        define('LABELBAKER_USER_DATA_DIR', 'labelbaker-user-data');
  • labelbaker/trunk/readme.txt

    r2932834 r2935186  
    44Requires at least: 4.0.1
    55Tested up to: 6.2
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3131
    3232**Make Website Banner**
     33Watch the video on how you can make Banner.
     34You can use the banner on any website.
    3335
    3436https://www.youtube.com/watch?v=OeC6E6s0-MA
    3537
    3638**Generate Labels on WordPress**
     39Watch the video on how you can generate Labels
    3740
    3841https://www.youtube.com/watch?v=kYbg6evGwR4
    3942
     43**Generate Dynamic Labels on WordPress**
     44Watch the video on how you can generate dynamic Labels
     45
     46https://www.youtube.com/watch?v=FfZYXRnbXrk
     47
     48**Pro features**
     49
     50**Generate WooCommerce Label**
     51
     52https://www.youtube.com/watch?v=wfvlxrsFV5E
     53
    4054== Screenshots ==
    4155
Note: See TracChangeset for help on using the changeset viewer.