Plugin Directory

Changeset 2435446


Ignore:
Timestamp:
12/09/2020 01:12:02 PM (5 years ago)
Author:
codeinwp
Message:

Release v3.4.10

Location:
visualizer
Files:
1036 added
9 edited

Legend:

Unmodified
Added
Removed
  • visualizer/trunk/CHANGELOG.md

    r2426431 r2435446  
    11
     2 ### v3.4.10 - 2020-12-09
     3 **Changes:**
     4 * [Fix] Compatibility with Composer 2.0
     5 
    26 ### v3.4.9 - 2020-11-26
    37 **Changes:**
  • visualizer/trunk/classes/Visualizer/Plugin.php

    r2426431 r2435446  
    2929
    3030    const NAME = 'visualizer';
    31     const VERSION = '3.4.9';
     31    const VERSION = '3.4.10';
    3232
    3333    // custom post types
  • visualizer/trunk/css/media.css

    r2426431 r2435446  
    11/*
    2     Version: 3.4.9
     2    Version: 3.4.10
    33*/
    44#visualizer-library-view {
  • visualizer/trunk/index.php

    r2426431 r2435446  
    55    Plugin URI: https://themeisle.com/plugins/visualizer-charts-and-graphs-lite/
    66    Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
    7     Version: 3.4.9
     7    Version: 3.4.10
    88    Author: Themeisle
    99    Author URI: http://themeisle.com
     
    126126    $plugin->setModule( Visualizer_Module_AMP::NAME );
    127127
    128     $vendor_file = VISUALIZER_ABSPATH . '/vendor/autoload_52.php';
     128    $vendor_file = VISUALIZER_ABSPATH . '/vendor/autoload.php';
    129129    if ( is_readable( $vendor_file ) ) {
    130130        include_once( $vendor_file );
  • visualizer/trunk/readme.md

    r2426431 r2435446  
    163163
    164164## Changelog ##
     165### 3.4.10 - 2020-12-09  ###
     166
     167* [Fix] Compatibility with Composer 2.0
     168
     169
    165170### 3.4.9 - 2020-11-26  ###
    166171
  • visualizer/trunk/readme.txt

    r2426431 r2435446  
    163163
    164164== Changelog ==
     165= 3.4.10 - 2020-12-09  =
     166
     167* [Fix] Compatibility with Composer 2.0
     168
     169
    165170= 3.4.9 - 2020-11-26  =
    166171
  • visualizer/trunk/themeisle-hash.json

    r2426431 r2435446  
    1 {"index.php":"c877ac07d6e33d8895c85daab3a4abe1"}
     1{"index.php":"3bc4b381884aaea4cddc050a6e94a222"}
  • visualizer/trunk/vendor/autoload.php

    r2426431 r2435446  
    55require_once __DIR__ . '/composer' . '/autoload_real.php';
    66
    7 return ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72::getLoader();
     7return ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588::getLoader();
  • visualizer/trunk/vendor/composer/autoload_real.php

    r2426431 r2435446  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72
     5class ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit17dd138edaf95f9013b3fcb9af1dff72', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInitbe639497d83f6aff5a2fcf2226b61588', 'loadClassLoader'));
    2525
    2626        $map = require __DIR__ . '/autoload_namespaces.php';
     
    4343        $includeFiles = require __DIR__ . '/autoload_files.php';
    4444        foreach ($includeFiles as $fileIdentifier => $file) {
    45             composerRequire17dd138edaf95f9013b3fcb9af1dff72($fileIdentifier, $file);
     45            composerRequirebe639497d83f6aff5a2fcf2226b61588($fileIdentifier, $file);
    4646        }
    4747
     
    5050}
    5151
    52 function composerRequire17dd138edaf95f9013b3fcb9af1dff72($fileIdentifier, $file)
     52function composerRequirebe639497d83f6aff5a2fcf2226b61588($fileIdentifier, $file)
    5353{
    5454    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
Note: See TracChangeset for help on using the changeset viewer.