Changeset 2846284
- Timestamp:
- 01/10/2023 04:37:43 PM (3 years ago)
- Location:
- seo-landing-page-generator/trunk
- Files:
-
- 3 edited
-
public/class-issslpg-public-schema.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
seo-landing-page-generator.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-landing-page-generator/trunk/public/class-issslpg-public-schema.php
r2393863 r2846284 67 67 $schema_data = array( 68 68 '@context' => 'http://schema.org', 69 '@type' => ' Organization',69 '@type' => 'LocalBusiness', 70 70 'url' => site_url(), 71 71 'name' => $name, -
seo-landing-page-generator/trunk/readme.txt
r2843096 r2846284 5 5 Tested up to: 6.2.0 6 6 Requires PHP: 5.6 7 Stable tag: 1.64. 17 Stable tag: 1.64.2 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html -
seo-landing-page-generator/trunk/seo-landing-page-generator.php
r2843096 r2846284 16 16 * Plugin URI: https://intellasoftplugins.com/ 17 17 * Description: Generate landing pages in bulk based on location with randomized content. Update thousands of landing pages in seconds. 18 * Version: 1.64. 118 * Version: 1.64.2 19 19 * Author: IntellaSoft Solutions 20 20 * Author URI: https://intellasoftplugins.com/ … … 41 41 * Rename this for your plugin and update it as you release new versions. 42 42 */ 43 define( 'ISSSLPG_VERSION', '1.64. 1' );43 define( 'ISSSLPG_VERSION', '1.64.2' ); 44 44 define( 'ISSSLPG_BASENAME', plugin_basename(__FILE__) ); 45 45
Note: See TracChangeset
for help on using the changeset viewer.