Changeset 2473828
- Timestamp:
- 02/12/2021 03:08:19 PM (5 years ago)
- Location:
- robots-sitemap
- Files:
-
- 8 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from robots-sitemap/trunk)
-
tags/1.2.1/core/cache/class-sitemap-cache-term.php (modified) (1 diff)
-
tags/1.2.1/core/class-main.php (modified) (1 diff)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
tags/1.2.1/robots-sitemap.php (modified) (1 diff)
-
trunk/core/cache/class-sitemap-cache-term.php (modified) (1 diff)
-
trunk/core/class-main.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/robots-sitemap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
robots-sitemap/tags/1.2.1/core/cache/class-sitemap-cache-term.php
r2439026 r2473828 72 72 $term = get_term( $this->id, $this->taxonomy ); 73 73 if ( null === $term ) { 74 throw new Exception( ' Не получилось создать объект терма с такими параметрами: ' . $this->id . ' ' . $this->taxonomy . ' Подойти к Витальке.');74 throw new Exception( 'Cannot create object with such params: ' . $this->id . ' ' . $this->taxonomy ); 75 75 } 76 76 -
robots-sitemap/tags/1.2.1/core/class-main.php
r2456388 r2473828 62 62 'options' => 'custom_sitemap_options', 63 63 'robots_options' => 'vo3da_robots_options', 64 'version' => '1.2. 0',64 'version' => '1.2.1', 65 65 ]; 66 66 -
robots-sitemap/tags/1.2.1/readme.txt
r2456388 r2473828 3 3 Tags: Sitemap, robots, sitemap by type, indexing, seo, search bot, google bot, xml, fake bots protection 4 4 Requires at least: 5.0.0 5 Tested up to: 5.6. 06 Stable tag: 1.2. 05 Tested up to: 5.6.1 6 Stable tag: 1.2.1 7 7 Requires PHP: 5.6.4 8 8 License: GPLv2 or later … … 56 56 == Changelog == 57 57 58 = 1.2.1 (12.02.2021) = 59 * Fixed bugs 60 58 61 = 1.2.0 (14.01.2021) = 59 62 * Sitemap and robots files moved to uploads directory -
robots-sitemap/tags/1.2.1/robots-sitemap.php
r2456388 r2473828 10 10 * Plugin URI: / 11 11 * Description: Simply and fast edit your robots.txt and sitemap. 12 * Version: 1.2. 012 * Version: 1.2.1 13 13 * Author: VO3DA Team 14 14 * Author URI: vo3da.tech -
robots-sitemap/trunk/core/cache/class-sitemap-cache-term.php
r2439026 r2473828 72 72 $term = get_term( $this->id, $this->taxonomy ); 73 73 if ( null === $term ) { 74 throw new Exception( ' Не получилось создать объект терма с такими параметрами: ' . $this->id . ' ' . $this->taxonomy . ' Подойти к Витальке.');74 throw new Exception( 'Cannot create object with such params: ' . $this->id . ' ' . $this->taxonomy ); 75 75 } 76 76 -
robots-sitemap/trunk/core/class-main.php
r2456388 r2473828 62 62 'options' => 'custom_sitemap_options', 63 63 'robots_options' => 'vo3da_robots_options', 64 'version' => '1.2. 0',64 'version' => '1.2.1', 65 65 ]; 66 66 -
robots-sitemap/trunk/readme.txt
r2456388 r2473828 3 3 Tags: Sitemap, robots, sitemap by type, indexing, seo, search bot, google bot, xml, fake bots protection 4 4 Requires at least: 5.0.0 5 Tested up to: 5.6. 06 Stable tag: 1.2. 05 Tested up to: 5.6.1 6 Stable tag: 1.2.1 7 7 Requires PHP: 5.6.4 8 8 License: GPLv2 or later … … 56 56 == Changelog == 57 57 58 = 1.2.1 (12.02.2021) = 59 * Fixed bugs 60 58 61 = 1.2.0 (14.01.2021) = 59 62 * Sitemap and robots files moved to uploads directory -
robots-sitemap/trunk/robots-sitemap.php
r2456388 r2473828 10 10 * Plugin URI: / 11 11 * Description: Simply and fast edit your robots.txt and sitemap. 12 * Version: 1.2. 012 * Version: 1.2.1 13 13 * Author: VO3DA Team 14 14 * Author URI: vo3da.tech
Note: See TracChangeset
for help on using the changeset viewer.