Plugin Directory

Changeset 2473828


Ignore:
Timestamp:
02/12/2021 03:08:19 PM (5 years ago)
Author:
vo3da
Message:

Commit comments

Location:
robots-sitemap
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • robots-sitemap/tags/1.2.1/core/cache/class-sitemap-cache-term.php

    r2439026 r2473828  
    7272        $term = get_term( $this->id, $this->taxonomy );
    7373        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 );
    7575        }
    7676
  • robots-sitemap/tags/1.2.1/core/class-main.php

    r2456388 r2473828  
    6262            'options'        => 'custom_sitemap_options',
    6363            'robots_options' => 'vo3da_robots_options',
    64             'version'        => '1.2.0',
     64            'version'        => '1.2.1',
    6565        ];
    6666
  • robots-sitemap/tags/1.2.1/readme.txt

    r2456388 r2473828  
    33Tags: Sitemap, robots, sitemap by type, indexing, seo, search bot, google bot, xml, fake bots protection
    44Requires at least: 5.0.0
    5 Tested up to: 5.6.0
    6 Stable tag: 1.2.0
     5Tested up to: 5.6.1
     6Stable tag: 1.2.1
    77Requires PHP: 5.6.4
    88License: GPLv2 or later
     
    5656== Changelog ==
    5757
     58= 1.2.1 (12.02.2021) =
     59* Fixed bugs
     60
    5861= 1.2.0 (14.01.2021) =
    5962* Sitemap and robots files moved to uploads directory
  • robots-sitemap/tags/1.2.1/robots-sitemap.php

    r2456388 r2473828  
    1010 * Plugin URI:          /
    1111 * Description:         Simply and fast edit your robots.txt and sitemap.
    12  * Version:             1.2.0
     12 * Version:             1.2.1
    1313 * Author:              VO3DA Team
    1414 * Author URI:          vo3da.tech
  • robots-sitemap/trunk/core/cache/class-sitemap-cache-term.php

    r2439026 r2473828  
    7272        $term = get_term( $this->id, $this->taxonomy );
    7373        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 );
    7575        }
    7676
  • robots-sitemap/trunk/core/class-main.php

    r2456388 r2473828  
    6262            'options'        => 'custom_sitemap_options',
    6363            'robots_options' => 'vo3da_robots_options',
    64             'version'        => '1.2.0',
     64            'version'        => '1.2.1',
    6565        ];
    6666
  • robots-sitemap/trunk/readme.txt

    r2456388 r2473828  
    33Tags: Sitemap, robots, sitemap by type, indexing, seo, search bot, google bot, xml, fake bots protection
    44Requires at least: 5.0.0
    5 Tested up to: 5.6.0
    6 Stable tag: 1.2.0
     5Tested up to: 5.6.1
     6Stable tag: 1.2.1
    77Requires PHP: 5.6.4
    88License: GPLv2 or later
     
    5656== Changelog ==
    5757
     58= 1.2.1 (12.02.2021) =
     59* Fixed bugs
     60
    5861= 1.2.0 (14.01.2021) =
    5962* Sitemap and robots files moved to uploads directory
  • robots-sitemap/trunk/robots-sitemap.php

    r2456388 r2473828  
    1010 * Plugin URI:          /
    1111 * Description:         Simply and fast edit your robots.txt and sitemap.
    12  * Version:             1.2.0
     12 * Version:             1.2.1
    1313 * Author:              VO3DA Team
    1414 * Author URI:          vo3da.tech
Note: See TracChangeset for help on using the changeset viewer.