Plugin Directory

Changeset 2911594


Ignore:
Timestamp:
05/12/2023 12:07:50 PM (23 months ago)
Author:
outshifter
Message:

updated version

Location:
outshifter-embed-commerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • outshifter-embed-commerce/trunk/README.md

    r2911351 r2911594  
    55Requires at least: 5.0
    66Tested up to: 6.2
    7 Stable tag: 2.0.0
     7Stable tag: 1.0.6
    88Requires PHP: 7.0
    99License: GPL-2.0+
  • outshifter-embed-commerce/trunk/outshifter-blocks.php

    r2911336 r2911594  
    1616 * Plugin Name:       Reachu Embed Commerce
    1717 * Description:       Sell any product directly on your existing surface
    18  * Version:           1.0.5
     18 * Version:           1.0.6
    1919 * Author:            Reachu team
    2020 * Author URI:        www.reachu.io
     
    3131require_once "vars.php";
    3232
    33 define( 'OUTSHIFTER_WORDPRESS_VERSION', '1.5.0' );
     33define( 'OUTSHIFTER_WORDPRESS_VERSION', '1.0.6' );
    3434define( 'OUTSHIFTER_PLUGIN_FOLDER', plugin_dir_url(dirname(__FILE__)) );
    3535define( 'OUTSHIFTER_NAME_FOLDER', 'outshifter-embed-commerce');
Note: See TracChangeset for help on using the changeset viewer.