Changeset 3204946
- Timestamp:
- 12/09/2024 02:51:58 PM (16 months ago)
- Location:
- wpify-mapy-cz
- Files:
-
- 16 edited
- 1 copied
-
tags/4.0.3 (copied) (copied from wpify-mapy-cz/trunk)
-
tags/4.0.3/assets/plugin.js (modified) (2 diffs)
-
tags/4.0.3/changelog.txt (modified) (1 diff)
-
tags/4.0.3/deps/composer/installed.php (modified) (1 diff)
-
tags/4.0.3/readme.txt (modified) (1 diff)
-
tags/4.0.3/src/Models/MapModel.php (modified) (1 diff)
-
tags/4.0.3/src/Models/MarkerModel.php (modified) (1 diff)
-
tags/4.0.3/vendor/composer/installed.php (modified) (2 diffs)
-
tags/4.0.3/wpify-mapy-cz.php (modified) (1 diff)
-
trunk/assets/plugin.js (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/deps/composer/installed.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/src/Models/MapModel.php (modified) (1 diff)
-
trunk/src/Models/MarkerModel.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wpify-mapy-cz.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpify-mapy-cz/tags/4.0.3/assets/plugin.js
r3200026 r3204946 1 1 import React, { useEffect, useState, useMemo } from 'react'; 2 import { applyFilters,doAction } from '@wordpress/hooks';2 import { doAction } from '@wordpress/hooks'; 3 3 import { MapContainer } from './components/MapyCz'; 4 4 import { createRoot } from 'react-dom/client'; … … 35 35 document.querySelectorAll('[data-mapycz]').forEach(container => { 36 36 const data = window.wpify_mapy_cz[parseInt(container.dataset.mapycz, 10)]; 37 38 37 createRoot(container).render(<Map {...data} element={container}/>); 39 38 }); -
wpify-mapy-cz/tags/4.0.3/changelog.txt
r3204841 r3204946 1 1 == Changelog == 2 3 = 4.0.3 = 4 * Fix error when missing data 2 5 3 6 = 4.0.2 = -
wpify-mapy-cz/tags/4.0.3/deps/composer/installed.php
r3204841 r3204946 3 3 namespace WpifyMapyCzDeps; 4 4 5 return array('root' => array('name' => '__root__', 'pretty_version' => '4.0. 2', 'version' => '4.0.2.0', 'reference' => '716d7e4f3bc75b22ad0e9b35fe256cadf1bae721', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '4.0.2', 'version' => '4.0.2.0', 'reference' => '716d7e4f3bc75b22ad0e9b35fe256cadf1bae721', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'laravel/serializable-closure' => array('pretty_version' => 'v1.3.7', 'version' => '1.3.7.0', 'reference' => '4f48ade902b94323ca3be7646db16209ec76be3d', 'type' => 'library', 'install_path' => __DIR__ . '/../laravel/serializable-closure', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.4', 'version' => '2.3.4.0', 'reference' => '33234b32dafa8eb69202f950a1fc92055ed76a86', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '7.0.7', 'version' => '7.0.7.0', 'reference' => 'e87435e3c0e8f22977adc5af0d5cdcc467e15cf1', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'twig/twig' => array('pretty_version' => 'v3.15.0', 'version' => '3.15.0.0', 'reference' => '2d5b3964cc21d0188633d7ddce732dc8e874db02', 'type' => 'library', 'install_path' => __DIR__ . '/../twig/twig', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/asset' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => 'faf957af650b441b49f03cb7ffa42abfe157b43b', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/asset', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '4.0.12', 'version' => '4.0.12.0', 'reference' => 'd854aa265e55c3d90e66dcfa99a9f36bd4e96267', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/model' => array('pretty_version' => '4.1.18', 'version' => '4.1.18.0', 'reference' => '7d687968dbbf144a0aef393288945dd7e5de1ef8', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/model', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/plugin-utils' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/plugin-utils', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/templates' => array('pretty_version' => '3.2.1', 'version' => '3.2.1.0', 'reference' => '4192e0262179347faf1ba7108381280c8ba789c1', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/templates', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => '__root__', 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '4.0.3', 'version' => '4.0.3.0', 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'laravel/serializable-closure' => array('pretty_version' => 'v1.3.7', 'version' => '1.3.7.0', 'reference' => '4f48ade902b94323ca3be7646db16209ec76be3d', 'type' => 'library', 'install_path' => __DIR__ . '/../laravel/serializable-closure', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.4', 'version' => '2.3.4.0', 'reference' => '33234b32dafa8eb69202f950a1fc92055ed76a86', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '7.0.7', 'version' => '7.0.7.0', 'reference' => 'e87435e3c0e8f22977adc5af0d5cdcc467e15cf1', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'twig/twig' => array('pretty_version' => 'v3.15.0', 'version' => '3.15.0.0', 'reference' => '2d5b3964cc21d0188633d7ddce732dc8e874db02', 'type' => 'library', 'install_path' => __DIR__ . '/../twig/twig', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/asset' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => 'faf957af650b441b49f03cb7ffa42abfe157b43b', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/asset', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '4.0.12', 'version' => '4.0.12.0', 'reference' => 'd854aa265e55c3d90e66dcfa99a9f36bd4e96267', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/model' => array('pretty_version' => '4.1.18', 'version' => '4.1.18.0', 'reference' => '7d687968dbbf144a0aef393288945dd7e5de1ef8', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/model', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/plugin-utils' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/plugin-utils', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/templates' => array('pretty_version' => '3.2.1', 'version' => '3.2.1.0', 'reference' => '4192e0262179347faf1ba7108381280c8ba789c1', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/templates', 'aliases' => array(), 'dev_requirement' => \false))); -
wpify-mapy-cz/tags/4.0.3/readme.txt
r3204841 r3204946 6 6 Tested up to: 6.7 7 7 Requires PHP: 8.1 8 Stable tag: 4.0. 28 Stable tag: 4.0.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wpify-mapy-cz/tags/4.0.3/src/Models/MapModel.php
r3200026 r3204946 19 19 public string $description = ''; 20 20 21 public string $width ;21 public string $width = ''; 22 22 23 public string $height ;23 public string $height = ''; 24 24 25 public float $latitude ;25 public float $latitude = 0; 26 26 27 public float $longitude ;27 public float $longitude = 0; 28 28 29 public bool $show_info_window ;29 public bool $show_info_window = false; 30 30 31 public int $zoom ;31 public int $zoom = 11; 32 32 33 33 #[MapMarkersRelation] 34 public array $markers ;34 public array $markers = array(); 35 35 36 public string $layer_type ;36 public string $layer_type = 'base'; 37 37 38 38 public function get_auto_center_zoom(): bool { -
wpify-mapy-cz/tags/4.0.3/src/Models/MarkerModel.php
r3200026 r3204946 12 12 class MarkerModel extends Post { 13 13 #[Meta] 14 public array $_mapy_cz_data ;14 public array $_mapy_cz_data = array(); 15 15 16 public string $address ;16 public string $address = ''; 17 17 18 public string $description ;18 public string $description = ''; 19 19 20 public float $latitude ;20 public float $latitude = 0; 21 21 22 public float $longitude ;22 public float $longitude = 0; 23 23 24 public int $zoom ;24 public int $zoom = 11; 25 25 26 26 public function get_address(): string { -
wpify-mapy-cz/tags/4.0.3/vendor/composer/installed.php
r3204841 r3204946 2 2 'root' => array( 3 3 'name' => 'wpify/mapy-cz', 4 'pretty_version' => '4.0. 2',5 'version' => '4.0. 2.0',6 'reference' => ' 716d7e4f3bc75b22ad0e9b35fe256cadf1bae721',4 'pretty_version' => '4.0.3', 5 'version' => '4.0.3.0', 6 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'wpify/mapy-cz' => array( 14 'pretty_version' => '4.0. 2',15 'version' => '4.0. 2.0',16 'reference' => ' 716d7e4f3bc75b22ad0e9b35fe256cadf1bae721',14 'pretty_version' => '4.0.3', 15 'version' => '4.0.3.0', 16 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../', -
wpify-mapy-cz/tags/4.0.3/wpify-mapy-cz.php
r3204841 r3204946 3 3 * Plugin Name: WPify Mapy.cz 4 4 * Description: Easily embed free mapy.cz maps anywhere 5 * Version: 4.0. 25 * Version: 4.0.3 6 6 * Requires PHP: 8.1 7 7 * Requires at least: 6.2 -
wpify-mapy-cz/trunk/assets/plugin.js
r3200026 r3204946 1 1 import React, { useEffect, useState, useMemo } from 'react'; 2 import { applyFilters,doAction } from '@wordpress/hooks';2 import { doAction } from '@wordpress/hooks'; 3 3 import { MapContainer } from './components/MapyCz'; 4 4 import { createRoot } from 'react-dom/client'; … … 35 35 document.querySelectorAll('[data-mapycz]').forEach(container => { 36 36 const data = window.wpify_mapy_cz[parseInt(container.dataset.mapycz, 10)]; 37 38 37 createRoot(container).render(<Map {...data} element={container}/>); 39 38 }); -
wpify-mapy-cz/trunk/changelog.txt
r3204841 r3204946 1 1 == Changelog == 2 3 = 4.0.3 = 4 * Fix error when missing data 2 5 3 6 = 4.0.2 = -
wpify-mapy-cz/trunk/deps/composer/installed.php
r3204841 r3204946 3 3 namespace WpifyMapyCzDeps; 4 4 5 return array('root' => array('name' => '__root__', 'pretty_version' => '4.0. 2', 'version' => '4.0.2.0', 'reference' => '716d7e4f3bc75b22ad0e9b35fe256cadf1bae721', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '4.0.2', 'version' => '4.0.2.0', 'reference' => '716d7e4f3bc75b22ad0e9b35fe256cadf1bae721', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'laravel/serializable-closure' => array('pretty_version' => 'v1.3.7', 'version' => '1.3.7.0', 'reference' => '4f48ade902b94323ca3be7646db16209ec76be3d', 'type' => 'library', 'install_path' => __DIR__ . '/../laravel/serializable-closure', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.4', 'version' => '2.3.4.0', 'reference' => '33234b32dafa8eb69202f950a1fc92055ed76a86', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '7.0.7', 'version' => '7.0.7.0', 'reference' => 'e87435e3c0e8f22977adc5af0d5cdcc467e15cf1', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'twig/twig' => array('pretty_version' => 'v3.15.0', 'version' => '3.15.0.0', 'reference' => '2d5b3964cc21d0188633d7ddce732dc8e874db02', 'type' => 'library', 'install_path' => __DIR__ . '/../twig/twig', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/asset' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => 'faf957af650b441b49f03cb7ffa42abfe157b43b', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/asset', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '4.0.12', 'version' => '4.0.12.0', 'reference' => 'd854aa265e55c3d90e66dcfa99a9f36bd4e96267', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/model' => array('pretty_version' => '4.1.18', 'version' => '4.1.18.0', 'reference' => '7d687968dbbf144a0aef393288945dd7e5de1ef8', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/model', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/plugin-utils' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/plugin-utils', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/templates' => array('pretty_version' => '3.2.1', 'version' => '3.2.1.0', 'reference' => '4192e0262179347faf1ba7108381280c8ba789c1', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/templates', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => '__root__', 'pretty_version' => '4.0.3', 'version' => '4.0.3.0', 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '4.0.3', 'version' => '4.0.3.0', 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'laravel/serializable-closure' => array('pretty_version' => 'v1.3.7', 'version' => '1.3.7.0', 'reference' => '4f48ade902b94323ca3be7646db16209ec76be3d', 'type' => 'library', 'install_path' => __DIR__ . '/../laravel/serializable-closure', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/invoker' => array('pretty_version' => '2.3.4', 'version' => '2.3.4.0', 'reference' => '33234b32dafa8eb69202f950a1fc92055ed76a86', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '7.0.7', 'version' => '7.0.7.0', 'reference' => 'e87435e3c0e8f22977adc5af0d5cdcc467e15cf1', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '85181ba99b2345b0ef10ce42ecac37612d9fd341', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'twig/twig' => array('pretty_version' => 'v3.15.0', 'version' => '3.15.0.0', 'reference' => '2d5b3964cc21d0188633d7ddce732dc8e874db02', 'type' => 'library', 'install_path' => __DIR__ . '/../twig/twig', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/asset' => array('pretty_version' => '1.3.0', 'version' => '1.3.0.0', 'reference' => 'faf957af650b441b49f03cb7ffa42abfe157b43b', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/asset', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/custom-fields' => array('pretty_version' => '4.0.12', 'version' => '4.0.12.0', 'reference' => 'd854aa265e55c3d90e66dcfa99a9f36bd4e96267', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/custom-fields', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/model' => array('pretty_version' => '4.1.18', 'version' => '4.1.18.0', 'reference' => '7d687968dbbf144a0aef393288945dd7e5de1ef8', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/model', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/plugin-utils' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/plugin-utils', 'aliases' => array(), 'dev_requirement' => \false), 'wpify/templates' => array('pretty_version' => '3.2.1', 'version' => '3.2.1.0', 'reference' => '4192e0262179347faf1ba7108381280c8ba789c1', 'type' => 'library', 'install_path' => __DIR__ . '/../wpify/templates', 'aliases' => array(), 'dev_requirement' => \false))); -
wpify-mapy-cz/trunk/readme.txt
r3204841 r3204946 6 6 Tested up to: 6.7 7 7 Requires PHP: 8.1 8 Stable tag: 4.0. 28 Stable tag: 4.0.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wpify-mapy-cz/trunk/src/Models/MapModel.php
r3200026 r3204946 19 19 public string $description = ''; 20 20 21 public string $width ;21 public string $width = ''; 22 22 23 public string $height ;23 public string $height = ''; 24 24 25 public float $latitude ;25 public float $latitude = 0; 26 26 27 public float $longitude ;27 public float $longitude = 0; 28 28 29 public bool $show_info_window ;29 public bool $show_info_window = false; 30 30 31 public int $zoom ;31 public int $zoom = 11; 32 32 33 33 #[MapMarkersRelation] 34 public array $markers ;34 public array $markers = array(); 35 35 36 public string $layer_type ;36 public string $layer_type = 'base'; 37 37 38 38 public function get_auto_center_zoom(): bool { -
wpify-mapy-cz/trunk/src/Models/MarkerModel.php
r3200026 r3204946 12 12 class MarkerModel extends Post { 13 13 #[Meta] 14 public array $_mapy_cz_data ;14 public array $_mapy_cz_data = array(); 15 15 16 public string $address ;16 public string $address = ''; 17 17 18 public string $description ;18 public string $description = ''; 19 19 20 public float $latitude ;20 public float $latitude = 0; 21 21 22 public float $longitude ;22 public float $longitude = 0; 23 23 24 public int $zoom ;24 public int $zoom = 11; 25 25 26 26 public function get_address(): string { -
wpify-mapy-cz/trunk/vendor/composer/installed.php
r3204841 r3204946 2 2 'root' => array( 3 3 'name' => 'wpify/mapy-cz', 4 'pretty_version' => '4.0. 2',5 'version' => '4.0. 2.0',6 'reference' => ' 716d7e4f3bc75b22ad0e9b35fe256cadf1bae721',4 'pretty_version' => '4.0.3', 5 'version' => '4.0.3.0', 6 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 7 7 'type' => 'project', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'wpify/mapy-cz' => array( 14 'pretty_version' => '4.0. 2',15 'version' => '4.0. 2.0',16 'reference' => ' 716d7e4f3bc75b22ad0e9b35fe256cadf1bae721',14 'pretty_version' => '4.0.3', 15 'version' => '4.0.3.0', 16 'reference' => '93e2f6e0a4adac5a37f843e0e791ff64cd9883a6', 17 17 'type' => 'project', 18 18 'install_path' => __DIR__ . '/../../', -
wpify-mapy-cz/trunk/wpify-mapy-cz.php
r3204841 r3204946 3 3 * Plugin Name: WPify Mapy.cz 4 4 * Description: Easily embed free mapy.cz maps anywhere 5 * Version: 4.0. 25 * Version: 4.0.3 6 6 * Requires PHP: 8.1 7 7 * Requires at least: 6.2
Note: See TracChangeset
for help on using the changeset viewer.