Plugin Directory

Changeset 2732049


Ignore:
Timestamp:
05/26/2022 04:30:46 PM (4 years ago)
Author:
alchemydev
Message:

fix: :bug: fix missing string from service name

Location:
phraseanet-client/trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • phraseanet-client/trunk/composer.lock

    r2726145 r2732049  
    177177        {
    178178            "name": "gmponos/guzzle_logger",
    179             "version": "v2.2.0",
     179            "version": "v2.0.0",
    180180            "source": {
    181181                "type": "git",
    182182                "url": "https://github.com/gmponos/guzzle-log-middleware.git",
    183                 "reference": "8784459b18f332beb49363a4d71399e784d8c298"
    184             },
    185             "dist": {
    186                 "type": "zip",
    187                 "url": "https://api.github.com/repos/gmponos/guzzle-log-middleware/zipball/8784459b18f332beb49363a4d71399e784d8c298",
    188                 "reference": "8784459b18f332beb49363a4d71399e784d8c298",
     183                "reference": "7a42976d27f58860584df7284fa01749baf71ec7"
     184            },
     185            "dist": {
     186                "type": "zip",
     187                "url": "https://api.github.com/repos/gmponos/guzzle-log-middleware/zipball/7a42976d27f58860584df7284fa01749baf71ec7",
     188                "reference": "7a42976d27f58860584df7284fa01749baf71ec7",
    189189                "shasum": ""
    190190            },
     
    192192                "ext-json": "*",
    193193                "guzzlehttp/guzzle": "^6.1 || ^7.0.1",
    194                 "guzzlehttp/psr7": "^1.7 || ^2.0",
    195                 "php": "^7.2 || ^8.0",
    196                 "psr/log": "^1.1 || ^2.0 || ^3.0"
     194                "php": "^7.2",
     195                "psr/log": "^1.1"
    197196            },
    198197            "require-dev": {
     
    237236            "support": {
    238237                "issues": "https://github.com/gmponos/guzzle-log-middleware/issues",
    239                 "source": "https://github.com/gmponos/guzzle-log-middleware/tree/v2.2.0"
     238                "source": "https://github.com/gmponos/guzzle-log-middleware/tree/master"
    240239            },
    241240            "funding": [
     
    245244                }
    246245            ],
    247             "time": "2022-04-04T08:50:42+00:00"
     246            "time": "2020-07-05T12:27:03+00:00"
    248247        },
    249248        {
     
    435434        {
    436435            "name": "guzzlehttp/psr7",
    437             "version": "1.8.5",
     436            "version": "1.8.3",
    438437            "source": {
    439438                "type": "git",
    440439                "url": "https://github.com/guzzle/psr7.git",
    441                 "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
    442             },
    443             "dist": {
    444                 "type": "zip",
    445                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
    446                 "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
     440                "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
     441            },
     442            "dist": {
     443                "type": "zip",
     444                "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
     445                "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
    447446                "shasum": ""
    448447            },
     
    525524            "support": {
    526525                "issues": "https://github.com/guzzle/psr7/issues",
    527                 "source": "https://github.com/guzzle/psr7/tree/1.8.5"
     526                "source": "https://github.com/guzzle/psr7/tree/1.8.3"
    528527            },
    529528            "funding": [
     
    541540                }
    542541            ],
    543             "time": "2022-03-20T21:51:18+00:00"
     542            "time": "2021-10-05T13:56:00+00:00"
    544543        },
    545544        {
     
    624623        {
    625624            "name": "phraseanet/php-sdk",
    626             "version": "dev-34564ff7e7a49aa8ea0458762859d850ca84eb80",
     625            "version": "dev-origin/1.1-freemius",
    627626            "dist": {
    628627                "type": "path",
     
    896895    },
    897896    "platform-dev": [],
    898     "plugin-api-version": "2.3.0"
     897    "plugin-api-version": "2.2.0"
    899898}
  • phraseanet-client/trunk/phraseanet.php

    r2726145 r2732049  
    1616 * Plugin URI:        https://www.phraseanet.com/
    1717 * Description:       This plugin creates the possibility to get and add assets from Phraseanet server into your wordpress website. This plugin allows you to create a phraseanet Gutenberg block with various custom configurations that allows you to customize the block.
    18 * Version: 1.3.5
     18* Version: 1.3.7
    1919 * Author:            Alchemy
    2020 * Author URI:        https://www.alchemy.fr
     
    5757 * Rename this for your plugin and update it as you release new versions.
    5858 */
    59 define("PHRASEANET_VERSION", "1.3.5"); 
     59define("PHRASEANET_VERSION", "1.3.7"); 
    6060
    6161/**
  • phraseanet-client/trunk/readme.txt

    r2726145 r2732049  
    33Tags: Phraseanet, images, gallery, assets, media, Gutenberg
    44Requires at least: 5.6.0
    5 Tested up to: 5.9.3
     5Tested up to: 6.0
    66Requires PHP: PHP 7.4.4
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.7
    88License: GNU General Public License (GPL) version 3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    8888
    8989Author: sam0hack <sam.nyx@live.com>
     90Date:   Fri May 26 17:00:37 2022 +0200
     91
     92    Tested with Wordpress Version 6.0 Upto 2022 theme
     93
     94
     95
     96Author: sam0hack <sam.nyx@live.com>
    9097Date:   Fri May 16 15:40:37 2022 +0200
    9198
  • phraseanet-client/trunk/vendor/autoload.php

    r2726145 r2732049  
    1010require_once __DIR__ . '/composer/autoload_real.php';
    1111
    12 return ComposerAutoloaderInit8a0aeaa68ed00117fead8feb98562ee7::getLoader();
     12return ComposerAutoloaderInit55a505297c3a189545be624c0ac34933::getLoader();
  • phraseanet-client/trunk/vendor/composer/autoload_files.php

    r2715008 r2732049  
    88return array(
    99    '7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
     10    'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
    1011    'a0edc8309cc5e1d60e3047b5df6b7052' => $vendorDir . '/guzzlehttp/psr7/src/functions_include.php',
    11     'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
    1212    '37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
    1313);
  • phraseanet-client/trunk/vendor/composer/autoload_real.php

    r2726145 r2732049  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit8a0aeaa68ed00117fead8feb98562ee7
     5class ComposerAutoloaderInit55a505297c3a189545be624c0ac34933
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit8a0aeaa68ed00117fead8feb98562ee7', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit55a505297c3a189545be624c0ac34933', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit8a0aeaa68ed00117fead8feb98562ee7', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit55a505297c3a189545be624c0ac34933', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInit55a505297c3a189545be624c0ac34933::getInitializer($loader));
    3333
    3434        $loader->register(true);
    3535
    36         $includeFiles = \Composer\Autoload\ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7::$files;
     36        $includeFiles = \Composer\Autoload\ComposerStaticInit55a505297c3a189545be624c0ac34933::$files;
    3737        foreach ($includeFiles as $fileIdentifier => $file) {
    38             composerRequire8a0aeaa68ed00117fead8feb98562ee7($fileIdentifier, $file);
     38            composerRequire55a505297c3a189545be624c0ac34933($fileIdentifier, $file);
    3939        }
    4040
     
    4848 * @return void
    4949 */
    50 function composerRequire8a0aeaa68ed00117fead8feb98562ee7($fileIdentifier, $file)
     50function composerRequire55a505297c3a189545be624c0ac34933($fileIdentifier, $file)
    5151{
    5252    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • phraseanet-client/trunk/vendor/composer/autoload_static.php

    r2726145 r2732049  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7
     7class ComposerStaticInit55a505297c3a189545be624c0ac34933
    88{
    99    public static $files = array (
    1010        '7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
     11        'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
    1112        'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
    12         'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
    1313        '37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
    1414    );
     
    106106    {
    107107        return \Closure::bind(function () use ($loader) {
    108             $loader->prefixLengthsPsr4 = ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7::$prefixLengthsPsr4;
    109             $loader->prefixDirsPsr4 = ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7::$prefixDirsPsr4;
    110             $loader->prefixesPsr0 = ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7::$prefixesPsr0;
    111             $loader->classMap = ComposerStaticInit8a0aeaa68ed00117fead8feb98562ee7::$classMap;
     108            $loader->prefixLengthsPsr4 = ComposerStaticInit55a505297c3a189545be624c0ac34933::$prefixLengthsPsr4;
     109            $loader->prefixDirsPsr4 = ComposerStaticInit55a505297c3a189545be624c0ac34933::$prefixDirsPsr4;
     110            $loader->prefixesPsr0 = ComposerStaticInit55a505297c3a189545be624c0ac34933::$prefixesPsr0;
     111            $loader->classMap = ComposerStaticInit55a505297c3a189545be624c0ac34933::$classMap;
    112112
    113113        }, null, ClassLoader::class);
  • phraseanet-client/trunk/vendor/composer/installed.json

    r2726145 r2732049  
    177177        {
    178178            "name": "gmponos/guzzle_logger",
    179             "version": "v2.2.0",
    180             "version_normalized": "2.2.0.0",
     179            "version": "v2.0.0",
     180            "version_normalized": "2.0.0.0",
    181181            "source": {
    182182                "type": "git",
    183183                "url": "https://github.com/gmponos/guzzle-log-middleware.git",
    184                 "reference": "8784459b18f332beb49363a4d71399e784d8c298"
    185             },
    186             "dist": {
    187                 "type": "zip",
    188                 "url": "https://api.github.com/repos/gmponos/guzzle-log-middleware/zipball/8784459b18f332beb49363a4d71399e784d8c298",
    189                 "reference": "8784459b18f332beb49363a4d71399e784d8c298",
     184                "reference": "7a42976d27f58860584df7284fa01749baf71ec7"
     185            },
     186            "dist": {
     187                "type": "zip",
     188                "url": "https://api.github.com/repos/gmponos/guzzle-log-middleware/zipball/7a42976d27f58860584df7284fa01749baf71ec7",
     189                "reference": "7a42976d27f58860584df7284fa01749baf71ec7",
    190190                "shasum": ""
    191191            },
     
    193193                "ext-json": "*",
    194194                "guzzlehttp/guzzle": "^6.1 || ^7.0.1",
    195                 "guzzlehttp/psr7": "^1.7 || ^2.0",
    196                 "php": "^7.2 || ^8.0",
    197                 "psr/log": "^1.1 || ^2.0 || ^3.0"
     195                "php": "^7.2",
     196                "psr/log": "^1.1"
    198197            },
    199198            "require-dev": {
     
    207206                "monolog/monolog": "A PSR-3 logger to send your logs to files, sockets and various web services"
    208207            },
    209             "time": "2022-04-04T08:50:42+00:00",
     208            "time": "2020-07-05T12:27:03+00:00",
    210209            "type": "library",
    211210            "extra": {
     
    240239            "support": {
    241240                "issues": "https://github.com/gmponos/guzzle-log-middleware/issues",
    242                 "source": "https://github.com/gmponos/guzzle-log-middleware/tree/v2.2.0"
     241                "source": "https://github.com/gmponos/guzzle-log-middleware/tree/master"
    243242            },
    244243            "funding": [
     
    444443        {
    445444            "name": "guzzlehttp/psr7",
    446             "version": "1.8.5",
    447             "version_normalized": "1.8.5.0",
     445            "version": "1.8.3",
     446            "version_normalized": "1.8.3.0",
    448447            "source": {
    449448                "type": "git",
    450449                "url": "https://github.com/guzzle/psr7.git",
    451                 "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
    452             },
    453             "dist": {
    454                 "type": "zip",
    455                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
    456                 "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
     450                "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
     451            },
     452            "dist": {
     453                "type": "zip",
     454                "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
     455                "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
    457456                "shasum": ""
    458457            },
     
    472471                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
    473472            },
    474             "time": "2022-03-20T21:51:18+00:00",
     473            "time": "2021-10-05T13:56:00+00:00",
    475474            "type": "library",
    476475            "extra": {
     
    537536            "support": {
    538537                "issues": "https://github.com/guzzle/psr7/issues",
    539                 "source": "https://github.com/guzzle/psr7/tree/1.8.5"
     538                "source": "https://github.com/guzzle/psr7/tree/1.8.3"
    540539            },
    541540            "funding": [
     
    639638        {
    640639            "name": "phraseanet/php-sdk",
    641             "version": "dev-34564ff7e7a49aa8ea0458762859d850ca84eb80",
    642             "version_normalized": "dev-34564ff7e7a49aa8ea0458762859d850ca84eb80",
     640            "version": "dev-origin/1.1-freemius",
     641            "version_normalized": "dev-origin/1.1-freemius",
    643642            "dist": {
    644643                "type": "path",
  • phraseanet-client/trunk/vendor/composer/installed.php

    r2726145 r2732049  
    11<?php return array(
    22    'root' => array(
    3         'pretty_version' => 'dev-34564ff7e7a49aa8ea0458762859d850ca84eb80',
    4         'version' => 'dev-34564ff7e7a49aa8ea0458762859d850ca84eb80',
     3        'pretty_version' => 'dev-main',
     4        'version' => 'dev-main',
    55        'type' => 'plugin',
    66        'install_path' => __DIR__ . '/../../',
    77        'aliases' => array(),
    8         'reference' => '34564ff7e7a49aa8ea0458762859d850ca84eb80',
     8        'reference' => '1372c6977356b56b0f9f1e717ccdd5e4201ca19d',
    99        'name' => 'phraseanet/wordpress-plugin',
    1010        'dev' => true,
     
    3030        ),
    3131        'gmponos/guzzle_logger' => array(
    32             'pretty_version' => 'v2.2.0',
    33             'version' => '2.2.0.0',
     32            'pretty_version' => 'v2.0.0',
     33            'version' => '2.0.0.0',
    3434            'type' => 'library',
    3535            'install_path' => __DIR__ . '/../gmponos/guzzle_logger',
    3636            'aliases' => array(),
    37             'reference' => '8784459b18f332beb49363a4d71399e784d8c298',
     37            'reference' => '7a42976d27f58860584df7284fa01749baf71ec7',
    3838            'dev_requirement' => false,
    3939        ),
     
    5757        ),
    5858        'guzzlehttp/psr7' => array(
    59             'pretty_version' => '1.8.5',
    60             'version' => '1.8.5.0',
     59            'pretty_version' => '1.8.3',
     60            'version' => '1.8.3.0',
    6161            'type' => 'library',
    6262            'install_path' => __DIR__ . '/../guzzlehttp/psr7',
    6363            'aliases' => array(),
    64             'reference' => '337e3ad8e5716c15f9657bd214d16cc5e69df268',
     64            'reference' => '1afdd860a2566ed3c2b0b4a3de6e23434a79ec85',
    6565            'dev_requirement' => false,
    6666        ),
     
    7575        ),
    7676        'phraseanet/php-sdk' => array(
    77             'pretty_version' => 'dev-34564ff7e7a49aa8ea0458762859d850ca84eb80',
    78             'version' => 'dev-34564ff7e7a49aa8ea0458762859d850ca84eb80',
     77            'pretty_version' => 'dev-origin/1.1-freemius',
     78            'version' => 'dev-origin/1.1-freemius',
    7979            'type' => 'library',
    8080            'install_path' => __DIR__ . '/../phraseanet/php-sdk',
     
    8484        ),
    8585        'phraseanet/wordpress-plugin' => array(
    86             'pretty_version' => 'dev-34564ff7e7a49aa8ea0458762859d850ca84eb80',
    87             'version' => 'dev-34564ff7e7a49aa8ea0458762859d850ca84eb80',
     86            'pretty_version' => 'dev-main',
     87            'version' => 'dev-main',
    8888            'type' => 'plugin',
    8989            'install_path' => __DIR__ . '/../../',
    9090            'aliases' => array(),
    91             'reference' => '34564ff7e7a49aa8ea0458762859d850ca84eb80',
     91            'reference' => '1372c6977356b56b0f9f1e717ccdd5e4201ca19d',
    9292            'dev_requirement' => false,
    9393        ),
  • phraseanet-client/trunk/vendor/gmponos/guzzle_logger/CHANGELOG.md

    r2715008 r2732049  
    22
    33All Notable changes to `gmponos/guzzle_logger` will be documented in this file
    4 
    5 ## 2.2.0 - 2021-04-04
    6 
    7 ## Changes
    8 - Allow psr/log in version 2 and 3, like guzzlehttp/guzzle do it ([44](https://github.com/gmponos/guzzle-log-middleware/pull/44))
    9 
    10 ## 2.1.0 - 2021-03-18
    11 
    12 That was a long layoff
    13 
    14 ## Changes
    15 - Allow PHP 8
    16 - Fix a deprecation on MultiRecordArrayHandler regarding query
    174
    185## 2.0.0 - 2020-07-05
  • phraseanet-client/trunk/vendor/gmponos/guzzle_logger/README.md

    r2715008 r2732049  
    55[![Build Status](https://travis-ci.org/gmponos/guzzle-log-middleware.svg?branch=master)](https://travis-ci.org/gmponos/guzzle-log-middleware)
    66[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/gmponos/monolog-slack/blob/master/LICENSE.md)
     7[![PHPPackages Rank](http://phppackages.org/p/gmponos/guzzle_logger/badge/rank.svg)](http://phppackages.org/p/gmponos/guzzle_logger)
    78
    89This is a middleware for [guzzle](https://github.com/guzzle/guzzle) that will help you automatically log every request
  • phraseanet-client/trunk/vendor/gmponos/guzzle_logger/composer.json

    r2715008 r2732049  
    2727    },
    2828    "require": {
    29         "php": "^7.2 || ^8.0",
     29        "php": "^7.2",
    3030        "ext-json": "*",
    3131        "guzzlehttp/guzzle": "^6.1 || ^7.0.1",
    32         "guzzlehttp/psr7": "^1.7 || ^2.0",
    33         "psr/log": "^1.1 || ^2.0 || ^3.0"
     32        "psr/log": "^1.1"
    3433    },
    3534    "require-dev": {
  • phraseanet-client/trunk/vendor/gmponos/guzzle_logger/src/Handler/MultiRecordArrayHandler.php

    r2715008 r2732049  
    55namespace GuzzleLogMiddleware\Handler;
    66
    7 use GuzzleHttp\Psr7\Query;
    87use GuzzleHttp\TransferStats;
    98use GuzzleLogMiddleware\Handler\LogLevelStrategy\LogLevelStrategyInterface;
     
    150149        $isForm = preg_grep('/application\/x-www-form-urlencoded/', $contentType);
    151150        if (!empty($isForm)) {
    152             $result = Query::parse($body);
     151            $result = \GuzzleHttp\Psr7\parse_query($body);
    153152            $stream->rewind();
    154153            return $result;
  • phraseanet-client/trunk/vendor/gmponos/guzzle_logger/src/Handler/StringHandler.php

    r2715008 r2732049  
    5454        }
    5555
    56         $str = \GuzzleHttp\Psr7\Message::toString($value);
     56        $str = \GuzzleHttp\Psr7\str($value);
    5757
    5858        $level = $this->logLevelStrategy->getLevel($value, $options);
     
    6868        }
    6969
    70         $str = \GuzzleHttp\Psr7\Message::toString($value);
     70        $str = \GuzzleHttp\Psr7\str($value);
    7171
    7272        $level = $this->logLevelStrategy->getLevel($value, $options);
  • phraseanet-client/trunk/vendor/guzzlehttp/psr7/CHANGELOG.md

    r2715008 r2732049  
    99
    1010## Unreleased
    11 
    12 ## 1.8.5 - 2022-03-20
    13 
    14 ### Fixed
    15 
    16 - Correct header value validation
    17 
    18 ## 1.8.4 - 2022-03-20
    19 
    20 ### Fixed
    21 
    22 - Validate header values properly
    2311
    2412## 1.8.3 - 2021-10-05
  • phraseanet-client/trunk/vendor/guzzlehttp/psr7/composer.json

    r2715008 r2732049  
    6969    "config": {
    7070        "preferred-install": "dist",
    71         "sort-packages": true,
    72         "allow-plugins": {
    73             "bamarni/composer-bin-plugin": true
    74         }
     71        "sort-packages": true
    7572    }
    7673}
  • phraseanet-client/trunk/vendor/guzzlehttp/psr7/src/MessageTrait.php

    r2715008 r2732049  
    158158    }
    159159
    160     /**
    161      * @param mixed $value
    162      *
    163      * @return string[]
    164      */
    165160    private function normalizeHeaderValue($value)
    166161    {
    167162        if (!is_array($value)) {
    168             return $this->trimAndValidateHeaderValues([$value]);
     163            return $this->trimHeaderValues([$value]);
    169164        }
    170165
     
    173168        }
    174169
    175         return $this->trimAndValidateHeaderValues($value);
     170        return $this->trimHeaderValues($value);
    176171    }
    177172
     
    184179     * OWS          = *( SP / HTAB )
    185180     *
    186      * @param mixed[] $values Header values
     181     * @param string[] $values Header values
    187182     *
    188183     * @return string[] Trimmed header values
     
    190185     * @see https://tools.ietf.org/html/rfc7230#section-3.2.4
    191186     */
    192     private function trimAndValidateHeaderValues(array $values)
     187    private function trimHeaderValues(array $values)
    193188    {
    194189        return array_map(function ($value) {
     
    200195            }
    201196
    202             $trimmed = trim((string) $value, " \t");
    203             $this->assertValue($trimmed);
    204 
    205             return $trimmed;
     197            return trim((string) $value, " \t");
    206198        }, array_values($values));
    207199    }
    208200
    209     /**
    210      * @see https://tools.ietf.org/html/rfc7230#section-3.2
    211      *
    212      * @param mixed $header
    213      *
    214      * @return void
    215      */
    216201    private function assertHeader($header)
    217202    {
     
    226211            throw new \InvalidArgumentException('Header name can not be empty.');
    227212        }
    228 
    229         if (! preg_match('/^[a-zA-Z0-9\'`#$%&*+.^_|~!-]+$/', $header)) {
    230             throw new \InvalidArgumentException(
    231                 sprintf(
    232                     '"%s" is not valid header name',
    233                     $header
    234                 )
    235             );
    236         }
    237     }
    238 
    239     /**
    240      * @param string $value
    241      *
    242      * @return void
    243      *
    244      * @see https://tools.ietf.org/html/rfc7230#section-3.2
    245      *
    246      * field-value    = *( field-content / obs-fold )
    247      * field-content  = field-vchar [ 1*( SP / HTAB ) field-vchar ]
    248      * field-vchar    = VCHAR / obs-text
    249      * VCHAR          = %x21-7E
    250      * obs-text       = %x80-FF
    251      * obs-fold       = CRLF 1*( SP / HTAB )
    252      */
    253     private function assertValue($value)
    254     {
    255         // The regular expression intentionally does not support the obs-fold production, because as
    256         // per RFC 7230#3.2.4:
    257         //
    258         // A sender MUST NOT generate a message that includes
    259         // line folding (i.e., that has any field-value that contains a match to
    260         // the obs-fold rule) unless the message is intended for packaging
    261         // within the message/http media type.
    262         //
    263         // Clients must not send a request with line folding and a server sending folded headers is
    264         // likely very rare. Line folding is a fairly obscure feature of HTTP/1.1 and thus not accepting
    265         // folding is not likely to break any legitimate use case.
    266         if (! preg_match('/^[\x20\x09\x21-\x7E\x80-\xFF]*$/', $value)) {
    267             throw new \InvalidArgumentException(sprintf('"%s" is not valid header value', $value));
    268         }
    269213    }
    270214}
  • phraseanet-client/trunk/version.txt

    r2715008 r2732049  
    1 * origin/1.1-freemius
     1* main
     2  origin/1.1-freemius
     3commit 1372c6977356b56b0f9f1e717ccdd5e4201ca19d
     4Author: sam0hack <sam.nyx@live.com>
     5Date:   Thu May 26 17:22:46 2022 +0200
     6
     7    fix: :bug: fix missing string from service name
     8
     9commit 1786bec57a36f7e0486c787781b57a39ec226822
     10Author: sam0hack <sam.nyx@live.com>
     11Date:   Thu May 26 17:14:37 2022 +0200
     12
     13    ci: :bug: add profile param in the execution
     14
     15commit 1bf3f0eb38a4cffaa8f856e0887ced2a7c26512f
     16Author: sam0hack <sam.nyx@live.com>
     17Date:   Thu May 26 17:03:54 2022 +0200
     18
     19    test: :white_check_mark: Tested with Wordpress Version 6.0 Upto 2022 theme
     20
     21commit f3ff86644f85c6b1f5bb99996f0a2687dd3187a4
     22Author: sam0hack <sam.nyx@live.com>
     23Date:   Tue May 24 13:32:18 2022 +0200
     24
     25    fix: :hammer: fix issues and separate dev and test environments
     26
     27commit f6169cb52fbfc3355e5ca9992a03e4b1c32a2da7
     28Author: sam0hack <sam.nyx@live.com>
     29Date:   Mon May 23 17:08:22 2022 +0200
     30
     31    chore: Remove the dev nginx config
     32
     33commit 3908e6fa0eec2c90935a93abe4fdc98cf76babef
     34Author: sam0hack <sam.nyx@live.com>
     35Date:   Mon May 23 17:00:13 2022 +0200
     36
     37    fix: add compose override and change profile to test
     38
     39commit 42fd3e16953177ac1d0bdd644f118ad94bb33da5
     40Author: sam0hack <sam.nyx@live.com>
     41Date:   Mon May 23 16:57:17 2022 +0200
     42
     43    fix: use profile name as mode
     44
     45commit c7ca8cbfdb33c0e4cee4be2b6264f572dc367a14
     46Merge: 95b5ef3 efae97f
     47Author: sam0hack <sam.nyx@live.com>
     48Date:   Fri May 20 19:27:24 2022 +0200
     49
     50    Merge branch 'main' of github.com:sam0hack/Phraseanet-Wordpress-Client-Plugin
     51
     52commit 95b5ef313d6f736460d6409e702ffdeab2d2e972
     53Author: sam0hack <sam.nyx@live.com>
     54Date:   Fri May 20 19:21:12 2022 +0200
     55
     56    refactor: :recycle: Add comments and fix indentations
     57
     58commit efae97ffb750ea51fc77846c8d3234a46f458641
     59Merge: 34564ff e8d404e
     60Author: Sam <sam.nyx@live.com>
     61Date:   Fri May 20 10:29:52 2022 +0530
     62
     63    build: 🐳 Add profiles [dev] and [test] in docker stack.
     64
     65commit e8d404eb91df4116c800477e91ef81733563d456
     66Merge: 61282c0 424a474
     67Author: sam0hack <sam.nyx@live.com>
     68Date:   Fri May 20 06:56:25 2022 +0200
     69
     70    Merge branch 'main' of github.com:sam0hack/Phraseanet-Wordpress-Client-Plugin
     71
     72commit 61282c017b783d4f44c645db35f9b4e6acf46dc1
     73Author: sam0hack <sam.nyx@live.com>
     74Date:   Fri May 20 06:56:19 2022 +0200
     75
     76    change default to dev
     77
     78commit 424a4749e268dd5c33527ee81b01b8d967628164
     79Merge: faea184 34564ff
     80Author: Sam <sam.nyx@live.com>
     81Date:   Fri May 20 10:21:37 2022 +0530
     82
     83    Merge branch 'alchemy-fr:main' into main
     84
     85commit faea1842ea6cbbf9511e15b48c6bd4237977c2bb
     86Author: sam0hack <sam.nyx@live.com>
     87Date:   Fri May 20 06:50:10 2022 +0200
     88
     89    build: Add profiles [dev] and [test] in docker stack
     90
     91commit 34564ff7e7a49aa8ea0458762859d850ca84eb80
     92Merge: 7f1e5d9 ca69ac7
     93Author: Sam <sam.nyx@live.com>
     94Date:   Wed May 18 16:09:19 2022 +0200
     95
     96    refactor(PC-59): refector and fix typo
     97
     98commit ca69ac70fa51844486f410f2d154e186f404f636
     99Author: sam0hack <sam.nyx@live.com>
     100Date:   Wed May 18 16:06:38 2022 +0200
     101
     102    refactor(PC-59): refector and fix typo
     103
     104commit 7f1e5d9b97b2529962a5786beb7fb4c5126bd7b0
     105Merge: a890673 2a03f59
     106Author: Sam <sam.nyx@live.com>
     107Date:   Wed May 18 13:09:37 2022 +0200
     108
     109    feat(PC-59): :sparkles: Create Default sub defination mapping on plugin activation
     110
     111commit 2a03f594cb395158dc38c4db3b9da1ecb3adca4d
     112Author: sam0hack <sam.nyx@live.com>
     113Date:   Wed May 18 13:07:13 2022 +0200
     114
     115    feat(PC-59): :sparkles: Create Default sub defination mapping on plugin activation
     116
     117commit a89067328e4503ba77c41dd4f39a1ea44d28bb8e
     118Merge: cdfdea3 1ce6084
     119Author: Sam <sam.nyx@live.com>
     120Date:   Tue May 17 10:50:38 2022 +0200
     121
     122    embed url fix
     123
     124commit 1ce6084f33ff764c8600b4faa9c6da717803b045
     125Author: sam0hack <sam.nyx@live.com>
     126Date:   Tue May 17 10:49:55 2022 +0200
     127
     128    embed url fix
     129
     130commit cdfdea3e34c226efa81c0aa2fde1c1fe6385ebf7
     131Merge: 865bb71 5b1ddb6
     132Author: Sam <sam.nyx@live.com>
     133Date:   Mon May 16 18:29:10 2022 +0200
     134
     135    feat(PC-59): :sparkles: Sub defination mapping for embed
     136
     137commit 5b1ddb6fb69661f05b6ca5cffb2e0449c8cc064e
     138Author: sam0hack <sam.nyx@live.com>
     139Date:   Mon May 16 18:28:29 2022 +0200
     140
     141    feat(PC-59): :sparkles: Sub defination mapping for embed
     142
     143commit 865bb713fa675c1731fd1d437263b98635452c92
     144Merge: bc0bb9c 096c3a1
     145Author: Sam <sam.nyx@live.com>
     146Date:   Fri May 13 17:45:19 2022 +0200
     147
     148    typo fix
     149
     150commit 096c3a1684b4bb815c6f0ad5e1fb867af6184c09
     151Author: sam0hack <sam.nyx@live.com>
     152Date:   Fri May 13 17:44:37 2022 +0200
     153
     154    typo fix
     155
     156commit bc0bb9c40ceb13611f7fac035d66cea749f9c4a9
     157Merge: 63de0b5 89ed872
     158Author: Sam <sam.nyx@live.com>
     159Date:   Fri May 13 17:35:43 2022 +0200
     160
     161    perf(PC-59): ⚡ Fix styling of the subdef list in subdef settings, add download & permalink list and refactor the code to improve the performace and readability of the code.
     162
     163commit 89ed872e48ffe82556c6082797dd302c14540a32
     164Author: sam0hack <sam.nyx@live.com>
     165Date:   Fri May 13 17:33:53 2022 +0200
     166
     167    perf(PC-59): :zap: Fix styling of the subdef list, add download & permalink list and refactor the code to improve.
     168   
     169    Fix styling of the subdef list in subdef settings, add download & permalink list and refactor the code to improve the performace and readability of the code
     170
     171commit d3407cef8e7806744a67038fc395b73f7786341d
     172Author: sam0hack <sam.nyx@live.com>
     173Date:   Fri May 13 12:19:12 2022 +0200
     174
     175    perf: :zap: image loading eager or lazy based on the visible viewport
     176
     177commit 63de0b513641941edf9a7de75cdf7e536bf6e6e4
     178Merge: f782cbe cc9f2e3
     179Author: Sam <sam.nyx@live.com>
     180Date:   Thu May 12 18:15:05 2022 +0200
     181
     182    fix: ( PC-59 ) the subdef mapping with only one mapping and remove other mapping from post block
     183
     184commit cc9f2e36a6b0ab0b31c5a6d42c67710fa55aab5d
     185Author: sam0hack <sam.nyx@live.com>
     186Date:   Thu May 12 18:13:30 2022 +0200
     187
     188    fix: PC-59 fix the subdef mapping with only one mapping and remove other mapping from post block
     189
     190commit 7129331252a83ffd4ca1d065016504386a02139c
     191Author: sam0hack <sam.nyx@live.com>
     192Date:   Thu May 12 18:11:04 2022 +0200
     193
     194    change style
     195
     196commit f782cbe4b0bab9da7a20eb1533b08150af22fca1
     197Merge: 9b27a3f c3c573c
     198Author: Sam <sam.nyx@live.com>
     199Date:   Wed May 11 19:27:29 2022 +0200
     200
     201    fix: 🐛 PC-59 when saving the selected the subdef with config and changing subdef was showing previous saved list of different subdef config
     202
     203commit c3c573c487ee8a3eaf828d391acc534117dc078e
     204Author: sam0hack <sam.nyx@live.com>
     205Date:   Wed May 11 19:25:48 2022 +0200
     206
     207    fix: :bug: PC-59 fix bug when saving the selected the subdef with config
     208   
     209    PC-59 fix bug when saving the selected the subdef with config and changing subdef was showing previous saved list of different subdef config
     210
     211commit 04af00fc4059795cff7a8f51f8892ede2ef00c98
     212Author: sam0hack <sam.nyx@live.com>
     213Date:   Wed May 11 13:27:07 2022 +0200
     214
     215    style: :art: Add plugin footer
     216
     217commit 9b27a3fb814abc9d78313f272934b06ac809e971
     218Merge: b2f7511 efd0db7
     219Author: Sam <sam.nyx@live.com>
     220Date:   Tue May 10 12:29:22 2022 +0200
     221
     222    feat( PC-59 subdef mapping): :sparkles: add subdef mapping in the admin setting
     223   
     224    feat( PC-59 subdef mapping): :sparkles: add subdef mapping in the admin setting
     225    Added subdef mapping in the admin settings and refector the json form generator
     226
     227commit efd0db7139acc8c729df2203db649bfbe846ad98
     228Author: sam0hack <sam.nyx@live.com>
     229Date:   Tue May 10 12:25:34 2022 +0200
     230
     231    feat(subdef mapping): :sparkles: add subdef mapping in the admin settings
     232   
     233    Added subdef mapping in the admin settings and refector the json form generator
     234
     235commit b2f7511207615e459f4ee1f5e76dd73de0033ffc
     236Merge: c844d81 d155f5b
     237Author: Sam <sam.nyx@live.com>
     238Date:   Wed May 4 14:15:34 2022 +0200
     239
     240    fix: Embed player issue use preview and preview_* as default if not a available fallback to document
     241
     242commit d155f5bbf37b71c43d4770fe6b00d8d4d56d11bf
     243Author: sam0hack <sam.nyx@live.com>
     244Date:   Wed May 4 14:08:56 2022 +0200
     245
     246    fix: Embed player issue use preview and preview_* as default if not available fallback document
     247
     248commit c844d8172a4ea6306b637c8d5b44baceda47b6ff
     249Merge: b9bacf6 9886a19
     250Author: Sam <sam.nyx@live.com>
     251Date:   Tue May 3 16:12:33 2022 +0200
     252
     253    fix: 🐛 Composer installer issue
     254
     255commit 9886a1955f3382d4887c265598fdababae0c3465
     256Author: sam0hack <sam.nyx@live.com>
     257Date:   Tue May 3 16:09:21 2022 +0200
     258
     259    fix: :bug: Composer installer issue
     260
     261commit bb168e75eb0581aea1e75b71164fba4630546767
     262Author: sam0hack <sam.nyx@live.com>
     263Date:   Tue May 3 16:06:22 2022 +0200
     264
     265    fix: :bug: Composer installer issue
     266
     267commit b9bacf674a22c3dc41164fe574554b1d863edaa7
     268Merge: 81c8781 5d456f9
     269Author: Sam <sam.nyx@live.com>
     270Date:   Tue May 3 15:51:18 2022 +0200
     271
     272    PC-61 fix: Permalink copy fallback method error and fix: error when add normal block wrap iframe in if condition
     273   
     274    PC-61 fix: Permalink copy fallback method error and fix: error when add normal block wrap iframe in if condition
     275
     276commit 5d456f984f233cbe70b27cb372de45085f117a05
     277Author: sam0hack <sam.nyx@live.com>
     278Date:   Tue May 3 15:49:44 2022 +0200
     279
     280    fix: :bug: PC-61 fix: Permalink copy fallback method error and fix: error when add normal block
     281   
     282    PC-61 fix: Permalink copy fallback method error and fix: error when add normal block wrap iframe in if condition
     283
     284commit 81c878154383fad8d5741338c55aa8d11a8c5b02
     285Merge: 2f54036 787667b
     286Author: Sam <sam.nyx@live.com>
     287Date:   Thu Apr 28 12:45:05 2022 +0200
     288
     289    refactor: PC-59 Hides the subdef mapping for preview in document, audio and video
     290
     291commit 2f54036efc8cc0a55505ba1170f1c3317aaf17f6
     292Merge: 9a7e68e ff0f89e
     293Author: Sam <sam.nyx@live.com>
     294Date:   Thu Apr 28 12:43:03 2022 +0200
     295
     296    perf: ⚡ Native Lazy Loading
     297
     298commit 787667b4d22ea3d231c4cf54a95f048062f315b0
     299Author: sam0hack <sam.nyx@live.com>
     300Date:   Thu Apr 28 12:42:10 2022 +0200
     301
     302    refactor: Hides the subdef mapping for preview in document, audio, video
     303
     304commit d840a4d90400ae42c98f0eef5651d336c6939a1c
     305Author: sam0hack <sam.nyx@live.com>
     306Date:   Thu Apr 28 12:34:16 2022 +0200
     307
     308    refactor: Hides the subdef mapping for preview in document, audio and video
     309
     310commit ff0f89e07668aa060062b30eba980a539a308842
     311Author: sam0hack <sam.nyx@live.com>
     312Date:   Thu Apr 28 10:20:03 2022 +0200
     313
     314    perf: Native Lazy Loading on images
     315
     316commit 156a92165c3ae8b2e20846fc56db82d60460ed6e
     317Author: sam0hack <sam.nyx@live.com>
     318Date:   Thu Apr 28 10:18:25 2022 +0200
     319
     320    perf: :zap: Native Lazy Loading
     321
     322commit 9a7e68e5f956cb57adc843283c45e7f28fc55468
     323Merge: 92b2235 ec6d2f3
     324Author: Sam <sam.nyx@live.com>
     325Date:   Tue Apr 26 18:31:44 2022 +0200
     326
     327    feat: ✨ PC-59 Add new subdef mapping for assets based on asset type.
     328
     329commit ec6d2f34b0d8f2aa21ffd6f331b7a3058cd7cb8e
     330Author: sam0hack <sam.nyx@live.com>
     331Date:   Tue Apr 26 18:29:32 2022 +0200
     332
     333    feat: :sparkles: PC-59 Add new subdef mapping for assets based on asset type.
     334
     335commit d64b2a89e61aad51e128d53a24cb79662bae8801
     336Author: sam0hack <sam.nyx@live.com>
     337Date:   Tue Apr 26 15:49:43 2022 +0200
     338
     339    feat: :sparkles: add audio proprty in the subdef mapping list
     340   
     341    add audio property in the subdef list to map the audio assets in the plugin.
     342
     343commit 92b22359b51b648a30aab2b9af1e82bd6c914166
     344Merge: 4200a2e 502d8e8
     345Author: Sam <sam.nyx@live.com>
     346Date:   Thu Apr 14 15:18:59 2022 +0200
     347
     348    fix: remove global css variables
     349   
     350    > fix: remove global css variables
     351    > chore: update readme
     352    > chore: update the tested up version of wordpress
     353
     354commit 502d8e8cc6e9751e0a377828b239fb9b6c1fea4d
     355Author: sam0hack <sam.nyx@live.com>
     356Date:   Thu Apr 14 15:16:42 2022 +0200
     357
     358    fix: remove global css
     359
     360commit 943b7807c3e266fafe401589d8adabe1bc6640ce
     361Author: Sam <sam.nyx@live.com>
     362Date:   Thu Apr 14 12:49:47 2022 +0200
     363
     364    Update README.md
     365
     366commit f3ff095215bf749175eb10ae72027ff00eb0254e
     367Author: sam0hack <sam.nyx@live.com>
     368Date:   Thu Apr 14 12:45:11 2022 +0200
     369
     370    refactor: add build release status
     371
     372commit 4200a2ea92ba679f4bd12d3fcbc1eed888e91da0
     373Merge: e936d47 bea9810
     374Author: Sam <sam.nyx@live.com>
     375Date:   Thu Apr 14 12:32:55 2022 +0200
     376
     377    fix: add Bootstrap custom css to resolve selector conflicts with the themes
     378
     379commit bea98108f043da84476146706ce306f5e521c3a8
     380Author: sam0hack <sam.nyx@live.com>
     381Date:   Thu Apr 14 12:29:24 2022 +0200
     382
     383    chore: update stable tag and tested up to WP 5.9.3
     384
     385commit cbb883d7270e666a203537202b267f1723025e3d
     386Author: sam0hack <sam.nyx@live.com>
     387Date:   Thu Apr 14 12:07:17 2022 +0200
     388
     389    fix: add new custom bootstrap in page with wp_enqueue_style
     390   
     391    fix: add new custom bootstrap in page with wp_enqueue_style
     392
     393commit 9f94d18f8328ddf8bae76397fbab6f5a081b6096
     394Author: sam0hack <sam.nyx@live.com>
     395Date:   Thu Apr 14 12:05:47 2022 +0200
     396
     397    fix: add loading spinner
     398
     399commit 10ecd6dceb26e2724c867963b6a4ddd8a7a40f4a
     400Author: sam0hack <sam.nyx@live.com>
     401Date:   Thu Apr 14 12:05:26 2022 +0200
     402
     403    refactor: wrap div with new bootstrap custom class
     404
     405commit 097e36be7b1e40218948cb30126dc7aca9eead09
     406Author: sam0hack <sam.nyx@live.com>
     407Date:   Thu Apr 14 12:03:35 2022 +0200
     408
     409    fix: Bootstrap css conflict with theme
     410
     411commit e936d47618f5144fd79cc7016a5961a558469808
     412Merge: fc1b704 ad54658
     413Author: Sam <sam.nyx@live.com>
     414Date:   Tue Apr 12 14:47:01 2022 +0200
     415
     416    fix: freemius updating issues
     417
     418commit ad546586cdfaf2d0f6a485ca5d88423fc97e3759
     419Author: sam0hack <sam.nyx@live.com>
     420Date:   Tue Apr 12 14:46:18 2022 +0200
     421
     422    fix: freemius updating issues
     423
     424commit fc1b704edea74a08065ecdadc597276314ac2ac2
     425Merge: eaebda0 1acaade
     426Author: Sam <sam.nyx@live.com>
     427Date:   Wed Apr 6 16:17:48 2022 +0200
     428
     429    Deploy plugin with Github actions
     430   
     431     **Deploy plugin with Github actions**
     432   
     433    When create a new release the GitHub action will trigger and fire-up the docker stack and execute deploy script.
     434    The deploy script will build the plugin from current committed code and publish it to freemius as premium plugin and on wordpress.org as free plugin.
     435
     436commit 1acaade7d1ab2b2d4b871fe37180950fe9f0e416
     437Author: sam0hack <sam.nyx@live.com>
     438Date:   Wed Apr 6 16:13:34 2022 +0200
     439
     440    fix: remove fs-config.json from build
     441
     442commit 31e1d1a0249a9a13b0c24f798035da5fade5f4ca
     443Author: sam0hack <sam.nyx@live.com>
     444Date:   Wed Apr 6 16:07:12 2022 +0200
     445
     446    build: on release
     447
     448commit 174b49208df36b5e67f898163f3ea152616391f6
     449Author: sam0hack <sam.nyx@live.com>
     450Date:   Wed Apr 6 15:59:57 2022 +0200
     451
     452    refactor: remove PWD
     453
     454commit 174c40bf859d454130b0a3c88e4cbb6d292d7b5e
     455Author: sam0hack <sam.nyx@live.com>
     456Date:   Wed Apr 6 15:57:19 2022 +0200
     457
     458    fix: remove deploy script from being included in the prod
     459   
     460    fix: remove deploy script from being included in the prod
     461
     462commit f3394e067d5efd8d8838fb133ebd0bea2103be08
     463Author: Sam <sam.nyx@live.com>
     464Date:   Wed Apr 6 15:45:18 2022 +0200
     465
     466    Update deploy.sh
     467
     468commit 02ac1b920e9e5c4ecc052ebceb7516fa26912921
     469Author: Sam <sam.nyx@live.com>
     470Date:   Wed Apr 6 15:33:20 2022 +0200
     471
     472    Update deployment.yml
     473
     474commit 3559c49837ea3d31e983c1b9000cc32ed20b6769
     475Author: Sam <sam.nyx@live.com>
     476Date:   Wed Apr 6 15:30:03 2022 +0200
     477
     478    Update deploy.sh
     479
     480commit 6016a0a5dadfaff5da34b55d933de1413bc6c2a2
     481Author: Sam <sam.nyx@live.com>
     482Date:   Wed Apr 6 15:24:44 2022 +0200
     483
     484    Update deployment.yml
     485
     486commit 41faf5279bfe5c6a290c1b3fca9ebb7ead66ba81
     487Author: Sam <sam.nyx@live.com>
     488Date:   Wed Apr 6 15:14:51 2022 +0200
     489
     490    Update deploy.sh
     491
     492commit 79f05860c4f18c5beea6aae7a9c999d76df99ca6
     493Author: Sam <sam.nyx@live.com>
     494Date:   Wed Apr 6 15:06:10 2022 +0200
     495
     496    Update deployment.yml
     497
     498commit e406b6d0e96bb53c47ba918b8ea810b40a2d7249
     499Author: Sam <sam.nyx@live.com>
     500Date:   Wed Apr 6 15:00:22 2022 +0200
     501
     502    Update deployment.yml
     503
     504commit dcc6e2f5f3c7ba49e8653a4794e35637ab2ef8c5
     505Author: Sam <sam.nyx@live.com>
     506Date:   Wed Apr 6 14:54:55 2022 +0200
     507
     508    Update deployment.yml
     509
     510commit a79f8b362df62ea302000b8c1cefd73a52cfc490
     511Author: Sam <sam.nyx@live.com>
     512Date:   Wed Apr 6 14:49:56 2022 +0200
     513
     514    Update deployment.yml
     515
     516commit e544745c8d60885f6560543e71622c2db88b3d23
     517Author: Sam <sam.nyx@live.com>
     518Date:   Wed Apr 6 14:46:48 2022 +0200
     519
     520    Update deployment.yml
     521
     522commit 7c7938ecca791458784e96da79c14e89d00218cd
     523Author: Sam <sam.nyx@live.com>
     524Date:   Wed Apr 6 14:42:35 2022 +0200
     525
     526    Update deployment.yml
     527
     528commit a279f3a324cd089643376c65527469f8f281d912
     529Author: Sam <sam.nyx@live.com>
     530Date:   Wed Apr 6 14:14:54 2022 +0200
     531
     532    Update deployment.yml
     533
     534commit d33a47a081da1311156907ee3be4d6aeffc803a0
     535Author: Sam <sam.nyx@live.com>
     536Date:   Wed Apr 6 14:05:26 2022 +0200
     537
     538    Update deployment.yml
     539
     540commit 472a092cf44181e1aba25301b2ef0706ad141b44
     541Author: Sam <sam.nyx@live.com>
     542Date:   Wed Apr 6 13:59:50 2022 +0200
     543
     544    Update docker-entrypoint.sh
     545
     546commit 3ff624fa990e80d154d74144b7f8ff0e4715eaad
     547Author: Sam <sam.nyx@live.com>
     548Date:   Wed Apr 6 13:31:36 2022 +0200
     549
     550    Update docker-entrypoint.sh
     551
     552commit aaa3c739bf60f9a124460f2223a092f43cfec232
     553Author: Sam <sam.nyx@live.com>
     554Date:   Wed Apr 6 13:21:38 2022 +0200
     555
     556    Update deployment.yml
     557
     558commit 963c527d9e93b639fdd42174141cdbf1fa86ba52
     559Author: Sam <sam.nyx@live.com>
     560Date:   Wed Apr 6 13:20:18 2022 +0200
     561
     562    Update deployment.yml
     563
     564commit 660b9d2108a53f33ce0a240fb1125c62522405ce
     565Author: Sam <sam.nyx@live.com>
     566Date:   Wed Apr 6 13:18:58 2022 +0200
     567
     568    Update deployment.yml
     569
     570commit 6c83270ec6ed0969c6a48f2a75dfdee496fa8aad
     571Author: Sam <sam.nyx@live.com>
     572Date:   Wed Apr 6 13:16:27 2022 +0200
     573
     574    Update deployment.yml
     575
     576commit 2ec05313ab501b52a27b11097dbe3adc24fc5880
     577Author: Sam <sam.nyx@live.com>
     578Date:   Wed Apr 6 13:01:45 2022 +0200
     579
     580    Update .env
     581
     582commit 79c300c99c6c011a5a4a8346fe060b3c2bb50092
     583Author: Sam <sam.nyx@live.com>
     584Date:   Wed Apr 6 12:50:32 2022 +0200
     585
     586    Update deployment.yml
     587
     588commit 7d0120355bc7da1fc5c9ae590a0ce0e52d04033c
     589Author: Sam <sam.nyx@live.com>
     590Date:   Wed Apr 6 12:49:37 2022 +0200
     591
     592    test script
     593
     594commit 59cd239086cc81d44698628389ed40ac91e69287
     595Author: Sam <sam.nyx@live.com>
     596Date:   Tue Apr 5 16:59:09 2022 +0200
     597
     598    add: docker build
     599
     600commit e8e03026c992f949f893166d68a1ba5db5188fff
     601Author: Sam <sam.nyx@live.com>
     602Date:   Tue Apr 5 16:54:21 2022 +0200
     603
     604    stable
     605   
     606    stable
     607
     608commit 58abc831307437e93d4f7738eb691a192297fdfb
     609Author: Sam <sam.nyx@live.com>
     610Date:   Tue Apr 5 16:50:04 2022 +0200
     611
     612    stable
     613
     614commit 249f6d3b2bcc7f8fb81244f9c1ab227fa9f68131
     615Author: sam0hack <sam.nyx@live.com>
     616Date:   Tue Apr 5 16:45:10 2022 +0200
     617
     618    build: if tag has stable
     619
     620commit 538fb2e854281480a53e764507200dd23b5d922f
     621Author: sam0hack <sam.nyx@live.com>
     622Date:   Tue Apr 5 16:34:16 2022 +0200
     623
     624    build: add deploy commands
     625
     626commit e7accc9e86388b29b82c1d81665efbc16e0c2887
     627Merge: 40f859b 18527ee
     628Author: sam0hack <sam.nyx@live.com>
     629Date:   Tue Apr 5 15:44:14 2022 +0200
     630
     631    Merge branch 'main' of github.com:sam0hack/Phraseanet-Wordpress-Client-Plugin
     632
     633commit 40f859b0b76f19adab0b8a87e4baebeb5dc4e22f
     634Author: sam0hack <sam.nyx@live.com>
     635Date:   Tue Apr 5 15:43:53 2022 +0200
     636
     637    feat: Deploy plugin to freemius and wordpress
     638   
     639    feat: Deploy plugin to freemius and wordpress in one go.
     640
     641commit bee8b7580537570ee117fc2aeafe146cf727cba5
     642Author: sam0hack <sam.nyx@live.com>
     643Date:   Tue Apr 5 15:42:56 2022 +0200
     644
     645    build: the first arg of the script is the release version
     646   
     647    build: the first arg of the script is the release version of the plugin. if not provided the default from readme.txt and phraseanet.php will used.
     648
     649commit 0aab607cd221c9ef03800a65a0c31780d419aeec
     650Author: sam0hack <sam.nyx@live.com>
     651Date:   Tue Apr 5 15:41:41 2022 +0200
     652
     653    build: freemius deploy
     654
     655commit b6ed24778cba7aabc42b19d2c068e747ba341e71
     656Author: sam0hack <sam.nyx@live.com>
     657Date:   Tue Apr 5 15:41:24 2022 +0200
     658
     659    feat: add new env vars for deploy
     660
     661commit 8ecc33897a4cb327f5671b16c22ca3773c24cb78
     662Author: sam0hack <sam.nyx@live.com>
     663Date:   Tue Apr 5 15:40:45 2022 +0200
     664
     665    build: add deploy dependencies.
     666
     667commit 36ab78323aa1ef82370513c9a25977375c8bcdae
     668Author: sam0hack <sam.nyx@live.com>
     669Date:   Tue Apr 5 15:40:27 2022 +0200
     670
     671    build: add freemius deploy
     672
     673commit a38f817a4763654adfa958939ac929eb29edf020
     674Author: sam0hack <sam.nyx@live.com>
     675Date:   Tue Apr 5 15:39:01 2022 +0200
     676
     677    ignore freemius conf
     678
     679commit 18527ee96b2c22ba0f20bfef8ddc9a57ca2836dc
     680Author: Sam <sam.nyx@live.com>
     681Date:   Mon Apr 4 11:30:48 2022 +0200
     682
     683    test 1
     684
     685commit eaebda0dfff30d552b973610ef3cf9bde3718c14
     686Merge: 6f4f049 fb594d0
     687Author: Sam <sam.nyx@live.com>
     688Date:   Fri Apr 1 16:54:23 2022 +0200
     689
     690    refactor: readme plugin link and change logs
     691
     692commit fb594d05376599ca190148fe55266e0bb4817736
     693Author: sam0hack <sam.nyx@live.com>
     694Date:   Fri Apr 1 15:16:56 2022 +0200
     695
     696    refactor: plugin home page link
     697
     698commit 673330255c7a8835ad0585395b39586d14919b69
     699Author: sam0hack <sam.nyx@live.com>
     700Date:   Fri Apr 1 14:34:24 2022 +0200
     701
     702    refactor: readme
     703
     704commit 6f4f04950d5bcc257fd48e3cb8eaafe66f6ab7eb
     705Merge: 6ac6155 ffbb8d4
     706Author: Sam <sam.nyx@live.com>
     707Date:   Fri Apr 1 13:59:54 2022 +0200
     708
     709    fix: minor UI fixes and updated readme.txt with more details for wp.org
     710
     711commit ffbb8d4e4663ed60e7da96c953a7c27e029ed312
     712Author: sam0hack <sam.nyx@live.com>
     713Date:   Fri Apr 1 13:14:30 2022 +0200
     714
     715    update the version of plugin
     716
     717commit 02871ea607e6b1365e45394ae1ff747e4dd3c622
     718Author: sam0hack <sam.nyx@live.com>
     719Date:   Fri Apr 1 13:11:34 2022 +0200
     720
     721    chore: table fix
     722
     723commit 4055e5b421f44e0d4b2205a3f375093cb86b3e8e
     724Author: sam0hack <sam.nyx@live.com>
     725Date:   Fri Apr 1 13:03:54 2022 +0200
     726
     727    refactor: github action to main branch
     728
     729commit f7c1858857d9ca131e7230d96a85892c69fd2699
     730Author: sam0hack <sam.nyx@live.com>
     731Date:   Fri Apr 1 13:03:05 2022 +0200
     732
     733    doc: update readme with more details
     734
     735commit 977589198b092df1de99520404ffd5f3687c5762
     736Author: sam0hack <sam.nyx@live.com>
     737Date:   Fri Apr 1 13:02:48 2022 +0200
     738
     739    fix: UI
     740
     741commit 6ac6155fbac4ca6d6c29a61d44f5f9e8859ca7d8
     742Merge: e67af0e 01ee5a4
     743Author: Sam <sam.nyx@live.com>
     744Date:   Wed Mar 30 18:20:33 2022 +0200
     745
     746    fix: invalid query when click on facets
     747
     748commit 01ee5a4e9ebfe91342dd21667f18ae0f986ad810
     749Author: sam0hack <sam.nyx@live.com>
     750Date:   Wed Mar 30 18:19:14 2022 +0200
     751
     752    fix: invalid query when click on facets
     753   
     754    fix: invalid query when click on facets
     755
     756commit e67af0ebbb5855c173d746985b0eff8e1cd9dbcd
     757Merge: bb1d39e 4003ec7
     758Author: Sam <sam.nyx@live.com>
     759Date:   Wed Mar 30 17:14:02 2022 +0200
     760
     761    fix: Fix the facets default view. Now facets sidebar will be visible until user disables it.
     762
     763commit 4003ec7c7dfd349fe9568b33218a634006ff56df
     764Author: sam0hack <sam.nyx@live.com>
     765Date:   Wed Mar 30 17:12:51 2022 +0200
     766
     767    fix: Fix the facets default view. Now facets sidebar will be visible until user disables it.
     768   
     769    fix: Fix the facets default view. Now facets sidebar will be visible until user disables it.
     770
     771commit bb1d39efa3296595795cc4c3fc55694840d835c6
     772Merge: eaff3ff 3ad8aec
     773Author: Sam <sam.nyx@live.com>
     774Date:   Wed Mar 30 12:21:59 2022 +0200
     775
     776    update: version to 1.2.4
     777   
     778    update: version to 1.2.4
     779
     780commit 3ad8aecd659209e3bf05ceb513a420d40e55057d
     781Author: sam0hack <sam.nyx@live.com>
     782Date:   Wed Mar 30 12:21:07 2022 +0200
     783
     784    update: version to 1.2.4
     785
     786commit eaff3ffef4169ebc438f7e6b199ddcb6e684e08c
     787Merge: 5ada0b6 01ec2a7
     788Author: Sam <sam.nyx@live.com>
     789Date:   Wed Mar 30 12:06:29 2022 +0200
     790
     791    fix: duplicating collections in the collection list
     792   
     793    fix: duplicating collections in the collection list
     794
     795commit 01ec2a70d1ede204c6483fc15e045e0c3a0f7428
     796Author: sam0hack <sam.nyx@live.com>
     797Date:   Wed Mar 30 12:05:03 2022 +0200
     798
     799    fix: duplicating collections in the collection list
     800   
     801    fix: duplicating collections in the collection list.
     802
     803commit 5ada0b6a5090a6e0ee6ddba23d605b0a8dad56c8
     804Merge: 2f9bc30 cf98088
     805Author: Sam <sam.nyx@live.com>
     806Date:   Fri Mar 25 13:18:20 2022 +0100
     807
     808    feat: add and change default currency to EUR
     809   
     810    feat: add and change default currency to EUR
     811
     812commit cf98088535c825623a4591fcca7083701dc57c95
     813Author: sam0hack <sam.nyx@live.com>
     814Date:   Fri Mar 25 13:17:23 2022 +0100
     815
     816    feat: add and change default currency to EUR
     817   
     818    feat: add and change default currency to EUR
     819
     820commit 7dfe81ff1e03d2ad04a9ccdee1c5d467fc13d8bb
     821Author: sam0hack <sam.nyx@live.com>
     822Date:   Fri Mar 25 13:15:50 2022 +0100
     823
     824    fix: dev name
     825
     826commit 2f9bc30ceb06098e482dc77f8c90261a28ff0254
     827Merge: 499cd73 d2939e3
     828Author: Sam <sam.nyx@live.com>
     829Date:   Wed Mar 23 13:58:49 2022 +0100
     830
     831    PC-56 Solution 1. add a packager that create two builds. 1 for free and 1 for premium and fix packager2.sh with version upgrade.
     832   
     833    PC-56 Solution 1. add a packager that create two builds. 1 for free and 1 for premium and fix packager2.sh with version upgrade.
     834
     835commit d2939e3746915ddc17c355a882700bbb5f84cb2a
     836Author: sam0hack <sam.nyx@live.com>
     837Date:   Wed Mar 23 13:56:56 2022 +0100
     838
     839    PC-56 version update
     840
     841commit afd471bed3a5d15743ddad423c95ffb9faf4f726
     842Author: sam0hack <sam.nyx@live.com>
     843Date:   Tue Mar 22 16:51:19 2022 +0100
     844
     845    PC-56 Solution 1
     846   
     847    PC-56 Solution 1. add a packager that create two builds. 1 for free and 1 for premium.
     848
     849commit 499cd730749d4dea51d796435d57519468d4f48a
     850Merge: bb56382 fc7ee7e
     851Author: Sam <sam.nyx@live.com>
     852Date:   Wed Mar 16 17:07:45 2022 +0100
     853
     854    fix: typos in readme and add: PC-56 get premium button
     855   
     856    fix: typos in readme and add: PC-56 get premium button
     857
     858commit fc7ee7e8905b86d787b7689b2474f41c11217e70
     859Author: sam0hack <sam.nyx@live.com>
     860Date:   Wed Mar 16 17:06:27 2022 +0100
     861
     862    fix: typos
     863
     864commit 72aa0c1b480fe2355643a922cb7fb157efced6c8
     865Author: sam0hack <sam.nyx@live.com>
     866Date:   Wed Mar 16 17:06:08 2022 +0100
     867
     868    add: PC-56 get premium button
     869
     870commit bb563827ab8531184959e43c912657ffd47b8013
     871Merge: 5dac11e 2e4e1c0
     872Author: Sam <sam.nyx@live.com>
     873Date:   Thu Mar 3 15:30:20 2022 +0100
     874
     875    PC-55 version upgrade for WP
     876   
     877    PC-55 version upgrade for WP
     878
     879commit 2e4e1c014ec6f9b64f1aef7d5368fa586435207f
     880Author: sam0hack <sam.nyx@live.com>
     881Date:   Thu Mar 3 15:29:08 2022 +0100
     882
     883    PC-55 version upgrade for WP
     884
     885commit 5dac11eab835f130e15588cb9ec1c60a68aae9fd
     886Merge: 3fa9e10 d9d5a81
     887Author: Sam <sam.nyx@live.com>
     888Date:   Thu Mar 3 13:06:50 2022 +0100
     889
     890    patch: PC-55 All of the issues are minor except for one that allows WP logged-in users to turn the SDK's debug mode on, which activates logging and can potentially expose some Freemius-related sensitive variables — like the opted-in user email address and API keys
     891   
     892    patch: PC-55 All of the issues are minor except for one that allows WP logged-in users to turn the SDK's debug mode on, which activates logging and can potentially expose some Freemius-related sensitive variables — like the opted-in user email address and API keys
     893
     894commit d9d5a81e08d8d5f0fa1b03e7c81c4503d5fdf0d4
     895Author: sam0hack <sam.nyx@live.com>
     896Date:   Thu Mar 3 13:04:39 2022 +0100
     897
     898    fix: PC-55 logo
     899
     900commit e96f119974407f1b7e8119986645eb469a7b8d75
     901Author: sam0hack <sam.nyx@live.com>
     902Date:   Thu Mar 3 13:02:08 2022 +0100
     903
     904    patch: PC-55 All of the issues are minor except for one that allows WP logged-in users to turn the SDK's debug mode on, which activates logging and can potentially expose some Freemius-related sensitive variables — like the opted-in user email address and API keys
     905   
     906    patch: PC-55 All of the issues are minor except for one that allows WP logged-in users to turn the SDK's debug mode on, which activates logging and can potentially expose some Freemius-related sensitive variables — like the opted-in user email address and API keys
     907
     908commit 3fa9e1050f3790ebc695b06bd576f2df7e14738d
     909Merge: 5b24006 8b904b1
     910Author: Sam <sam.nyx@live.com>
     911Date:   Wed Mar 2 15:14:46 2022 +0100
     912
     913    fix: PC-52 and PC-54 SVN commit rejected by wordpress pre-commit hooks issues with wordpress compatibility
     914   
     915    fix: PC-52 and PC-54 SVN commit rejected by wordpress pre-commit hooks issues with wordpress compatibility
     916   
     917    fix: PC-54 by adding the local version of phraseanet-php-sdk with fixed version of doctrine/collection and doctrine/cache
     918
     919commit 8b904b17b876143d05af5965a37eada53e019a7f
     920Author: sam0hack <sam.nyx@live.com>
     921Date:   Wed Mar 2 15:13:17 2022 +0100
     922
     923    fix: PC-52 and PC-54 SVN commit rejected by wordpress pre-commit hooks issues with wordpress compatibility
     924   
     925    fix: PC-54 by adding the local version of phraseanet-php-sdk with fixed version of doctrine/collection and doctrine/cache
     926
     927commit 5b24006e26a2de148c8ca3df55a37080c6294ef3
     928Merge: 62dc050 ed03d62
     929Author: Sam <sam.nyx@live.com>
     930Date:   Fri Feb 25 15:07:57 2022 +0100
     931
     932    Merge pull request #174 from sam0hack/origin/1.1-freemius
     933   
     934    chore: PC-48 improved performance
     935
     936commit ed03d62aabb2f0ac2fd8e345f6d4414840ff9e4a
     937Author: sam0hack <sam.nyx@live.com>
     938Date:   Fri Feb 25 15:06:33 2022 +0100
     939
     940    fix: PC-48 improve performance
     941
     942commit 2bf8af15f0dd52080fffa461d07f801b176755c8
     943Author: sam0hack <sam.nyx@live.com>
     944Date:   Fri Feb 25 15:05:50 2022 +0100
     945
     946    fix: PC-52 indentation
     947
     948commit 62dc0506e7d025d7f07ef81b8417f712154f8330
     949Merge: 9ebedc5 60882dc
     950Author: Sam <sam.nyx@live.com>
     951Date:   Thu Feb 24 16:47:23 2022 +0100
     952
     953    fix: PC-48 Fix wrong asset download
     954   
     955    fix: PC-48 after updating collection chooser with the allowed collections the download asset functionality broke.
     956
     957commit 60882dc2ddebc1542c5b67cf483415b46f690a74
     958Author: sam0hack <sam.nyx@live.com>
     959Date:   Thu Feb 24 16:46:20 2022 +0100
     960
     961    fix: PC-48 Fix wrong asset download
     962   
     963    fix: PC-48 after updating collection chooser with the allowed collections the download asset functionality broke.
     964
     965commit 9ebedc559567f11d3cadc3a9570b659982c27e9e
     966Merge: fff3324 684774d
     967Author: Sam <sam.nyx@live.com>
     968Date:   Thu Feb 24 16:16:15 2022 +0100
     969
     970    fix: PC-52 Optimize the lodash imports and removed .map files from production to reduce the build size.
     971   
     972    Optimized the lodash imports and removed .map files from production to reduce the build size.
     973    Merge pull request #172 from sam0hack/origin/1.1-freemius
     974
     975commit 684774d5e8beb007427958463f5b55ad0567adee
     976Author: sam0hack <sam.nyx@live.com>
     977Date:   Thu Feb 24 16:14:42 2022 +0100
     978
     979    fix: PC-52 Optimize the lodash imports
     980   
     981    Optimized the lodash imports and removed .map files from production to reduce the build size.
     982
     983commit fff3324e12490a61bab28890817b9ad89311e5aa
     984Merge: 3c15149 0b35531
     985Author: Sam <sam.nyx@live.com>
     986Date:   Thu Feb 24 16:47:54 2022 +0530
     987
     988    fix: PC-52 dropdown stoped working when upgraded the bootstrap from version 4 to version 5.
     989   
     990    fix: PC-52 dropdown stoped working when upgraded the bootstrap from version 4 to version 5.
     991    **The data-* attributes used in Bootstrap 4 have been replaced with data-bs-* in Bootstrap 5**
     992
    2993commit 0b35531659a173b8228b8973e8915bbb9c8b7361
    3994Author: sam0hack <sam.nyx@live.com>
     
    91000    The data-* attributes used in Bootstrap 4 have been replaced with data-bs-* in Bootstrap 5
    101001
     1002commit 3c15149e13fd3ac2d67e89d4caafb95e29f9678a
     1003Merge: a95d633 28c9c48
     1004Author: Sam <sam.nyx@live.com>
     1005Date:   Thu Feb 24 16:18:56 2022 +0530
     1006
     1007    fix: PC-52 sanitize session and encapsulate them
     1008
    111009commit 28c9c4846815e34252e82195b9136201e097ff0c
    121010Author: sam0hack <sam.nyx@live.com>
     
    171015    fix: PC-52 sanitize session and encapsulate them
    181016
     1017commit a95d63323cc340666607a909f96cdf66064172b9
     1018Merge: a043141 a595e64
     1019Author: Sam <sam.nyx@live.com>
     1020Date:   Wed Feb 23 22:20:48 2022 +0530
     1021
     1022    fix: PC-52 Remove dev files from prod and fix webpack.config. remove custom js since we are completely using the reactJs.
     1023
    191024commit a595e64bcdc949e88f2c5106e698b801a05b9074
    201025Author: sam0hack <sam.nyx@live.com>
     
    251030    fix: PC-52 Remove dev files from prod and fix webpack.config. remove custom js since we are completely using the reactJs.
    261031
     1032commit a043141380028f8b7c70435abbd44f557cb3c5b9
     1033Merge: aaf33e8 c69c9c9
     1034Author: Sam <sam.nyx@live.com>
     1035Date:   Wed Feb 23 21:16:07 2022 +0530
     1036
     1037    fix: PC-52 Add esc_attr and esc_url on php echo.
     1038   
     1039    fix: PC-52 Add esc_attr and esc_url on php echo
     1040
    271041commit c69c9c930b00136ed988d11a24b18207e3499ab3
    281042Author: sam0hack <sam.nyx@live.com>
     
    331047    fix: PC-52 Add esc_attr and esc_url on php echo.
    341048
     1049commit aaf33e88a38868262bbc69fb0fbe5211fa6317e8
     1050Merge: 25095a0 d6bd67c
     1051Author: Sam <sam.nyx@live.com>
     1052Date:   Tue Feb 22 21:02:58 2022 +0530
     1053
     1054    refactor: PC-52 refactor the code to PSR and removed deprecated files that are no longer needed.
     1055
    351056commit d6bd67c6337d4ef6f2ec18d2c5a09943c2931aee
    361057Author: sam0hack <sam.nyx@live.com>
     
    511072    refactor: PC-52 PSR
    521073
     1074commit 25095a0be190cfb854348c2cd9ced2a84fccb299
     1075Merge: 11f95dc 28caf23
     1076Author: Sam <sam.nyx@live.com>
     1077Date:   Tue Feb 22 20:33:44 2022 +0530
     1078
     1079    fix: PC-48 when fetching collections in the admin. we are getting the all the collection from the Data-box even user doesn't have the rights of those collection.
     1080   
     1081    fix: PC-48 when fetching collections in the admin. we are getting the all the collection from the Data-box even user doesn't have the rights of those collection.
     1082
    531083commit 28caf23057660535310e8fa5af976064d4e8784b
    541084Author: sam0hack <sam.nyx@live.com>
     
    591089    fix: PC-48 when fetching collections in the admin. we are getting the all the collection from the Data-box even user doesn't have the rights of those collection.
    601090
     1091commit 11f95dc33c10493644a6d11d1663f2583261376e
     1092Merge: 6a37995 8968a74
     1093Author: Sam <sam.nyx@live.com>
     1094Date:   Tue Feb 22 18:22:08 2022 +0530
     1095
     1096    fix: PC-52 more changes in the code for WP compatibility
     1097   
     1098    fix: PC-52 more changes in the code for WP compatibility
     1099
    611100commit 8968a74a9081d8d8943591102b726efa04101f65
    621101Author: sam0hack <sam.nyx@live.com>
     
    771116    add: security scan test1
    781117
     1118commit 6a379951c666b6ad2f873c279db51af9faae6954
     1119Merge: f4ff230 a016d37
     1120Author: Sam <sam.nyx@live.com>
     1121Date:   Tue Feb 22 00:32:03 2022 +0530
     1122
     1123    fix: PC-52 fix warning of undefined index
     1124   
     1125    fix: PC-52 fix warning of undefined index
     1126
    791127commit a016d37c15b8ea1f468221d945c343ece69e8d6b
    801128Author: sam0hack <sam.nyx@live.com>
     
    821130
    831131    fix: PC-52 fix warning of undefined index
     1132
     1133commit f4ff2300986f96d224887f855044f06e0f998b4d
     1134Merge: 9af2db8 261a44a
     1135Author: Sam <sam.nyx@live.com>
     1136Date:   Mon Feb 21 21:59:30 2022 +0530
     1137
     1138    fix: PC-52 fix for render preview of the page and sensitize the user inputs
     1139   
     1140    add: sanitization on the user inputs.
     1141    refactor: the code is now compatible with wordpress.org
    841142
    851143commit 261a44a4d1724618d9ef8c250bfb285de6b4e698
     
    921150    refactor: the code is now compatible
    931151
     1152commit 9af2db8a4264f52b2d5befac35f2c3310d6f2d30
     1153Merge: 2c3eb4a 0e0a087
     1154Author: Sam <sam.nyx@live.com>
     1155Date:   Thu Feb 17 22:27:28 2022 +0530
     1156
     1157    fix: PC-52 Dependency upgrade and Sanitized, Escaped, and Validated all the inputs and removed error reporting from production code
     1158   
     1159    fix: PC-52 Dependency upgrade
     1160    fix: PC-52 Sanitized, Escaped, and Validated all the inputs and removed error reporting from production code
     1161
    941162commit 0e0a087a65232ca994c331ffa381d56fb819304b
    951163Author: sam0hack <sam.nyx@live.com>
     
    1041172    fix: PC-52 Dependency upgrade
    1051173
     1174commit 2c3eb4abd1e780b5502b40d2fe8b937c89963931
     1175Merge: aef3af5 4d8783b
     1176Author: Sam <sam.nyx@live.com>
     1177Date:   Wed Feb 16 21:43:47 2022 +0530
     1178
     1179    fix: Pc-48 add allow premium option, Remove the plugin at end of plugin name, remove freemius secret key
     1180   
     1181    chore: PC-48 set the plugin image when activating the plugin.
     1182    fix: PC-48 add pricing plans
     1183    chore: PC-48 add dir's to exclude from the final build
     1184    chore: PC-48 rename the plugin to make it compatible with WP.org
     1185    chore: PC-48 update the description to match the readme.txt description
     1186    fix: PC-48 for account security remove Freemius secret key and move it to .env from there we can use it as ENV VAR. Freemius secret key should not be inside the code
     1187
    1061188commit 4d8783b92c3550765b47a2aae89eb1469348fc7a
    1071189Author: sam0hack <sam.nyx@live.com>
     
    1601242    fix: PC-48 add pricing plans
    1611243
     1244commit aef3af50a903e7711f1397b4add413278766f01c
     1245Merge: 2d833d2 639af9c
     1246Author: Sam <sam.nyx@live.com>
     1247Date:   Wed Feb 16 14:24:19 2022 +0530
     1248
     1249    fix: PC-48 prepare plugin for wordpress.org and fix scroll issue
     1250   
     1251    feat: Update the Freemius conf for new account.
     1252    fix: Move freemius sdk to top level of plugin
     1253    fix: scroll issue.
     1254    doc: Update readme.txt for wordpress.org
     1255    doc: add GNU V3 License.txt
     1256
    1621257commit 639af9c7552339a2457e1bab6919ade65592cdc7
    1631258Author: sam0hack <sam.nyx@live.com>
     
    1841279    fix: PC-48 move freemius sdk at top level of plugin
    1851280
     1281commit 2d833d2ade18b8f4f3950b13fbd14217d2ef88ed
     1282Merge: 12f79d9 4a745a5
     1283Author: Sam <sam.nyx@live.com>
     1284Date:   Mon Feb 14 16:30:23 2022 +0530
     1285
     1286    feat: PC-48 Admin can choose the masonry image rendering styles
     1287   
     1288    feat: PC-48 Admin can choose the masonry image rendering styles. There are two option Auto that will detect the image dimensions and renders it And Random as the name suggests it will generate the random styles.
     1289
    1861290commit 4a745a5d688cd34c512c5de7327ee4864dbb956c
    1871291Author: sam0hack <sam.nyx@live.com>
     
    1921296    feat: PC-48 Admin can choose the masonry image rendering styles. There are two option Auto that will detect the image dimensions and renders it And Random as the name suggests it will generate the random styles.
    1931297
     1298commit 12f79d9f825af15f6d30aa7a5ffe14b130ca0555
     1299Merge: eb3e1f3 a6eec97
     1300Author: Sam <sam.nyx@live.com>
     1301Date:   Fri Feb 11 16:35:29 2022 +0100
     1302
     1303    fix: PC-48 when facets hide utilize the full width and feat: PC-48  Stop scrolling when loading.
     1304   
     1305    fix: PC-48 when facets hide utilize the full width and feat: PC-48  Stop scrolling when loading.
     1306
    1941307commit a6eec97ef4bfd11a145d9a2d322b207c262d46df
    1951308Author: sam0hack <sam.nyx@live.com>
     
    2461359    fix: PC-48 stop the scroll bar when loading the content
    2471360
     1361commit eb3e1f3c8f84199ebca029edb525523c5a76f7ad
     1362Merge: 38e4417 9d107bd
     1363Author: Sam <sam.nyx@live.com>
     1364Date:   Tue Feb 8 19:23:58 2022 +0100
     1365
     1366    PC-48 Refactor and minor fixes.
     1367   
     1368    Refactor: PC-48 create and add the license handler class into plugin main class to easily access the license methods without managing multiple instance for the same methods.
     1369   
     1370    fix: PC-48 when admin set fewer number of records in the plugin backend the plugin won't work scroll down because it needs a least amount of records to work properly. The default and minimum and amount is 50 from now on.
     1371
    2481372commit 9d107bd78808bb1d6f5431dd43d17c10388a1f6a
    2491373Author: sam0hack <sam.nyx@live.com>
     
    3221446    fix: PC-48 Issue: when number of records are less thn 50 in the admin the scroll doesn't work.
    3231447
     1448commit 38e44171e76b48ab1b0c917195aef74c7ea24a8e
     1449Merge: ab48b1b 3e47825
     1450Author: Sam <sam.nyx@live.com>
     1451Date:   Mon Feb 7 16:42:05 2022 +0100
     1452
     1453    fix: PC-48 theme css issue with plugin
     1454   
     1455    [fix: PC-48 theme css issue with plugin]
     1456    [fix: PC-48 issue request visible if facet are hidden]
     1457    [fix: PC-48 fix document thumbnail]
     1458    [fix: PC-48 default enable facets until admin choose to hide]
     1459
    3241460commit 3e4782511abd9c722d8b883138f8c22109b8f17a
    3251461Author: sam0hack <sam.nyx@live.com>
     
    3521488    fix: PC-48 theme css issue with plugin
    3531489
     1490commit ab48b1b56cc1f4f37232862378cc3d4f62c9a299
     1491Merge: 9fb34ee 21c6cf4
     1492Author: Sam <sam.nyx@live.com>
     1493Date:   Thu Feb 3 17:36:33 2022 +0100
     1494
     1495    feat: PC-48 facet sidebar show hide based
     1496   
     1497    Admin can choose to show and hide the face sidebar on the front-end
     1498
    3541499commit 21c6cf4599ccc6d2aad5cfcc7ec8a719bccd7b43
    3551500Author: sam0hack <sam.nyx@live.com>
     
    4011546   
    4021547    feat: PC-48 add toggle btn for enable and disable facets on the front-end
     1548
     1549commit 9fb34ee29e0f84bf446a2d8ee9fafb4187ed7041
     1550Merge: 892f6a8 d135861
     1551Author: Sam <sam.nyx@live.com>
     1552Date:   Mon Jan 31 17:30:37 2022 +0100
     1553
     1554    feat: PC-51 add preview window in the admin area
     1555   
     1556    Merge pull request #154 from sam0hack/origin/1.1-freemius
    4031557
    4041558commit d1358618a78db4e7421086cd0ce369068c5e93e5
     
    4861640    fix: add docker compose build
    4871641
     1642commit 892f6a82ca1aeca11867a1c1191225073e27ef59
     1643Merge: 20ef790 89f2d14
     1644Author: Sam <sam.nyx@live.com>
     1645Date:   Fri Jan 28 14:39:06 2022 +0100
     1646
     1647    fix: PC-48 in post any inserted block under phraseanet block not showing up
     1648   
     1649    fix: PC-48 in page or post the inserted block under phraseanet-client-block doesn't appear
     1650
    4881651commit 89f2d14ed4f0624167d6c91bf0009e049ddf8bef
    4891652Author: sam0hack <sam.nyx@live.com>
     
    4941657    fix: PC-48 in page or post the inserted block under phraseanet-client-block doesn't appear
    4951658
     1659commit 20ef790cae9d0b3e50e5250ba82dc80ff1115ad0
     1660Merge: e41d340 e165e56
     1661Author: Sam <sam.nyx@live.com>
     1662Date:   Thu Jan 27 15:59:17 2022 +0100
     1663
     1664    fix: PC-48 add lodash noConflict
     1665
    4961666commit e165e563eb7c0b3a7cc701524385c97735b0744e
    4971667Author: sam0hack <sam.nyx@live.com>
     
    5061676    log when lodash loaded
    5071677
     1678commit e41d3401ac9bef7ad1897509e0b8f83df249257b
     1679Merge: d162daa 3b58e43
     1680Author: Sam <sam.nyx@live.com>
     1681Date:   Thu Jan 27 14:48:00 2022 +0100
     1682
     1683    feat: PC-48 forbidden twice block insertion in same post page and add line at end of answer grid block
     1684   
     1685    feat: PC-48 restrict to use more then one block in a post.
     1686   
     1687    jira issue (forbidden twice block insertion in same post page)
     1688   
     1689    feat: PC-48 add line at end of answer grid block
     1690
    5081691commit 3b58e432365342dde3382cc9265f8921eb884376
    5091692Author: sam0hack <sam.nyx@live.com>
     
    5351718
    5361719    fix: remove console log
     1720
     1721commit d162daa00e6abe3a17f263ec7cafb1ac6541ab2b
     1722Merge: f3ee488 4ae2b0b
     1723Author: Sam <sam.nyx@live.com>
     1724Date:   Wed Jan 26 17:53:02 2022 +0100
     1725
     1726    fix: PC-48 test insert client-block in post, define a requester, save…
    5371727
    5381728commit 4ae2b0bb2b78285d84a6f6db058736144650fc36
     
    5451735    test insert client-block in post, define a requester, saved the post and open it , delete the requester and refresh the post. error in console
    5461736
     1737commit f3ee4880c3ae048ec81ae0cc071f65b4de32bf63
     1738Merge: 4b8dae1 a6e33c4
     1739Author: Sam <sam.nyx@live.com>
     1740Date:   Wed Jan 26 17:14:38 2022 +0100
     1741
     1742    fix: PC-48 query in requester is not fired when press enter
     1743   
     1744    fix: PC-48 query in requester is not fired when press enter
     1745
    5471746commit a6e33c40158d1703c2517476f33c919537363bfd
    5481747Author: sam0hack <sam.nyx@live.com>
     
    5571756    fix: class to className
    5581757
     1758commit 4b8dae166cf7864277906fd6b878dc42712253ff
     1759Merge: c6e6eed c9fed62
     1760Author: Sam <sam.nyx@live.com>
     1761Date:   Wed Jan 26 16:46:31 2022 +0100
     1762
     1763    fix: PC-48 separate chkboxes for permalink and fix UI of the overlay layout
     1764
    5591765commit c9fed62bf2a1a8cce7c7161f35975dbc00fe1520
    5601766Author: sam0hack <sam.nyx@live.com>
     
    6491855    feat: PC-48 separate the subdef for download and permalink
    6501856
     1857commit c6e6eed63de3d7a7e74bb65b41ded9a090ab80ea
     1858Merge: 97b864d e73a76a
     1859Author: Sam <sam.nyx@live.com>
     1860Date:   Tue Jan 25 18:46:35 2022 +0100
     1861
     1862    fix: One we add subdef in a post and add subdef in phraseanet they won't show in saved post of WP.
     1863   
     1864    fix: PC-48 subdef list not showing
     1865   
     1866    fix: When we scrolldown the grid image size changes of the previous images that makes scroll to go up down randomly. it's fixed by pre generating the dimensions and assigned them by indexes.
     1867
    6511868commit e73a76a3cc855b2616f8923ffad2e977459794e9
    6521869Author: sam0hack <sam.nyx@live.com>
     
    6651882    fix: One we add subdef in a post and add subdef in phraseanet they won't show in saved post of WP.
    6661883
     1884commit 97b864d20a07b2e304669f0ee26da7d4027a61be
     1885Merge: fd5bbb8 03c18a6
     1886Author: Sam <sam.nyx@live.com>
     1887Date:   Mon Jan 24 18:05:21 2022 +0100
     1888
     1889    fix: PC-48 fix grid layout on fewer results
     1890   
     1891    Merge pull request #146 from sam0hack/origin/1.1-freemius
     1892
    6671893commit 03c18a60711ed38e3dfa36b2e80531f115721e4e
    6681894Author: sam0hack <sam.nyx@live.com>
     
    6771903    fix: PC-48 rename string
    6781904
     1905commit fd5bbb8074ec84c731af35fbfae682e75df51aa6
     1906Merge: 755bd9e 7272441
     1907Author: Sam <sam.nyx@live.com>
     1908Date:   Mon Jan 24 17:23:34 2022 +0100
     1909
     1910    feat: Admin can choose the assets that will be shown on the front-end  feat: re-designed the subdef block
     1911   
     1912    Merge pull request #145 from sam0hack/origin/1.1-freemius
     1913
     1914commit 755bd9ecd5e8ab89410ec8d64aa2782f56b135fb
     1915Merge: 2514f28 0e9a9a8
     1916Author: Sam <sam.nyx@live.com>
     1917Date:   Mon Jan 24 17:20:00 2022 +0100
     1918
     1919    Refactor the code to PSR standard  Merge pull request #144 from sam0hack/origin/1.1-freemius
     1920   
     1921    Refactor the code to PSR standard
     1922
    6791923commit 72724416d16e70ae1e51c2e61bd0c6c8f2ee8824
    6801924Author: sam0hack <sam.nyx@live.com>
     
    7341978
    7351979    fix: re-format to psr2
     1980
     1981commit 2514f28ccff6d37369045563e5fe3b3c9706b293
     1982Merge: 6aa0aef 64c2e67
     1983Author: Sam <sam.nyx@live.com>
     1984Date:   Fri Jan 21 17:33:59 2022 +0100
     1985
     1986    fix: PC-48 Randomly choose image grid size in masonry view Merge pull request #143 from sam0hack/origin/1.1-freemius
    7361987
    7371988commit 64c2e67cf8120827c5417250fdcee132caa96f46
     
    7492000   
    7502001    fix: Randomly choose wide and tall and empty class for image grid
     2002
     2003commit 6aa0aefd6fc4abf3602566383b9535f587d1337f
     2004Merge: 98fd943 a6e2db6
     2005Author: Sam <sam.nyx@live.com>
     2006Date:   Fri Jan 21 14:29:51 2022 +0100
     2007
     2008    Fix: duplicate props Merge pull request #142 from sam0hack/origin/1.1-freemius
     2009   
     2010    Fix: duplicate props
    7512011
    7522012commit a6e2db6cb9e8c296615ee83c2ff24a4193339d62
Note: See TracChangeset for help on using the changeset viewer.