Changeset 2712046
- Timestamp:
- 04/20/2022 09:16:44 AM (4 years ago)
- Location:
- wk-toybox
- Files:
-
- 14 edited
- 1 copied
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
tags/1.0.2 (copied) (copied from wk-toybox/trunk)
-
tags/1.0.2/LICENSE.md (modified) (1 diff)
-
tags/1.0.2/readme.txt (modified) (1 diff)
-
tags/1.0.2/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.2/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.2/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.2/wk-toybox.php (modified) (1 diff)
-
trunk/LICENSE.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/wk-toybox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wk-toybox/tags/1.0.2/LICENSE.md
r2621414 r2712046 1 1 The MIT License 2 2 3 Copyright (c) W ebKinder. https://www.webkinder.ch3 Copyright (c) WEBKINDER. https://www.webkinder.ch 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy -
wk-toybox/tags/1.0.2/readme.txt
r2621414 r2712046 1 === Toybox by W ebkinder===2 Contributors: webkinder1 === Toybox by WEBKINDER === 2 Contributors: WEBKINDER 3 3 Tags: toybox, feedback, collaboration 4 4 Requires at least: 4.8 5 Tested up to: 5. 8.15 Tested up to: 5.9.3 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wk-toybox/tags/1.0.2/vendor/autoload.php
r2621414 r2712046 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac::getLoader();7 return ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8::getLoader(); -
wk-toybox/tags/1.0.2/vendor/composer/autoload_real.php
r2621414 r2712046 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac5 class ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 27 spl_autoload_unregister(array('ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require_once __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit ea4907a031995ce949f78afc12569cac::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
wk-toybox/tags/1.0.2/vendor/composer/autoload_static.php
r2621414 r2712046 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit ea4907a031995ce949f78afc12569cac7 class ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 116 116 { 117 117 return \Closure::bind(function () use ($loader) { 118 $loader->prefixLengthsPsr4 = ComposerStaticInit ea4907a031995ce949f78afc12569cac::$prefixLengthsPsr4;119 $loader->prefixDirsPsr4 = ComposerStaticInit ea4907a031995ce949f78afc12569cac::$prefixDirsPsr4;120 $loader->classMap = ComposerStaticInit ea4907a031995ce949f78afc12569cac::$classMap;118 $loader->prefixLengthsPsr4 = ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::$prefixLengthsPsr4; 119 $loader->prefixDirsPsr4 = ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::$prefixDirsPsr4; 120 $loader->classMap = ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::$classMap; 121 121 122 122 }, null, ClassLoader::class); -
wk-toybox/tags/1.0.2/wk-toybox.php
r2621414 r2712046 1 1 <?php 2 2 3 /** 3 * Plugin Name: Toybox by W ebkinder4 * Plugin Name: Toybox by WEBKINDER 4 5 * Plugin URI: https://www.webkinder.ch/ 5 6 * Description: Plugin to integrate Toybox feedback system https://www.toyboxsystems.com in your website 6 * Author: W ebKinder7 * Version: 1.0. 17 * Author: WEBKINDER 8 * Version: 1.0.2 8 9 * Author URI: https://www.webkinder.ch 9 10 * Text Domain: wk-toybox -
wk-toybox/trunk/LICENSE.md
r2621414 r2712046 1 1 The MIT License 2 2 3 Copyright (c) W ebKinder. https://www.webkinder.ch3 Copyright (c) WEBKINDER. https://www.webkinder.ch 4 4 5 5 Permission is hereby granted, free of charge, to any person obtaining a copy -
wk-toybox/trunk/readme.txt
r2621414 r2712046 1 === Toybox by W ebkinder===2 Contributors: webkinder1 === Toybox by WEBKINDER === 2 Contributors: WEBKINDER 3 3 Tags: toybox, feedback, collaboration 4 4 Requires at least: 4.8 5 Tested up to: 5. 8.15 Tested up to: 5.9.3 6 6 Requires PHP: 7.1 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wk-toybox/trunk/vendor/autoload.php
r2621414 r2712046 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac::getLoader();7 return ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8::getLoader(); -
wk-toybox/trunk/vendor/composer/autoload_real.php
r2621414 r2712046 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac5 class ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 27 spl_autoload_unregister(array('ComposerAutoloaderInit ea4907a031995ce949f78afc12569cac', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInit87313392fb4d56a9f02408e99c1a0dc8', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require_once __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit ea4907a031995ce949f78afc12569cac::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; -
wk-toybox/trunk/vendor/composer/autoload_static.php
r2621414 r2712046 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit ea4907a031995ce949f78afc12569cac7 class ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 116 116 { 117 117 return \Closure::bind(function () use ($loader) { 118 $loader->prefixLengthsPsr4 = ComposerStaticInit ea4907a031995ce949f78afc12569cac::$prefixLengthsPsr4;119 $loader->prefixDirsPsr4 = ComposerStaticInit ea4907a031995ce949f78afc12569cac::$prefixDirsPsr4;120 $loader->classMap = ComposerStaticInit ea4907a031995ce949f78afc12569cac::$classMap;118 $loader->prefixLengthsPsr4 = ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::$prefixLengthsPsr4; 119 $loader->prefixDirsPsr4 = ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::$prefixDirsPsr4; 120 $loader->classMap = ComposerStaticInit87313392fb4d56a9f02408e99c1a0dc8::$classMap; 121 121 122 122 }, null, ClassLoader::class); -
wk-toybox/trunk/wk-toybox.php
r2621414 r2712046 1 1 <?php 2 2 3 /** 3 * Plugin Name: Toybox by W ebkinder4 * Plugin Name: Toybox by WEBKINDER 4 5 * Plugin URI: https://www.webkinder.ch/ 5 6 * Description: Plugin to integrate Toybox feedback system https://www.toyboxsystems.com in your website 6 * Author: W ebKinder7 * Version: 1.0. 17 * Author: WEBKINDER 8 * Version: 1.0.2 8 9 * Author URI: https://www.webkinder.ch 9 10 * Text Domain: wk-toybox
Note: See TracChangeset
for help on using the changeset viewer.