Changeset 2911594
- Timestamp:
- 05/12/2023 12:07:50 PM (23 months ago)
- Location:
- outshifter-embed-commerce/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
outshifter-embed-commerce/trunk/README.md
r2911351 r2911594 5 5 Requires at least: 5.0 6 6 Tested up to: 6.2 7 Stable tag: 2.0.07 Stable tag: 1.0.6 8 8 Requires PHP: 7.0 9 9 License: GPL-2.0+ -
outshifter-embed-commerce/trunk/outshifter-blocks.php
r2911336 r2911594 16 16 * Plugin Name: Reachu Embed Commerce 17 17 * Description: Sell any product directly on your existing surface 18 * Version: 1.0. 518 * Version: 1.0.6 19 19 * Author: Reachu team 20 20 * Author URI: www.reachu.io … … 31 31 require_once "vars.php"; 32 32 33 define( 'OUTSHIFTER_WORDPRESS_VERSION', '1. 5.0' );33 define( 'OUTSHIFTER_WORDPRESS_VERSION', '1.0.6' ); 34 34 define( 'OUTSHIFTER_PLUGIN_FOLDER', plugin_dir_url(dirname(__FILE__)) ); 35 35 define( 'OUTSHIFTER_NAME_FOLDER', 'outshifter-embed-commerce');
Note: See TracChangeset
for help on using the changeset viewer.