Changeset 1498227
- Timestamp:
- 09/19/2016 03:16:55 PM (9 years ago)
- Location:
- voce-seo/trunk
- Files:
-
- 1 added
- 5 edited
-
readme.txt (modified) (2 diffs)
-
vendor/autoload.php (modified) (1 diff)
-
vendor/composer/LICENSE (modified) (1 diff)
-
vendor/composer/autoload_real.php (modified) (3 diffs)
-
vendor/composer/autoload_static.php (added)
-
voce-seo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
voce-seo/trunk/readme.txt
r1344309 r1498227 1 1 === Voce SEO === 2 Contributors: voceplatforms, prettyboymp, matstars, kevinlangleyjr 2 Contributors: voceplatforms, prettyboymp, matstars, kevinlangleyjr, smccafferty 3 3 Tags: SEO 4 4 Requires at least: 3.7.0 5 5 Tested up to: 4.2.4 6 Stable tag: 0.6. 06 Stable tag: 0.6.2 7 7 License: GPLv2 or later 8 8 … … 32 32 33 33 == Changelog == 34 = Version 0.6.2 = 35 * Removing usage of grunt-voce-plugins in favor of the individually used node modules 36 37 = Version 0.6.1 = 38 * Fixing non-static method deprecated notice 39 34 40 = Version 0.6.0 = 35 41 * Adding more flexible support for other single post types -
voce-seo/trunk/vendor/autoload.php
r1344309 r1498227 5 5 require_once __DIR__ . '/composer' . '/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 37665239d184aaad487429639b869c4c::getLoader();7 return ComposerAutoloaderInit858e29fbdbed62872172eb1cf3550daf::getLoader(); -
voce-seo/trunk/vendor/composer/LICENSE
r1344309 r1498227 1 1 2 Copyright (c) 201 5Nils Adermann, Jordi Boggiano2 Copyright (c) 2016 Nils Adermann, Jordi Boggiano 3 3 4 4 Permission is hereby granted, free of charge, to any person obtaining a copy -
voce-seo/trunk/vendor/composer/autoload_real.php
r1344309 r1498227 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 37665239d184aaad487429639b869c4c5 class ComposerAutoloaderInit858e29fbdbed62872172eb1cf3550daf 6 6 { 7 7 private static $loader; … … 20 20 } 21 21 22 spl_autoload_register(array('ComposerAutoloaderInit 37665239d184aaad487429639b869c4c', 'loadClassLoader'), true, true);22 spl_autoload_register(array('ComposerAutoloaderInit858e29fbdbed62872172eb1cf3550daf', 'loadClassLoader'), true, true); 23 23 self::$loader = $loader = new \Composer\Autoload\ClassLoader(); 24 spl_autoload_unregister(array('ComposerAutoloaderInit 37665239d184aaad487429639b869c4c', 'loadClassLoader'));24 spl_autoload_unregister(array('ComposerAutoloaderInit858e29fbdbed62872172eb1cf3550daf', 'loadClassLoader')); 25 25 26 $map = require __DIR__ . '/autoload_namespaces.php'; 27 foreach ($map as $namespace => $path) { 28 $loader->set($namespace, $path); 29 } 26 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION'); 27 if ($useStaticLoader) { 28 require_once __DIR__ . '/autoload_static.php'; 30 29 31 $map = require __DIR__ . '/autoload_psr4.php'; 32 foreach ($map as $namespace => $path) { 33 $loader->setPsr4($namespace, $path); 34 } 30 call_user_func(\Composer\Autoload\ComposerStaticInit858e29fbdbed62872172eb1cf3550daf::getInitializer($loader)); 31 } else { 32 $map = require __DIR__ . '/autoload_namespaces.php'; 33 foreach ($map as $namespace => $path) { 34 $loader->set($namespace, $path); 35 } 35 36 36 $classMap = require __DIR__ . '/autoload_classmap.php'; 37 if ($classMap) { 38 $loader->addClassMap($classMap); 37 $map = require __DIR__ . '/autoload_psr4.php'; 38 foreach ($map as $namespace => $path) { 39 $loader->setPsr4($namespace, $path); 40 } 41 42 $classMap = require __DIR__ . '/autoload_classmap.php'; 43 if ($classMap) { 44 $loader->addClassMap($classMap); 45 } 39 46 } 40 47 41 48 $loader->register(true); 42 49 43 $includeFiles = require __DIR__ . '/autoload_files.php'; 50 if ($useStaticLoader) { 51 $includeFiles = Composer\Autoload\ComposerStaticInit858e29fbdbed62872172eb1cf3550daf::$files; 52 } else { 53 $includeFiles = require __DIR__ . '/autoload_files.php'; 54 } 44 55 foreach ($includeFiles as $fileIdentifier => $file) { 45 composerRequire 37665239d184aaad487429639b869c4c($fileIdentifier, $file);56 composerRequire858e29fbdbed62872172eb1cf3550daf($fileIdentifier, $file); 46 57 } 47 58 … … 50 61 } 51 62 52 function composerRequire 37665239d184aaad487429639b869c4c($fileIdentifier, $file)63 function composerRequire858e29fbdbed62872172eb1cf3550daf($fileIdentifier, $file) 53 64 { 54 65 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
voce-seo/trunk/voce-seo.php
r1344309 r1498227 3 3 /* 4 4 Plugin Name: Voce SEO 5 Version: 0.6. 05 Version: 0.6.2 6 6 Plugin URI: http://voceconnect.com/ 7 7 Description: An SEO plugin taking things from both WP SEO and All in One SEO but leaving out the VIP incompatible pieces. … … 535 535 } 536 536 537 private function is_singular_viewable_post_query() {537 private static function is_singular_viewable_post_query() { 538 538 $queried_object = get_queried_object(); 539 539 if( is_a( $queried_object, 'WP_Post' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.