Plugin Directory

Changeset 2877695


Ignore:
Timestamp:
03/10/2023 08:13:28 AM (3 years ago)
Author:
devsadonwebs
Message:

'update'

Location:
my-feed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • my-feed/trunk/my-feed.php

    r2877688 r2877695  
    33 * Plugin Name:       Feed Manager For WooCommerce Product
    44 * Description:       This is feed plugin for upload product feed to google merchant center.
    5  * Version:           1.0.1
     5 * Version:           1.0.2
    66 * Requires at least: 5.2
    77 * Requires PHP:      7.2
     
    313313
    314314//Save XML as a file
    315  $data = fopen(plugin_dir_path( __DIR__ )."feed-manager-for-woocommerce-product/admin/googlefiles/$file_name.xml", "w");
     315 $data = fopen(plugin_dir_path( __DIR__ )."my-feed/admin/googlefiles/$file_name.xml", "w");
    316316 
    317317fwrite($data, $content);
     
    368368$textcon = $textfile.''.$textcontent;
    369369
    370 $data = fopen(plugin_dir_path( __DIR__ )."feed-manager-for-woocommerce-product/admin/googlefiles/$file_name.txt", "w");
     370$data = fopen(plugin_dir_path( __DIR__ )."my-feed/admin/googlefiles/$file_name.txt", "w");
    371371
    372372// writing content to a file using fwrite() function
     
    427427 $textcon = $textfile.''.$textcontent;
    428428
    429   $data = fopen(plugin_dir_path( __DIR__ )."feed-manager-for-woocommerce-product/admin/googlefiles/$file_name.csv", "w");
     429  $data = fopen(plugin_dir_path( __DIR__ )."my-feed/admin/googlefiles/$file_name.csv", "w");
    430430 
    431431// writing content to a file using fwrite() function
  • my-feed/trunk/readme.txt

    r2877688 r2877695  
    44Tested Up To: 6.1.1
    55Requires PHP: 7.2
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.