Changeset 3300608
- Timestamp:
- 05/26/2025 10:47:38 AM (10 months ago)
- Location:
- nativerent/trunk
- Files:
-
- 6 edited
-
inc/Common/Entities/CmsInfo.php (modified) (3 diffs)
-
nativerent.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (5 diffs)
-
vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nativerent/trunk/inc/Common/Entities/CmsInfo.php
r3062141 r3300608 25 25 private $plugins; 26 26 27 /** @var string */ 28 private $runtime; 29 27 30 /** 28 31 * @param string $version … … 33 36 $this->version = $version; 34 37 $this->plugins = $plugins; 38 $this->runtime = 'php-' . phpversion(); 35 39 } 36 40 … … 116 120 'version' => $this->getCmsVersion(), 117 121 'plugins' => $this->getPlugins(), 122 'runtime' => $this->runtime, 118 123 ]; 119 124 } -
nativerent/trunk/nativerent.php
r3247784 r3300608 4 4 * Plugin URI: https://wordpress.org/plugins/nativerent/ 5 5 * Description: Релевантная реклама для ваших читателей. Рекламодатели сервиса платят в 2-3 раза больше за 1 тыс. показов страниц, чем привычные рекламные сетки. Страница выкупается полностью, на ней размещается максимум четыре рекламных блока, которые выглядят нативно в стиле сайта. 6 * Version: 2.1. 36 * Version: 2.1.4 7 7 * Requires at least: 4.9 8 * Tested up to: 6. 78 * Tested up to: 6.8 9 9 * Requires PHP: 5.6.20 10 10 * Author: Native Rent … … 28 28 // Plugin version. 29 29 if ( ! defined( 'NATIVERENT_PLUGIN_VERSION' ) ) { 30 define( 'NATIVERENT_PLUGIN_VERSION', '2.1. 3' );30 define( 'NATIVERENT_PLUGIN_VERSION', '2.1.4' ); 31 31 } 32 32 // Plugin Folder Path. -
nativerent/trunk/readme.txt
r3247784 r3300608 1 1 === Рекламная платформа Native Rent === 2 Tags: advertising, монетизация контента, marketing, CPM, реклама, website income,доход от сайта2 Tags: advertising, marketing, монетизация контента, реклама, доход от сайта 3 3 Author: Native Rent 4 4 Contributors: nativerentplugin 5 5 Plugin URI: https://wordpress.org/plugins/nativerent/ 6 6 Requires at least: 4.9 7 Tested up to: 6. 77 Tested up to: 6.8 8 8 Requires PHP: 5.6.20 9 Stable tag: 2.1. 39 Stable tag: 2.1.4 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
nativerent/trunk/vendor/autoload.php
r3247784 r3300608 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 3ff53732717c06fe66f6509b55311675::getLoader();7 return ComposerAutoloaderInitd769760318e326c40587b54124cedd81::getLoader(); -
nativerent/trunk/vendor/composer/autoload_real.php
r3247784 r3300608 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 3ff53732717c06fe66f6509b553116755 class ComposerAutoloaderInitd769760318e326c40587b54124cedd81 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 3ff53732717c06fe66f6509b55311675', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitd769760318e326c40587b54124cedd81', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 3ff53732717c06fe66f6509b55311675', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitd769760318e326c40587b54124cedd81', '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 __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 3ff53732717c06fe66f6509b55311675::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInitd769760318e326c40587b54124cedd81::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 3ff53732717c06fe66f6509b55311675::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInitd769760318e326c40587b54124cedd81::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 3ff53732717c06fe66f6509b55311675($fileIdentifier, $file);59 composerRequired769760318e326c40587b54124cedd81($fileIdentifier, $file); 60 60 } 61 61 … … 69 69 * @return void 70 70 */ 71 function composerRequire 3ff53732717c06fe66f6509b55311675($fileIdentifier, $file)71 function composerRequired769760318e326c40587b54124cedd81($fileIdentifier, $file) 72 72 { 73 73 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
nativerent/trunk/vendor/composer/autoload_static.php
r3247784 r3300608 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 3ff53732717c06fe66f6509b553116757 class ComposerStaticInitd769760318e326c40587b54124cedd81 8 8 { 9 9 public static $files = array ( … … 178 178 { 179 179 return \Closure::bind(function () use ($loader) { 180 $loader->prefixLengthsPsr4 = ComposerStaticInit 3ff53732717c06fe66f6509b55311675::$prefixLengthsPsr4;181 $loader->prefixDirsPsr4 = ComposerStaticInit 3ff53732717c06fe66f6509b55311675::$prefixDirsPsr4;182 $loader->classMap = ComposerStaticInit 3ff53732717c06fe66f6509b55311675::$classMap;180 $loader->prefixLengthsPsr4 = ComposerStaticInitd769760318e326c40587b54124cedd81::$prefixLengthsPsr4; 181 $loader->prefixDirsPsr4 = ComposerStaticInitd769760318e326c40587b54124cedd81::$prefixDirsPsr4; 182 $loader->classMap = ComposerStaticInitd769760318e326c40587b54124cedd81::$classMap; 183 183 184 184 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.