Plugin Directory

Changeset 2911336


Ignore:
Timestamp:
05/11/2023 07:28:29 PM (3 years ago)
Author:
outshifter
Message:

fixing errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • outshifter-embed-commerce/trunk/outshifter-blocks.php

    r2911335 r2911336  
    3131require_once "vars.php";
    3232
    33 define( 'OUTSHIFTER_WORDPRESS_VERSION', '1.0.0' );
     33define( 'OUTSHIFTER_WORDPRESS_VERSION', '1.5.0' );
    3434define( 'OUTSHIFTER_PLUGIN_FOLDER', plugin_dir_url(dirname(__FILE__)) );
    35 define( 'OUTSHIFTER_NAME_FOLDER', 'outshifter-blocks');
     35define( 'OUTSHIFTER_NAME_FOLDER', 'outshifter-embed-commerce');
    3636
    3737require_once plugin_dir_path( __FILE__ ) . 'includes/shortcodes/preview-shop.php';
Note: See TracChangeset for help on using the changeset viewer.