Plugin Directory

Changeset 2492213


Ignore:
Timestamp:
03/10/2021 02:17:37 PM (5 years ago)
Author:
jakubboucek
Message:

Plugin SimpleShop.cz: Release v2.2.7

Location:
simpleshop-cz
Files:
5 deleted
11 edited
75 copied

Legend:

Unmodified
Added
Removed
  • simpleshop-cz/tags/2.2.7/readme.txt

    r2479912 r2492213  
    55Tested up to: 5.5
    66Requires PHP: 5.6.20
    7 Stable tag: 2.2.6
     7Stable tag: 2.2.7
    88License: MIT
    99License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE
  • simpleshop-cz/tags/2.2.7/simpleshop-cz.php

    r2479912 r2492213  
    1313 * Author:  Redbit s.r.o.
    1414 * Author URI: https://www.redbit.cz
    15  * Version: 2.2.6
     15 * Version: 2.2.7
    1616 * Text Domain: simpleshop-cz
    1717 * Domain Path: /languages
     
    2222require_once __DIR__ . '/vendor/autoload.php';
    2323
    24 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.2.6' );
     24define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.2.7' );
    2525define( 'SIMPLESHOP_PREFIX', '_ssc_' );
    2626
  • simpleshop-cz/tags/2.2.7/src/Plugin.php

    r2316539 r2492213  
    4242        $this->email      = $this->load_email();
    4343
    44         add_action( 'tgmpa_register', [ $this, 'register_required_plugins' ] );
    4544        register_activation_hook( plugin_dir_path( $this->pluginMainFile ), [ $this, 'ssc_activation_hook' ] );
    4645    }
     
    113112    }
    114113
    115     /**
    116      * Register the required plugins for this plugin.
    117      */
    118     public function register_required_plugins() {
    119         global $wp_version;
    120         if ( $wp_version < '4.7' ) {
    121             $plugins = [
    122                 [
    123                     'name'     => 'Wordpress Rest API',
    124                     'slug'     => 'rest-api',
    125                     'required' => true,
    126                 ]
    127             ];
    128 
    129             $config = [
    130                 'id'           => 'ssc',
    131                 'default_path' => '',
    132                 'menu'         => 'ssc-install-plugins',
    133                 'parent_slug'  => 'tools.php',
    134                 'capability'   => 'edit_theme_options',
    135                 'has_notices'  => true,
    136                 'dismissable'  => true,
    137                 'dismiss_msg'  => '',
    138                 'is_automatic' => false,
    139                 'message'      => '',
    140             ];
    141 
    142             tgmpa( $plugins, $config );
    143         }
    144     }
    145 
    146114    public function get_post_types() {
    147115        $args = [
  • simpleshop-cz/tags/2.2.7/vendor/composer/InstalledVersions.php

    r2479912 r2492213  
    2626  'root' =>
    2727  array (
    28     'pretty_version' => 'dev-master',
    29     'version' => 'dev-master',
     28    'pretty_version' => '2.2.7.x-dev',
     29    'version' => '2.2.7.9999999-dev',
    3030    'aliases' =>
    3131    array (
    3232    ),
    33     'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
     33    'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    3434    'name' => 'redbit/simpleshop-wp-plugin',
    3535  ),
     
    4747    'redbit/simpleshop-wp-plugin' =>
    4848    array (
    49       'pretty_version' => 'dev-master',
    50       'version' => 'dev-master',
     49      'pretty_version' => '2.2.7.x-dev',
     50      'version' => '2.2.7.9999999-dev',
    5151      'aliases' =>
    5252      array (
    5353      ),
    54       'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
    55     ),
    56     'tgmpa/tgm-plugin-activation' =>
    57     array (
    58       'pretty_version' => 'dev-master',
    59       'version' => 'dev-master',
    60       'aliases' =>
    61       array (
    62       ),
    63       'reference' => 'c626d0d91fc8ef24916e809c7b79eeafab1c1cac',
     54      'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    6455    ),
    6556    'vyfakturuj/vyfakturuj-api-php' =>
  • simpleshop-cz/tags/2.2.7/vendor/composer/autoload_files.php

    r2058648 r2492213  
    77
    88return array(
    9     'a5f882d89ab791a139cd2d37e50cdd80' => $vendorDir . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
    109    '463da38cd3b0cc1fa9f7dfe33b244971' => $vendorDir . '/cmb2/cmb2/init.php',
    1110    '6efe1f9f7b9493aac84c8a0a8172b5a2' => $vendorDir . '/webdevstudios/cmb2-post-search-field/cmb2_post_search_field.php',
  • simpleshop-cz/tags/2.2.7/vendor/composer/autoload_static.php

    r2435352 r2492213  
    88{
    99    public static $files = array (
    10         'a5f882d89ab791a139cd2d37e50cdd80' => __DIR__ . '/..' . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
    1110        '463da38cd3b0cc1fa9f7dfe33b244971' => __DIR__ . '/..' . '/cmb2/cmb2/init.php',
    1211        '6efe1f9f7b9493aac84c8a0a8172b5a2' => __DIR__ . '/..' . '/webdevstudios/cmb2-post-search-field/cmb2_post_search_field.php',
  • simpleshop-cz/tags/2.2.7/vendor/composer/installed.json

    r2470788 r2492213  
    6060            },
    6161            "install-path": "../cmb2/cmb2"
    62         },
    63         {
    64             "name": "tgmpa/tgm-plugin-activation",
    65             "version": "dev-master",
    66             "version_normalized": "dev-master",
    67             "source": {
    68                 "type": "git",
    69                 "url": "https://github.com/TGMPA/TGM-Plugin-Activation.git",
    70                 "reference": "c626d0d91fc8ef24916e809c7b79eeafab1c1cac"
    71             },
    72             "dist": {
    73                 "type": "zip",
    74                 "url": "https://api.github.com/repos/TGMPA/TGM-Plugin-Activation/zipball/c626d0d91fc8ef24916e809c7b79eeafab1c1cac",
    75                 "reference": "c626d0d91fc8ef24916e809c7b79eeafab1c1cac",
    76                 "shasum": ""
    77             },
    78             "require": {
    79                 "php": ">=5.2"
    80             },
    81             "time": "2016-05-19T15:46:51+00:00",
    82             "type": "library",
    83             "installation-source": "dist",
    84             "autoload": {
    85                 "files": [
    86                     "class-tgm-plugin-activation.php"
    87                 ]
    88             },
    89             "notification-url": "https://packagist.org/downloads/",
    90             "license": [
    91                 "GPL-2.0+"
    92             ],
    93             "authors": [
    94                 {
    95                     "name": "Thomas Griffin",
    96                     "homepage": "http://thomasgriffinmedia.com",
    97                     "role": "Developer"
    98                 },
    99                 {
    100                     "name": "Gary Jones",
    101                     "homepage": "https://github.com/GaryJones",
    102                     "role": "Developer"
    103                 },
    104                 {
    105                     "name": "Juliette Reinders Folmer",
    106                     "homepage": "https://github.com/jrfnl",
    107                     "role": "Developer"
    108                 }
    109             ],
    110             "description": "TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).",
    111             "homepage": "http://tgmpluginactivation.com",
    112             "keywords": [
    113                 "activation",
    114                 "library",
    115                 "plugins",
    116                 "theme",
    117                 "wordpress"
    118             ],
    119             "install-path": "../tgmpa/tgm-plugin-activation"
    12062        },
    12163        {
  • simpleshop-cz/tags/2.2.7/vendor/composer/installed.php

    r2479912 r2492213  
    22  'root' =>
    33  array (
    4     'pretty_version' => 'dev-master',
    5     'version' => 'dev-master',
     4    'pretty_version' => '2.2.7.x-dev',
     5    'version' => '2.2.7.9999999-dev',
    66    'aliases' =>
    77    array (
    88    ),
    9     'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
     9    'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    1010    'name' => 'redbit/simpleshop-wp-plugin',
    1111  ),
     
    2323    'redbit/simpleshop-wp-plugin' =>
    2424    array (
    25       'pretty_version' => 'dev-master',
    26       'version' => 'dev-master',
     25      'pretty_version' => '2.2.7.x-dev',
     26      'version' => '2.2.7.9999999-dev',
    2727      'aliases' =>
    2828      array (
    2929      ),
    30       'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
    31     ),
    32     'tgmpa/tgm-plugin-activation' =>
    33     array (
    34       'pretty_version' => 'dev-master',
    35       'version' => 'dev-master',
    36       'aliases' =>
    37       array (
    38       ),
    39       'reference' => 'c626d0d91fc8ef24916e809c7b79eeafab1c1cac',
     30      'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    4031    ),
    4132    'vyfakturuj/vyfakturuj-api-php' =>
  • simpleshop-cz/trunk/readme.txt

    r2479912 r2492213  
    55Tested up to: 5.5
    66Requires PHP: 5.6.20
    7 Stable tag: 2.2.6
     7Stable tag: 2.2.7
    88License: MIT
    99License URI: https://github.com/redbitcz/simpleshop-wp-plugin/blob/master/LICENSE
  • simpleshop-cz/trunk/simpleshop-cz.php

    r2479912 r2492213  
    1313 * Author:  Redbit s.r.o.
    1414 * Author URI: https://www.redbit.cz
    15  * Version: 2.2.6
     15 * Version: 2.2.7
    1616 * Text Domain: simpleshop-cz
    1717 * Domain Path: /languages
     
    2222require_once __DIR__ . '/vendor/autoload.php';
    2323
    24 define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.2.6' );
     24define( 'SIMPLESHOP_PLUGIN_VERSION', 'v2.2.7' );
    2525define( 'SIMPLESHOP_PREFIX', '_ssc_' );
    2626
  • simpleshop-cz/trunk/src/Plugin.php

    r2316539 r2492213  
    4242        $this->email      = $this->load_email();
    4343
    44         add_action( 'tgmpa_register', [ $this, 'register_required_plugins' ] );
    4544        register_activation_hook( plugin_dir_path( $this->pluginMainFile ), [ $this, 'ssc_activation_hook' ] );
    4645    }
     
    113112    }
    114113
    115     /**
    116      * Register the required plugins for this plugin.
    117      */
    118     public function register_required_plugins() {
    119         global $wp_version;
    120         if ( $wp_version < '4.7' ) {
    121             $plugins = [
    122                 [
    123                     'name'     => 'Wordpress Rest API',
    124                     'slug'     => 'rest-api',
    125                     'required' => true,
    126                 ]
    127             ];
    128 
    129             $config = [
    130                 'id'           => 'ssc',
    131                 'default_path' => '',
    132                 'menu'         => 'ssc-install-plugins',
    133                 'parent_slug'  => 'tools.php',
    134                 'capability'   => 'edit_theme_options',
    135                 'has_notices'  => true,
    136                 'dismissable'  => true,
    137                 'dismiss_msg'  => '',
    138                 'is_automatic' => false,
    139                 'message'      => '',
    140             ];
    141 
    142             tgmpa( $plugins, $config );
    143         }
    144     }
    145 
    146114    public function get_post_types() {
    147115        $args = [
  • simpleshop-cz/trunk/vendor/composer/InstalledVersions.php

    r2479912 r2492213  
    2626  'root' =>
    2727  array (
    28     'pretty_version' => 'dev-master',
    29     'version' => 'dev-master',
     28    'pretty_version' => '2.2.7.x-dev',
     29    'version' => '2.2.7.9999999-dev',
    3030    'aliases' =>
    3131    array (
    3232    ),
    33     'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
     33    'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    3434    'name' => 'redbit/simpleshop-wp-plugin',
    3535  ),
     
    4747    'redbit/simpleshop-wp-plugin' =>
    4848    array (
    49       'pretty_version' => 'dev-master',
    50       'version' => 'dev-master',
     49      'pretty_version' => '2.2.7.x-dev',
     50      'version' => '2.2.7.9999999-dev',
    5151      'aliases' =>
    5252      array (
    5353      ),
    54       'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
    55     ),
    56     'tgmpa/tgm-plugin-activation' =>
    57     array (
    58       'pretty_version' => 'dev-master',
    59       'version' => 'dev-master',
    60       'aliases' =>
    61       array (
    62       ),
    63       'reference' => 'c626d0d91fc8ef24916e809c7b79eeafab1c1cac',
     54      'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    6455    ),
    6556    'vyfakturuj/vyfakturuj-api-php' =>
  • simpleshop-cz/trunk/vendor/composer/autoload_files.php

    r2058648 r2492213  
    77
    88return array(
    9     'a5f882d89ab791a139cd2d37e50cdd80' => $vendorDir . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
    109    '463da38cd3b0cc1fa9f7dfe33b244971' => $vendorDir . '/cmb2/cmb2/init.php',
    1110    '6efe1f9f7b9493aac84c8a0a8172b5a2' => $vendorDir . '/webdevstudios/cmb2-post-search-field/cmb2_post_search_field.php',
  • simpleshop-cz/trunk/vendor/composer/autoload_static.php

    r2435352 r2492213  
    88{
    99    public static $files = array (
    10         'a5f882d89ab791a139cd2d37e50cdd80' => __DIR__ . '/..' . '/tgmpa/tgm-plugin-activation/class-tgm-plugin-activation.php',
    1110        '463da38cd3b0cc1fa9f7dfe33b244971' => __DIR__ . '/..' . '/cmb2/cmb2/init.php',
    1211        '6efe1f9f7b9493aac84c8a0a8172b5a2' => __DIR__ . '/..' . '/webdevstudios/cmb2-post-search-field/cmb2_post_search_field.php',
  • simpleshop-cz/trunk/vendor/composer/installed.json

    r2470788 r2492213  
    6060            },
    6161            "install-path": "../cmb2/cmb2"
    62         },
    63         {
    64             "name": "tgmpa/tgm-plugin-activation",
    65             "version": "dev-master",
    66             "version_normalized": "dev-master",
    67             "source": {
    68                 "type": "git",
    69                 "url": "https://github.com/TGMPA/TGM-Plugin-Activation.git",
    70                 "reference": "c626d0d91fc8ef24916e809c7b79eeafab1c1cac"
    71             },
    72             "dist": {
    73                 "type": "zip",
    74                 "url": "https://api.github.com/repos/TGMPA/TGM-Plugin-Activation/zipball/c626d0d91fc8ef24916e809c7b79eeafab1c1cac",
    75                 "reference": "c626d0d91fc8ef24916e809c7b79eeafab1c1cac",
    76                 "shasum": ""
    77             },
    78             "require": {
    79                 "php": ">=5.2"
    80             },
    81             "time": "2016-05-19T15:46:51+00:00",
    82             "type": "library",
    83             "installation-source": "dist",
    84             "autoload": {
    85                 "files": [
    86                     "class-tgm-plugin-activation.php"
    87                 ]
    88             },
    89             "notification-url": "https://packagist.org/downloads/",
    90             "license": [
    91                 "GPL-2.0+"
    92             ],
    93             "authors": [
    94                 {
    95                     "name": "Thomas Griffin",
    96                     "homepage": "http://thomasgriffinmedia.com",
    97                     "role": "Developer"
    98                 },
    99                 {
    100                     "name": "Gary Jones",
    101                     "homepage": "https://github.com/GaryJones",
    102                     "role": "Developer"
    103                 },
    104                 {
    105                     "name": "Juliette Reinders Folmer",
    106                     "homepage": "https://github.com/jrfnl",
    107                     "role": "Developer"
    108                 }
    109             ],
    110             "description": "TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).",
    111             "homepage": "http://tgmpluginactivation.com",
    112             "keywords": [
    113                 "activation",
    114                 "library",
    115                 "plugins",
    116                 "theme",
    117                 "wordpress"
    118             ],
    119             "install-path": "../tgmpa/tgm-plugin-activation"
    12062        },
    12163        {
  • simpleshop-cz/trunk/vendor/composer/installed.php

    r2479912 r2492213  
    22  'root' =>
    33  array (
    4     'pretty_version' => 'dev-master',
    5     'version' => 'dev-master',
     4    'pretty_version' => '2.2.7.x-dev',
     5    'version' => '2.2.7.9999999-dev',
    66    'aliases' =>
    77    array (
    88    ),
    9     'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
     9    'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    1010    'name' => 'redbit/simpleshop-wp-plugin',
    1111  ),
     
    2323    'redbit/simpleshop-wp-plugin' =>
    2424    array (
    25       'pretty_version' => 'dev-master',
    26       'version' => 'dev-master',
     25      'pretty_version' => '2.2.7.x-dev',
     26      'version' => '2.2.7.9999999-dev',
    2727      'aliases' =>
    2828      array (
    2929      ),
    30       'reference' => '045d4f340e6a63d226a9114c2e92fa3d6b6c2231',
    31     ),
    32     'tgmpa/tgm-plugin-activation' =>
    33     array (
    34       'pretty_version' => 'dev-master',
    35       'version' => 'dev-master',
    36       'aliases' =>
    37       array (
    38       ),
    39       'reference' => 'c626d0d91fc8ef24916e809c7b79eeafab1c1cac',
     30      'reference' => 'b172488e99322d84c7b6b7a983d539a7c60e5b7b',
    4031    ),
    4132    'vyfakturuj/vyfakturuj-api-php' =>
Note: See TracChangeset for help on using the changeset viewer.