Plugin Directory

Changeset 2846284


Ignore:
Timestamp:
01/10/2023 04:37:43 PM (3 years ago)
Author:
intellasoftsolutions
Message:

Update to 1.64.2

Location:
seo-landing-page-generator/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • seo-landing-page-generator/trunk/public/class-issslpg-public-schema.php

    r2393863 r2846284  
    6767        $schema_data = array(
    6868            '@context' => 'http://schema.org',
    69             '@type' => 'Organization',
     69            '@type' => 'LocalBusiness',
    7070            'url' => site_url(),
    7171            'name' => $name,
  • seo-landing-page-generator/trunk/readme.txt

    r2843096 r2846284  
    55Tested up to: 6.2.0
    66Requires PHP: 5.6
    7 Stable tag: 1.64.1
     7Stable tag: 1.64.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl.html
  • seo-landing-page-generator/trunk/seo-landing-page-generator.php

    r2843096 r2846284  
    1616 * Plugin URI:        https://intellasoftplugins.com/
    1717 * Description:       Generate landing pages in bulk based on location with randomized content. Update thousands of landing pages in seconds.
    18  * Version:           1.64.1
     18 * Version:           1.64.2
    1919 * Author:            IntellaSoft Solutions
    2020 * Author URI:        https://intellasoftplugins.com/
     
    4141 * Rename this for your plugin and update it as you release new versions.
    4242 */
    43 define( 'ISSSLPG_VERSION', '1.64.1' );
     43define( 'ISSSLPG_VERSION', '1.64.2' );
    4444define( 'ISSSLPG_BASENAME', plugin_basename(__FILE__) );
    4545
Note: See TracChangeset for help on using the changeset viewer.