Plugin Directory

Changeset 1860750


Ignore:
Timestamp:
04/18/2018 08:28:19 PM (8 years ago)
Author:
pressshack
Message:

Releasing 2.1.1

Location:
embedpress
Files:
4 added
10 deleted
55 edited
41 copied

Legend:

Unmodified
Added
Removed
  • embedpress/tags/2.1.1/EmbedPress/Plugins/Html/Field.php

    r1817633 r1860750  
    180180
    181181            if (!(isset($options['license']['status']) && $options['license']['status'] === 'valid')) {
    182                 $html .= '<button type="submit" class="button-secondary">' . __('Activate License') . '</button> ';
    183182                $html .= '<a href="'. EMBEDPRESS_LICENSES_MORE_INFO_URL .'" target="_blank" class="ep-small-link ep-small-spacing" rel="noopener noreferrer" style="display: inline-block; margin-left: 20px;" title="'. __('Click here to read more about licenses.') .'">' . __('More information') . '</a>';
    184183                $html .= '<br/><br/>';
  • embedpress/tags/2.1.1/EmbedPress/Plugins/Plugin.php

    r1818427 r1860750  
    340340
    341341        $licenseNewStatus = $licenseManager->validate_license_key($licenseKey, static::EDD_ID);
    342         var_dump($licenseNewStatus);die;
    343342
    344343        return $licenseNewStatus;
  • embedpress/tags/2.1.1/assets/css/embedpress.css

    r1817633 r1860750  
    2121.ose-soundcloud.responsive,
    2222.ose-videojug.responsive,
     23.ose-facebook.responsive,
    2324.ose-issuu.responsive {
    2425    overflow: hidden;
     
    117118    overflow-y: auto;
    118119}
     120
     121.ose-facebook.responsive iframe {
     122    padding-bottom: 0;
     123    width: 100%;
     124}
  • embedpress/tags/2.1.1/embedpress.php

    r1818427 r1860750  
    66 * Author:      EmbedPress
    77 * Author URI:  http://embedpress.com
    8  * Version:     2.1.0
     8 * Version: 2.1.1
    99 * Text Domain: embedpress
    1010 * Domain Path: /languages
  • embedpress/tags/2.1.1/includes.php

    r1818427 r1860750  
    2222
    2323if (!defined('EMBEDPRESS_PLG_VERSION')) {
    24     define('EMBEDPRESS_PLG_VERSION', "2.1.0");
     24    define('EMBEDPRESS_PLG_VERSION', "2.1.1");
    2525}
    2626
  • embedpress/tags/2.1.1/readme.txt

    r1831745 r1860750  
    66Requires at least: 4.6
    77Tested up to: 4.9.4
    8 Stable tag: 2.1.0
     8Stable tag: 2.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    185185and this project adheres to [Semantic Versioning](http://semver.org/).
    186186
     187= [2.1.1] - 2018-04-18 =
     188
     189*Fixed:*
     190
     191* Fixed validation of license key for add-ons;
     192
    187193= [2.1.0] - 2018-02-08 =
    188194
  • embedpress/tags/2.1.1/vendor/autoload.php

    r1817633 r1860750  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit7958360bac6330880191174e478899ed::getLoader();
     7return ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f::getLoader();
  • embedpress/tags/2.1.1/vendor/composer/autoload_classmap.php

    r1817633 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
  • embedpress/tags/2.1.1/vendor/composer/autoload_files.php

    r1818427 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
  • embedpress/tags/2.1.1/vendor/composer/autoload_namespaces.php

    r1817633 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
  • embedpress/tags/2.1.1/vendor/composer/autoload_psr4.php

    r1818427 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
    99    'PublishPress\\EDD_License\\Core\\' => array($vendorDir . '/publishpress/wordpress-edd-license-integration/src/core'),
     10    'PublishPress\\Builder\\' => array($vendorDir . '/publishpress/wordpress-plugin-builder/src'),
    1011    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
    1112);
  • embedpress/tags/2.1.1/vendor/composer/autoload_real.php

    r1818427 r1860750  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit7958360bac6330880191174e478899ed
     5class ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit7958360bac6330880191174e478899ed', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit7958360bac6330880191174e478899ed', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInit7958360bac6330880191174e478899ed::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInit7958360bac6330880191174e478899ed::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequire7958360bac6330880191174e478899ed($fileIdentifier, $file);
     56            composerRequirefa112be3a45897b53eb16b7ddc526d6f($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequire7958360bac6330880191174e478899ed($fileIdentifier, $file)
     63function composerRequirefa112be3a45897b53eb16b7ddc526d6f($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • embedpress/tags/2.1.1/vendor/composer/autoload_static.php

    r1818427 r1860750  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit7958360bac6330880191174e478899ed
     7class ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f
    88{
    99    public static $files = array (
     
    1616        array (
    1717            'PublishPress\\EDD_License\\Core\\' => 30,
     18            'PublishPress\\Builder\\' => 21,
    1819            'Psr\\Container\\' => 14,
    1920        ),
     
    2425        array (
    2526            0 => __DIR__ . '/..' . '/publishpress/wordpress-edd-license-integration/src/core',
     27        ),
     28        'PublishPress\\Builder\\' =>
     29        array (
     30            0 => __DIR__ . '/..' . '/publishpress/wordpress-plugin-builder/src',
    2631        ),
    2732        'Psr\\Container\\' =>
     
    5156    {
    5257        return \Closure::bind(function () use ($loader) {
    53             $loader->prefixLengthsPsr4 = ComposerStaticInit7958360bac6330880191174e478899ed::$prefixLengthsPsr4;
    54             $loader->prefixDirsPsr4 = ComposerStaticInit7958360bac6330880191174e478899ed::$prefixDirsPsr4;
    55             $loader->prefixesPsr0 = ComposerStaticInit7958360bac6330880191174e478899ed::$prefixesPsr0;
     58            $loader->prefixLengthsPsr4 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixLengthsPsr4;
     59            $loader->prefixDirsPsr4 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixDirsPsr4;
     60            $loader->prefixesPsr0 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixesPsr0;
    5661
    5762        }, null, ClassLoader::class);
  • embedpress/tags/2.1.1/vendor/composer/installed.json

    r1818427 r1860750  
    183183    {
    184184        "name": "publishpress/wordpress-edd-license-integration",
    185         "version": "2.1.2",
    186         "version_normalized": "2.1.2.0",
     185        "version": "2.2.0",
     186        "version_normalized": "2.2.0.0",
    187187        "source": {
    188188            "type": "git",
    189189            "url": "https://github.com/OSTraining/WordPress-EDD-License-Integration",
    190             "reference": "12c9768df10b7d16d12f2583a1dca9a6822cad7a"
     190            "reference": "69541b06921821bdf93db37d57cef4853745e39d"
    191191        },
    192192        "require": {
     
    197197            "lucatume/wp-browser": "~1.22"
    198198        },
    199         "time": "2018-02-07T10:11:15+00:00",
     199        "time": "2018-03-01T18:52:52+00:00",
    200200        "type": "library",
    201201        "installation-source": "source",
     
    214214            }
    215215        ]
     216    },
     217    {
     218        "name": "publishpress/wordpress-plugin-builder",
     219        "version": "2.1.4",
     220        "version_normalized": "2.1.4.0",
     221        "source": {
     222            "type": "git",
     223            "url": "https://github.com/OSTraining/WordPress-Plugin-Builder",
     224            "reference": "6658ad5e35ec32877ee941e3680702bfb86986e5"
     225        },
     226        "time": "2018-03-01T22:09:46+00:00",
     227        "type": "library",
     228        "installation-source": "source",
     229        "autoload": {
     230            "psr-4": {
     231                "PublishPress\\Builder\\": "src/"
     232            }
     233        },
     234        "license": [
     235            "GPL-2.0+"
     236        ],
     237        "authors": [
     238            {
     239                "name": "PublishPress",
     240                "email": "[email protected]",
     241                "homepage": "https://publishpress.com"
     242            }
     243        ],
     244        "description": "Base class for WordPress plugin builder"
    216245    }
    217246]
  • embedpress/tags/2.1.1/vendor/publishpress/edd-license-handler/.git/hooks/pre-rebase.sample

    r1818427 r1860750  
    5959    if test -z "$not_in_topic"
    6060    then
    61         echo >&2 "$topic is already up-to-date with master"
     61        echo >&2 "$topic is already up to date with master"
    6262        exit 1 ;# we could allow it, but there is no point.
    6363    else
  • embedpress/tags/2.1.1/vendor/publishpress/edd-license-handler/.git/hooks/prepare-commit-msg.sample

    r1818427 r1860750  
    1010# To enable this hook, rename this file to "prepare-commit-msg".
    1111
    12 # This hook includes three examples.  The first comments out the
    13 # "Conflicts:" part of a merge commit.
     12# This hook includes three examples. The first one removes the
     13# "# Please enter the commit message..." help message.
    1414#
    1515# The second includes the output of "git diff --name-status -r"
     
    2121# still be edited.  This is rarely a good idea.
    2222
    23 case "$2,$3" in
    24   merge,)
    25     /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;;
     23COMMIT_MSG_FILE=$1
     24COMMIT_SOURCE=$2
     25SHA1=$3
    2626
    27 # ,|template,)
    28 #   /usr/bin/perl -i.bak -pe '
    29 #      print "\n" . `git diff --cached --name-status -r`
    30 #    if /^#/ && $first++ == 0' "$1" ;;
     27/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE"
    3128
    32   *) ;;
    33 esac
     29# case "$COMMIT_SOURCE,$SHA1" in
     30#  ,|template,)
     31#    /usr/bin/perl -i.bak -pe '
     32#       print "\n" . `git diff --cached --name-status -r`
     33#    if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;;
     34#  *) ;;
     35# esac
    3436
    35 # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
    36 # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
     37# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
     38# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE"
     39# if test -z "$COMMIT_SOURCE"
     40# then
     41#   /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE"
     42# fi
  • embedpress/tags/2.1.1/vendor/publishpress/edd-license-handler/.git/logs/HEAD

    r1818427 r1860750  
    1 0000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
    2 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  checkout: moving from master to 1.6.14.3
     10000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
     20cf8447b2dd73d4a916b2bdcf1e364c89218b25d 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  checkout: moving from master to 1.6.14.3
  • embedpress/tags/2.1.1/vendor/publishpress/edd-license-handler/.git/logs/refs/heads/master

    r1818427 r1860750  
    1 0000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
     10000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
  • embedpress/tags/2.1.1/vendor/publishpress/edd-license-handler/.git/logs/refs/remotes/origin/HEAD

    r1818427 r1860750  
    1 0000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
     10000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
  • embedpress/tags/2.1.1/vendor/publishpress/edd-license-handler/.git/packed-refs

    r1818427 r1860750  
    1 # pack-refs with: peeled fully-peeled
     1# pack-refs with: peeled fully-peeled sorted
    220cf8447b2dd73d4a916b2bdcf1e364c89218b25d refs/remotes/origin/development
    330cf8447b2dd73d4a916b2bdcf1e364c89218b25d refs/remotes/origin/master
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Container.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Exception/Generic.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Exception/InvalidParams.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Language.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929/**
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/License.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929/**
     
    163163            $this->container['ASSETS_BASE_URL'] . '/css/edd-license-style.css',
    164164            false,
    165             PUBLISHPRESS_EDD_LICENSE_INTEGRATION_VERSION,
     165            $this->container['LIBRARY_VERSION'],
    166166            'all'
    167167        );
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Services.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131/**
     
    8282         * Define the constants.
    8383         */
     84        $pimple['LIBRARY_VERSION'] = function (Container $c)
     85        {
     86            return '2.2.0';
     87        };
     88
    8489        $pimple['API_URL'] = function (Container $c)
    8590        {
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/ServicesConfig.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929/**
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Setting/Field/Base.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Setting/Field/License_key.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/core/Setting/Field/Text.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/src/includes.php

    r1818427 r1860750  
    33 * @package WordPress-EDD-License-Integration
    44 * @author PublishPress
     5 * @deprecated 2.0.2
    56 *
    67 * Copyright (c) 2018 PublishPress
     
    2425if ( ! defined( 'ABSPATH' ) ) die('No direct script access allowed.');
    2526
    26 
    27 if ( ! defined( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED' ) ) {
    28     if ( ! defined( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_VERSION' ) ) {
    29         define( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_VERSION', '2.0.1' );
    30     }
    31 
    32     define( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED', true );
    33 }
     27// Deprecated file
  • embedpress/tags/2.1.1/vendor/publishpress/wordpress-edd-license-integration/tests/codeception/_support/UnitTester.php

    r1818427 r1860750  
    22
    33define( 'ABSPATH', getenv('WP_DEVELOP_DIR' ));
    4 define( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED', true );
    54
    65require_once __DIR__ . '/../../src/vendor/autoload.php';
  • embedpress/trunk/EmbedPress/Plugins/Html/Field.php

    r1817633 r1860750  
    180180
    181181            if (!(isset($options['license']['status']) && $options['license']['status'] === 'valid')) {
    182                 $html .= '<button type="submit" class="button-secondary">' . __('Activate License') . '</button> ';
    183182                $html .= '<a href="'. EMBEDPRESS_LICENSES_MORE_INFO_URL .'" target="_blank" class="ep-small-link ep-small-spacing" rel="noopener noreferrer" style="display: inline-block; margin-left: 20px;" title="'. __('Click here to read more about licenses.') .'">' . __('More information') . '</a>';
    184183                $html .= '<br/><br/>';
  • embedpress/trunk/EmbedPress/Plugins/Plugin.php

    r1818427 r1860750  
    340340
    341341        $licenseNewStatus = $licenseManager->validate_license_key($licenseKey, static::EDD_ID);
    342         var_dump($licenseNewStatus);die;
    343342
    344343        return $licenseNewStatus;
  • embedpress/trunk/assets/css/embedpress.css

    r1817633 r1860750  
    2121.ose-soundcloud.responsive,
    2222.ose-videojug.responsive,
     23.ose-facebook.responsive,
    2324.ose-issuu.responsive {
    2425    overflow: hidden;
     
    117118    overflow-y: auto;
    118119}
     120
     121.ose-facebook.responsive iframe {
     122    padding-bottom: 0;
     123    width: 100%;
     124}
  • embedpress/trunk/embedpress.php

    r1818427 r1860750  
    66 * Author:      EmbedPress
    77 * Author URI:  http://embedpress.com
    8  * Version:     2.1.0
     8 * Version: 2.1.1
    99 * Text Domain: embedpress
    1010 * Domain Path: /languages
  • embedpress/trunk/includes.php

    r1818427 r1860750  
    2222
    2323if (!defined('EMBEDPRESS_PLG_VERSION')) {
    24     define('EMBEDPRESS_PLG_VERSION', "2.1.0");
     24    define('EMBEDPRESS_PLG_VERSION', "2.1.1");
    2525}
    2626
  • embedpress/trunk/readme.txt

    r1831745 r1860750  
    66Requires at least: 4.6
    77Tested up to: 4.9.4
    8 Stable tag: 2.1.0
     8Stable tag: 2.1.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    185185and this project adheres to [Semantic Versioning](http://semver.org/).
    186186
     187= [2.1.1] - 2018-04-18 =
     188
     189*Fixed:*
     190
     191* Fixed validation of license key for add-ons;
     192
    187193= [2.1.0] - 2018-02-08 =
    188194
  • embedpress/trunk/vendor/autoload.php

    r1817633 r1860750  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit7958360bac6330880191174e478899ed::getLoader();
     7return ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f::getLoader();
  • embedpress/trunk/vendor/composer/autoload_classmap.php

    r1817633 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
  • embedpress/trunk/vendor/composer/autoload_files.php

    r1818427 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
  • embedpress/trunk/vendor/composer/autoload_namespaces.php

    r1817633 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
  • embedpress/trunk/vendor/composer/autoload_psr4.php

    r1818427 r1860750  
    44
    55$vendorDir = dirname(dirname(__FILE__));
    6 $baseDir = dirname(dirname($vendorDir));
     6$baseDir = dirname($vendorDir);
    77
    88return array(
    99    'PublishPress\\EDD_License\\Core\\' => array($vendorDir . '/publishpress/wordpress-edd-license-integration/src/core'),
     10    'PublishPress\\Builder\\' => array($vendorDir . '/publishpress/wordpress-plugin-builder/src'),
    1011    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
    1112);
  • embedpress/trunk/vendor/composer/autoload_real.php

    r1818427 r1860750  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit7958360bac6330880191174e478899ed
     5class ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInit7958360bac6330880191174e478899ed', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInit7958360bac6330880191174e478899ed', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInitfa112be3a45897b53eb16b7ddc526d6f', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInit7958360bac6330880191174e478899ed::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
     
    4949
    5050        if ($useStaticLoader) {
    51             $includeFiles = Composer\Autoload\ComposerStaticInit7958360bac6330880191174e478899ed::$files;
     51            $includeFiles = Composer\Autoload\ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$files;
    5252        } else {
    5353            $includeFiles = require __DIR__ . '/autoload_files.php';
    5454        }
    5555        foreach ($includeFiles as $fileIdentifier => $file) {
    56             composerRequire7958360bac6330880191174e478899ed($fileIdentifier, $file);
     56            composerRequirefa112be3a45897b53eb16b7ddc526d6f($fileIdentifier, $file);
    5757        }
    5858
     
    6161}
    6262
    63 function composerRequire7958360bac6330880191174e478899ed($fileIdentifier, $file)
     63function composerRequirefa112be3a45897b53eb16b7ddc526d6f($fileIdentifier, $file)
    6464{
    6565    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • embedpress/trunk/vendor/composer/autoload_static.php

    r1818427 r1860750  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit7958360bac6330880191174e478899ed
     7class ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f
    88{
    99    public static $files = array (
     
    1616        array (
    1717            'PublishPress\\EDD_License\\Core\\' => 30,
     18            'PublishPress\\Builder\\' => 21,
    1819            'Psr\\Container\\' => 14,
    1920        ),
     
    2425        array (
    2526            0 => __DIR__ . '/..' . '/publishpress/wordpress-edd-license-integration/src/core',
     27        ),
     28        'PublishPress\\Builder\\' =>
     29        array (
     30            0 => __DIR__ . '/..' . '/publishpress/wordpress-plugin-builder/src',
    2631        ),
    2732        'Psr\\Container\\' =>
     
    5156    {
    5257        return \Closure::bind(function () use ($loader) {
    53             $loader->prefixLengthsPsr4 = ComposerStaticInit7958360bac6330880191174e478899ed::$prefixLengthsPsr4;
    54             $loader->prefixDirsPsr4 = ComposerStaticInit7958360bac6330880191174e478899ed::$prefixDirsPsr4;
    55             $loader->prefixesPsr0 = ComposerStaticInit7958360bac6330880191174e478899ed::$prefixesPsr0;
     58            $loader->prefixLengthsPsr4 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixLengthsPsr4;
     59            $loader->prefixDirsPsr4 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixDirsPsr4;
     60            $loader->prefixesPsr0 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixesPsr0;
    5661
    5762        }, null, ClassLoader::class);
  • embedpress/trunk/vendor/composer/installed.json

    r1818427 r1860750  
    183183    {
    184184        "name": "publishpress/wordpress-edd-license-integration",
    185         "version": "2.1.2",
    186         "version_normalized": "2.1.2.0",
     185        "version": "2.2.0",
     186        "version_normalized": "2.2.0.0",
    187187        "source": {
    188188            "type": "git",
    189189            "url": "https://github.com/OSTraining/WordPress-EDD-License-Integration",
    190             "reference": "12c9768df10b7d16d12f2583a1dca9a6822cad7a"
     190            "reference": "69541b06921821bdf93db37d57cef4853745e39d"
    191191        },
    192192        "require": {
     
    197197            "lucatume/wp-browser": "~1.22"
    198198        },
    199         "time": "2018-02-07T10:11:15+00:00",
     199        "time": "2018-03-01T18:52:52+00:00",
    200200        "type": "library",
    201201        "installation-source": "source",
     
    214214            }
    215215        ]
     216    },
     217    {
     218        "name": "publishpress/wordpress-plugin-builder",
     219        "version": "2.1.4",
     220        "version_normalized": "2.1.4.0",
     221        "source": {
     222            "type": "git",
     223            "url": "https://github.com/OSTraining/WordPress-Plugin-Builder",
     224            "reference": "6658ad5e35ec32877ee941e3680702bfb86986e5"
     225        },
     226        "time": "2018-03-01T22:09:46+00:00",
     227        "type": "library",
     228        "installation-source": "source",
     229        "autoload": {
     230            "psr-4": {
     231                "PublishPress\\Builder\\": "src/"
     232            }
     233        },
     234        "license": [
     235            "GPL-2.0+"
     236        ],
     237        "authors": [
     238            {
     239                "name": "PublishPress",
     240                "email": "[email protected]",
     241                "homepage": "https://publishpress.com"
     242            }
     243        ],
     244        "description": "Base class for WordPress plugin builder"
    216245    }
    217246]
  • embedpress/trunk/vendor/publishpress/edd-license-handler/.git/hooks/pre-rebase.sample

    r1818427 r1860750  
    5959    if test -z "$not_in_topic"
    6060    then
    61         echo >&2 "$topic is already up-to-date with master"
     61        echo >&2 "$topic is already up to date with master"
    6262        exit 1 ;# we could allow it, but there is no point.
    6363    else
  • embedpress/trunk/vendor/publishpress/edd-license-handler/.git/hooks/prepare-commit-msg.sample

    r1818427 r1860750  
    1010# To enable this hook, rename this file to "prepare-commit-msg".
    1111
    12 # This hook includes three examples.  The first comments out the
    13 # "Conflicts:" part of a merge commit.
     12# This hook includes three examples. The first one removes the
     13# "# Please enter the commit message..." help message.
    1414#
    1515# The second includes the output of "git diff --name-status -r"
     
    2121# still be edited.  This is rarely a good idea.
    2222
    23 case "$2,$3" in
    24   merge,)
    25     /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;;
     23COMMIT_MSG_FILE=$1
     24COMMIT_SOURCE=$2
     25SHA1=$3
    2626
    27 # ,|template,)
    28 #   /usr/bin/perl -i.bak -pe '
    29 #      print "\n" . `git diff --cached --name-status -r`
    30 #    if /^#/ && $first++ == 0' "$1" ;;
     27/usr/bin/perl -i.bak -ne 'print unless(m/^. Please enter the commit message/..m/^#$/)' "$COMMIT_MSG_FILE"
    3128
    32   *) ;;
    33 esac
     29# case "$COMMIT_SOURCE,$SHA1" in
     30#  ,|template,)
     31#    /usr/bin/perl -i.bak -pe '
     32#       print "\n" . `git diff --cached --name-status -r`
     33#    if /^#/ && $first++ == 0' "$COMMIT_MSG_FILE" ;;
     34#  *) ;;
     35# esac
    3436
    35 # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
    36 # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1"
     37# SOB=$(git var GIT_COMMITTER_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p')
     38# git interpret-trailers --in-place --trailer "$SOB" "$COMMIT_MSG_FILE"
     39# if test -z "$COMMIT_SOURCE"
     40# then
     41#   /usr/bin/perl -i.bak -pe 'print "\n" if !$first_line++' "$COMMIT_MSG_FILE"
     42# fi
  • embedpress/trunk/vendor/publishpress/edd-license-handler/.git/logs/HEAD

    r1818427 r1860750  
    1 0000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
    2 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  checkout: moving from master to 1.6.14.3
     10000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
     20cf8447b2dd73d4a916b2bdcf1e364c89218b25d 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  checkout: moving from master to 1.6.14.3
  • embedpress/trunk/vendor/publishpress/edd-license-handler/.git/logs/refs/heads/master

    r1818427 r1860750  
    1 0000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
     10000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
  • embedpress/trunk/vendor/publishpress/edd-license-handler/.git/logs/refs/remotes/origin/HEAD

    r1818427 r1860750  
    1 0000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1518094587 -0200  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
     10000000000000000000000000000000000000000 0cf8447b2dd73d4a916b2bdcf1e364c89218b25d Anderson Grudtner Martins <[email protected]> 1523577635 -0300  clone: from /Users/anderson/.composer/cache/vcs/https---github.com-OSTraining-EDD-License-handler/
  • embedpress/trunk/vendor/publishpress/edd-license-handler/.git/packed-refs

    r1818427 r1860750  
    1 # pack-refs with: peeled fully-peeled
     1# pack-refs with: peeled fully-peeled sorted
    220cf8447b2dd73d4a916b2bdcf1e364c89218b25d refs/remotes/origin/development
    330cf8447b2dd73d4a916b2bdcf1e364c89218b25d refs/remotes/origin/master
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Container.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Exception/Generic.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Exception/InvalidParams.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Language.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929/**
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/License.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929/**
     
    163163            $this->container['ASSETS_BASE_URL'] . '/css/edd-license-style.css',
    164164            false,
    165             PUBLISHPRESS_EDD_LICENSE_INTEGRATION_VERSION,
     165            $this->container['LIBRARY_VERSION'],
    166166            'all'
    167167        );
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Services.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131/**
     
    8282         * Define the constants.
    8383         */
     84        $pimple['LIBRARY_VERSION'] = function (Container $c)
     85        {
     86            return '2.2.0';
     87        };
     88
    8489        $pimple['API_URL'] = function (Container $c)
    8590        {
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/ServicesConfig.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929/**
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Setting/Field/Base.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Setting/Field/License_key.php

    r1818427 r1860750  
    2727
    2828// Exit if accessed directly
    29 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     29if (!defined('ABSPATH')) die('No direct script access allowed.');
    3030
    3131
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/core/Setting/Field/Text.php

    r1818427 r1860750  
    2525
    2626// Exit if accessed directly
    27 if (!defined('PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED')) die('No direct script access allowed. EDD License Integration Library not loaded');
     27if (!defined('ABSPATH')) die('No direct script access allowed.');
    2828
    2929
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/src/includes.php

    r1818427 r1860750  
    33 * @package WordPress-EDD-License-Integration
    44 * @author PublishPress
     5 * @deprecated 2.0.2
    56 *
    67 * Copyright (c) 2018 PublishPress
     
    2425if ( ! defined( 'ABSPATH' ) ) die('No direct script access allowed.');
    2526
    26 
    27 if ( ! defined( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED' ) ) {
    28     if ( ! defined( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_VERSION' ) ) {
    29         define( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_VERSION', '2.0.1' );
    30     }
    31 
    32     define( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED', true );
    33 }
     27// Deprecated file
  • embedpress/trunk/vendor/publishpress/wordpress-edd-license-integration/tests/codeception/_support/UnitTester.php

    r1818427 r1860750  
    22
    33define( 'ABSPATH', getenv('WP_DEVELOP_DIR' ));
    4 define( 'PUBLISHPRESS_EDD_LICENSE_INTEGRATION_LOADED', true );
    54
    65require_once __DIR__ . '/../../src/vendor/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.