Plugin Directory

Changeset 2836108


Ignore:
Timestamp:
12/19/2022 02:28:36 PM (3 years ago)
Author:
labelgrid
Message:
  1. 1.3.43
Location:
label-grid-tools/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • label-grid-tools/trunk/README.txt

    r2836096 r2836108  
    8282== Changelog ==
    8383
     84= 1.3.43 =
     85* Fixed minor log issues
     86
    8487= 1.3.42 =
    8588* Fixed minor log issues
  • label-grid-tools/trunk/admin/class-sync-content-data.php

    r2576630 r2836108  
    99
    1010require_once (plugin_dir_path(__DIR__) . 'admin/class-sync-content.php');
    11 include_once (ABSPATH . WPINC . '/class-http.php');
     11include_once (ABSPATH . WPINC . '/class-wp-http.php');
    1212require_once (ABSPATH . 'wp-admin/includes/image.php');
    1313
  • label-grid-tools/trunk/labelgrid-tools.php

    r2836096 r2836108  
    1515 * Plugin Name:       LabelGrid Tools
    1616 * Description:       LabelGrid Tools is an advanced plugin for Record Labels, Artists, and Distributors that allow to showcase music releases with ease providing advanced promotional and pre-release tools.
    17  * Version:           1.3.42
     17 * Version:           1.3.43
    1818 * Author:            LabelGrid
    1919 * Author URI:        https://labelgrid.com
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define('LGT_PLUGIN_VERSION', '1.3.42');
     36define('LGT_PLUGIN_VERSION', '1.3.43');
    3737
    3838/**
  • label-grid-tools/trunk/public/class-labelgrid-tools-public.php

    r2836096 r2836108  
    172172            }
    173173        }
    174        
     174
    175175        return $content;
    176176    }
     
    11091109            "-",
    11101110            "_"
    1111         ), NULL, strtolower(trim($purpose)));
     1111        ), '', strtolower(trim($purpose)));
    11121112        $support = array(
    11131113            "country",
Note: See TracChangeset for help on using the changeset viewer.