Changeset 2753806
- Timestamp:
- 07/08/2022 03:12:11 PM (4 years ago)
- Location:
- ownerrez
- Files:
-
- 16 edited
- 1 copied
-
tags/1.1.12 (copied) (copied from ownerrez/trunk)
-
tags/1.1.12/lib/autoload.php (modified) (1 diff)
-
tags/1.1.12/lib/composer/InstalledVersions.php (modified) (7 diffs)
-
tags/1.1.12/lib/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.1.12/lib/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.1.12/lib/composer/installed.php (modified) (9 diffs)
-
tags/1.1.12/ownerrez.php (modified) (2 diffs)
-
tags/1.1.12/public/class-ownerrez-shortcodes.php (modified) (1 diff)
-
tags/1.1.12/readme.txt (modified) (2 diffs)
-
trunk/lib/autoload.php (modified) (1 diff)
-
trunk/lib/composer/InstalledVersions.php (modified) (7 diffs)
-
trunk/lib/composer/autoload_real.php (modified) (3 diffs)
-
trunk/lib/composer/autoload_static.php (modified) (2 diffs)
-
trunk/lib/composer/installed.php (modified) (9 diffs)
-
trunk/ownerrez.php (modified) (2 diffs)
-
trunk/public/class-ownerrez-shortcodes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ownerrez/tags/1.1.12/lib/autoload.php
r2725595 r2753806 10 10 require_once __DIR__ . '/composer/autoload_real.php'; 11 11 12 return ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f1::getLoader();12 return ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb::getLoader(); -
ownerrez/tags/1.1.12/lib/composer/InstalledVersions.php
r2723507 r2753806 29 29 /** 30 30 * @var mixed[]|null 31 * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null 32 32 */ 33 33 private static $installed; … … 40 40 /** 41 41 * @var array[] 42 * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> 43 43 */ 44 44 private static $installedByVendor = array(); … … 244 244 /** 245 245 * @return array 246 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool} 247 247 */ 248 248 public static function getRootPackage() … … 258 258 * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. 259 259 * @return array[] 260 * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} 261 261 */ 262 262 public static function getRawData() … … 281 281 * 282 282 * @return array[] 283 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> 284 284 */ 285 285 public static function getAllRawData() … … 304 304 * @return void 305 305 * 306 * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data 307 307 */ 308 308 public static function reload($data) … … 314 314 /** 315 315 * @return array[] 316 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>316 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> 317 317 */ 318 318 private static function getInstalled() -
ownerrez/tags/1.1.12/lib/composer/autoload_real.php
r2725595 r2753806 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f15 class ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f1', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f1', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 1846830f22b88e1d8161a16e718300f1($fileIdentifier, $file);38 composerRequire04016d0c08ca9e397c5c9e78771463cb($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 1846830f22b88e1d8161a16e718300f1($fileIdentifier, $file)50 function composerRequire04016d0c08ca9e397c5c9e78771463cb($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
ownerrez/tags/1.1.12/lib/composer/autoload_static.php
r2725595 r2753806 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 1846830f22b88e1d8161a16e718300f17 class ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb 8 8 { 9 9 public static $files = array ( … … 76 76 { 77 77 return \Closure::bind(function () use ($loader) { 78 $loader->prefixLengthsPsr4 = ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$prefixLengthsPsr4;79 $loader->prefixDirsPsr4 = ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$prefixDirsPsr4;80 $loader->classMap = ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$classMap;78 $loader->prefixLengthsPsr4 = ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$prefixLengthsPsr4; 79 $loader->prefixDirsPsr4 = ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$prefixDirsPsr4; 80 $loader->classMap = ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$classMap; 81 81 82 82 }, null, ClassLoader::class); -
ownerrez/tags/1.1.12/lib/composer/installed.php
r2723507 r2753806 1 1 <?php return array( 2 2 'root' => array( 3 'name' => 'ownerrez/orez-wp', 3 4 'pretty_version' => '1.0.0+no-version-set', 4 5 'version' => '1.0.0.0', 6 'reference' => NULL, 5 7 'type' => 'wordpress-plugin', 6 8 'install_path' => __DIR__ . '/../../../', 7 9 'aliases' => array(), 8 'reference' => NULL,9 'name' => 'ownerrez/orez-wp',10 10 'dev' => true, 11 11 ), … … 14 14 'pretty_version' => '7.2.0', 15 15 'version' => '7.2.0.0', 16 'reference' => '0aa74dfb41ae110835923ef10a9d803a22d50e79', 16 17 'type' => 'library', 17 18 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 18 19 'aliases' => array(), 19 'reference' => '0aa74dfb41ae110835923ef10a9d803a22d50e79',20 20 'dev_requirement' => false, 21 21 ), … … 23 23 'pretty_version' => '1.4.0', 24 24 'version' => '1.4.0.0', 25 'reference' => '60d379c243457e073cff02bc323a2a86cb355631', 25 26 'type' => 'library', 26 27 'install_path' => __DIR__ . '/../guzzlehttp/promises', 27 28 'aliases' => array(), 28 'reference' => '60d379c243457e073cff02bc323a2a86cb355631',29 29 'dev_requirement' => false, 30 30 ), … … 32 32 'pretty_version' => '1.7.0', 33 33 'version' => '1.7.0.0', 34 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3', 34 35 'type' => 'library', 35 36 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 36 37 'aliases' => array(), 37 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3',38 38 'dev_requirement' => false, 39 39 ), … … 41 41 'pretty_version' => '1.0.5', 42 42 'version' => '1.0.5.0', 43 'reference' => '7b103b412eb359848cbde50bfc3c8b18a898b461', 43 44 'type' => 'library', 44 45 'install_path' => __DIR__ . '/../ownerrez/orez-api', 45 46 'aliases' => array(), 46 'reference' => '7b103b412eb359848cbde50bfc3c8b18a898b461',47 47 'dev_requirement' => false, 48 48 ), … … 50 50 'pretty_version' => '1.0.0+no-version-set', 51 51 'version' => '1.0.0.0', 52 'reference' => NULL, 52 53 'type' => 'wordpress-plugin', 53 54 'install_path' => __DIR__ . '/../../../', 54 55 'aliases' => array(), 55 'reference' => NULL,56 56 'dev_requirement' => false, 57 57 ), … … 59 59 'pretty_version' => '1.0.1', 60 60 'version' => '1.0.1.0', 61 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', 61 62 'type' => 'library', 62 63 'install_path' => __DIR__ . '/../psr/http-client', 63 64 'aliases' => array(), 64 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',65 65 'dev_requirement' => false, 66 66 ), … … 74 74 'pretty_version' => '1.0.1', 75 75 'version' => '1.0.1.0', 76 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 76 77 'type' => 'library', 77 78 'install_path' => __DIR__ . '/../psr/http-message', 78 79 'aliases' => array(), 79 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',80 80 'dev_requirement' => false, 81 81 ), … … 89 89 'pretty_version' => '3.0.3', 90 90 'version' => '3.0.3.0', 91 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 91 92 'type' => 'library', 92 93 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 93 94 'aliases' => array(), 94 'reference' => '120b605dfeb996808c31b6477290a714d356e822',95 95 'dev_requirement' => false, 96 96 ), -
ownerrez/tags/1.1.12/ownerrez.php
r2725595 r2753806 17 17 * Plugin URI: https://www.ownerreservations.com/support/wordpress 18 18 * Description: The official WordPress plugin for the OwnerRez API. 19 * Version: 1.1.1 019 * Version: 1.1.12 20 20 * Author: OwnerRez, Inc. 21 21 * Author URI: https://www.ownerreservations.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('OWNERREZ_VERSION', '1.1.1 1');38 define('OWNERREZ_VERSION', '1.1.12'); 39 39 40 40 /** -
ownerrez/tags/1.1.12/public/class-ownerrez-shortcodes.php
r2723507 r2753806 340 340 foreach ($images as &$image) { 341 341 $caption = ""; 342 if (property_exists($image, "caption") )343 $caption = $image->caption;342 if (property_exists($image, "caption") && !is_null($image->caption)) 343 $caption = htmlentities2($image->caption); 344 344 345 345 $srcUrl = $image->originalUrl; -
ownerrez/tags/1.1.12/readme.txt
r2725595 r2753806 4 4 Requires at least: 5.4 5 5 Tested up to: 5.9.3 6 Stable tag: 1.1.1 06 Stable tag: 1.1.12 7 7 License: MIT 8 8 License URI: https://github.com/ownerrez/orez-wp/blob/master/LICENSE … … 33 33 34 34 == Changelog == 35 = 1.1.12 = 36 - Html encode image captions on carousel render. 37 35 38 = 1.1.11 = 36 39 - Further improvements to photo carousel. -
ownerrez/trunk/lib/autoload.php
r2725595 r2753806 10 10 require_once __DIR__ . '/composer/autoload_real.php'; 11 11 12 return ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f1::getLoader();12 return ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb::getLoader(); -
ownerrez/trunk/lib/composer/InstalledVersions.php
r2723507 r2753806 29 29 /** 30 30 * @var mixed[]|null 31 * @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null 32 32 */ 33 33 private static $installed; … … 40 40 /** 41 41 * @var array[] 42 * @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> 43 43 */ 44 44 private static $installedByVendor = array(); … … 244 244 /** 245 245 * @return array 246 * @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool} 247 247 */ 248 248 public static function getRootPackage() … … 258 258 * @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. 259 259 * @return array[] 260 * @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} 261 261 */ 262 262 public static function getRawData() … … 281 281 * 282 282 * @return array[] 283 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> 284 284 */ 285 285 public static function getAllRawData() … … 304 304 * @return void 305 305 * 306 * @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>} $data306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data 307 307 */ 308 308 public static function reload($data) … … 314 314 /** 315 315 * @return array[] 316 * @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}>316 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}> 317 317 */ 318 318 private static function getInstalled() -
ownerrez/trunk/lib/composer/autoload_real.php
r2725595 r2753806 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f15 class ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f1', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit 1846830f22b88e1d8161a16e718300f1', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit04016d0c08ca9e397c5c9e78771463cb', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::getInitializer($loader)); 33 33 34 34 $loader->register(true); 35 35 36 $includeFiles = \Composer\Autoload\ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$files;36 $includeFiles = \Composer\Autoload\ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$files; 37 37 foreach ($includeFiles as $fileIdentifier => $file) { 38 composerRequire 1846830f22b88e1d8161a16e718300f1($fileIdentifier, $file);38 composerRequire04016d0c08ca9e397c5c9e78771463cb($fileIdentifier, $file); 39 39 } 40 40 … … 48 48 * @return void 49 49 */ 50 function composerRequire 1846830f22b88e1d8161a16e718300f1($fileIdentifier, $file)50 function composerRequire04016d0c08ca9e397c5c9e78771463cb($fileIdentifier, $file) 51 51 { 52 52 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
ownerrez/trunk/lib/composer/autoload_static.php
r2725595 r2753806 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 1846830f22b88e1d8161a16e718300f17 class ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb 8 8 { 9 9 public static $files = array ( … … 76 76 { 77 77 return \Closure::bind(function () use ($loader) { 78 $loader->prefixLengthsPsr4 = ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$prefixLengthsPsr4;79 $loader->prefixDirsPsr4 = ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$prefixDirsPsr4;80 $loader->classMap = ComposerStaticInit 1846830f22b88e1d8161a16e718300f1::$classMap;78 $loader->prefixLengthsPsr4 = ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$prefixLengthsPsr4; 79 $loader->prefixDirsPsr4 = ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$prefixDirsPsr4; 80 $loader->classMap = ComposerStaticInit04016d0c08ca9e397c5c9e78771463cb::$classMap; 81 81 82 82 }, null, ClassLoader::class); -
ownerrez/trunk/lib/composer/installed.php
r2723507 r2753806 1 1 <?php return array( 2 2 'root' => array( 3 'name' => 'ownerrez/orez-wp', 3 4 'pretty_version' => '1.0.0+no-version-set', 4 5 'version' => '1.0.0.0', 6 'reference' => NULL, 5 7 'type' => 'wordpress-plugin', 6 8 'install_path' => __DIR__ . '/../../../', 7 9 'aliases' => array(), 8 'reference' => NULL,9 'name' => 'ownerrez/orez-wp',10 10 'dev' => true, 11 11 ), … … 14 14 'pretty_version' => '7.2.0', 15 15 'version' => '7.2.0.0', 16 'reference' => '0aa74dfb41ae110835923ef10a9d803a22d50e79', 16 17 'type' => 'library', 17 18 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 18 19 'aliases' => array(), 19 'reference' => '0aa74dfb41ae110835923ef10a9d803a22d50e79',20 20 'dev_requirement' => false, 21 21 ), … … 23 23 'pretty_version' => '1.4.0', 24 24 'version' => '1.4.0.0', 25 'reference' => '60d379c243457e073cff02bc323a2a86cb355631', 25 26 'type' => 'library', 26 27 'install_path' => __DIR__ . '/../guzzlehttp/promises', 27 28 'aliases' => array(), 28 'reference' => '60d379c243457e073cff02bc323a2a86cb355631',29 29 'dev_requirement' => false, 30 30 ), … … 32 32 'pretty_version' => '1.7.0', 33 33 'version' => '1.7.0.0', 34 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3', 34 35 'type' => 'library', 35 36 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 36 37 'aliases' => array(), 37 'reference' => '53330f47520498c0ae1f61f7e2c90f55690c06a3',38 38 'dev_requirement' => false, 39 39 ), … … 41 41 'pretty_version' => '1.0.5', 42 42 'version' => '1.0.5.0', 43 'reference' => '7b103b412eb359848cbde50bfc3c8b18a898b461', 43 44 'type' => 'library', 44 45 'install_path' => __DIR__ . '/../ownerrez/orez-api', 45 46 'aliases' => array(), 46 'reference' => '7b103b412eb359848cbde50bfc3c8b18a898b461',47 47 'dev_requirement' => false, 48 48 ), … … 50 50 'pretty_version' => '1.0.0+no-version-set', 51 51 'version' => '1.0.0.0', 52 'reference' => NULL, 52 53 'type' => 'wordpress-plugin', 53 54 'install_path' => __DIR__ . '/../../../', 54 55 'aliases' => array(), 55 'reference' => NULL,56 56 'dev_requirement' => false, 57 57 ), … … 59 59 'pretty_version' => '1.0.1', 60 60 'version' => '1.0.1.0', 61 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621', 61 62 'type' => 'library', 62 63 'install_path' => __DIR__ . '/../psr/http-client', 63 64 'aliases' => array(), 64 'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',65 65 'dev_requirement' => false, 66 66 ), … … 74 74 'pretty_version' => '1.0.1', 75 75 'version' => '1.0.1.0', 76 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363', 76 77 'type' => 'library', 77 78 'install_path' => __DIR__ . '/../psr/http-message', 78 79 'aliases' => array(), 79 'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',80 80 'dev_requirement' => false, 81 81 ), … … 89 89 'pretty_version' => '3.0.3', 90 90 'version' => '3.0.3.0', 91 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 91 92 'type' => 'library', 92 93 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 93 94 'aliases' => array(), 94 'reference' => '120b605dfeb996808c31b6477290a714d356e822',95 95 'dev_requirement' => false, 96 96 ), -
ownerrez/trunk/ownerrez.php
r2725595 r2753806 17 17 * Plugin URI: https://www.ownerreservations.com/support/wordpress 18 18 * Description: The official WordPress plugin for the OwnerRez API. 19 * Version: 1.1.1 019 * Version: 1.1.12 20 20 * Author: OwnerRez, Inc. 21 21 * Author URI: https://www.ownerreservations.com/ … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('OWNERREZ_VERSION', '1.1.1 1');38 define('OWNERREZ_VERSION', '1.1.12'); 39 39 40 40 /** -
ownerrez/trunk/public/class-ownerrez-shortcodes.php
r2723507 r2753806 340 340 foreach ($images as &$image) { 341 341 $caption = ""; 342 if (property_exists($image, "caption") )343 $caption = $image->caption;342 if (property_exists($image, "caption") && !is_null($image->caption)) 343 $caption = htmlentities2($image->caption); 344 344 345 345 $srcUrl = $image->originalUrl; -
ownerrez/trunk/readme.txt
r2725595 r2753806 4 4 Requires at least: 5.4 5 5 Tested up to: 5.9.3 6 Stable tag: 1.1.1 06 Stable tag: 1.1.12 7 7 License: MIT 8 8 License URI: https://github.com/ownerrez/orez-wp/blob/master/LICENSE … … 33 33 34 34 == Changelog == 35 = 1.1.12 = 36 - Html encode image captions on carousel render. 37 35 38 = 1.1.11 = 36 39 - Further improvements to photo carousel.
Note: See TracChangeset
for help on using the changeset viewer.