Plugin Directory

Changeset 3467493


Ignore:
Timestamp:
02/23/2026 09:52:35 AM (5 weeks ago)
Author:
uniconsent
Message:

Release 1.0.1

Location:
gendiscover
Files:
7 added
5 edited
9 copied

Legend:

Unmodified
Added
Removed
  • gendiscover/tags/1.0.1/README.txt

    r3467452 r3467493  
    11=== GenDiscover ===
    2 Version: 1.0.0
     2Version: 1.0.1
    33Contributors: uniconsent
    44Tags: content discovery, AI chat, publisher, engagement
     
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1313== Description ==
    1414
    15 GenDiscover enables AI-powered content discovery, chat, search, and ad monetization on your website. Boost visitor engagement and revenue with intelligent content recommendations and interactive tools.
     15GenDiscover enables AI-powered content discovery and answer engine, AI chat, AI search, and ad monetization on your website. Boost visitor engagement and revenue with intelligent content recommendations and interactive tools.
    1616
    1717**AI-Powered Chat & Search** - Enable visitors to interact with your content through intelligent chat and search.
     
    7676== Screenshots ==
    7777
    78 1. GenDiscover - Settings page.
    79 2. GenDiscover - Support page.
     781. GenDiscover - AI Answer Engine & AI Search
     792. GenDiscover - AI Chat & AI Ask
    8080
    8181== External services ==
     
    9393== Changelog ==
    9494
     95= 1.0.1 =
     96* Fix screenshots and improvements
     97
    9598= 1.0.0 =
    9699* Initial Plugin Release
  • gendiscover/tags/1.0.1/composer.json

    r3467452 r3467493  
    11{
    22    "name": "transfon/gendiscover",
    3     "version": "1.0.0",
     3    "version": "1.0.1",
    44    "description": "GenDiscover Publisher Analytics & Content Engagement Platform for WordPress.",
    55    "type": "wordpress-plugin",
  • gendiscover/tags/1.0.1/gendiscover.php

    r3467452 r3467493  
    44* Plugin URI: https://www.gendiscover.com/publisher?utm_source=wp-plugins
    55* Description: GenDiscover AI enables AI-powered content discovery, chat, search, and ad monetization on your website.
    6 * Version: 1.0.0
     6* Version: 1.0.1
    77* Author: GenDiscover Team
    88* Author URI: https://www.gendiscover.com/?utm_source=wp-plugins
     
    1414}
    1515
    16 define( 'GENDISCOVER_VERSION', '1.0.0' );
     16define( 'GENDISCOVER_VERSION', '1.0.1' );
    1717
    1818function gendiscover_activate() {
  • gendiscover/tags/1.0.1/includes/class-gendiscover.php

    r3467452 r3467493  
    2323            $this->version = GENDISCOVER_VERSION;
    2424        } else {
    25             $this->version = '1.0.0';
     25            $this->version = '1.0.1';
    2626        }
    2727        $this->plugin_name = 'gendiscover';
  • gendiscover/trunk/README.txt

    r3467452 r3467493  
    11=== GenDiscover ===
    2 Version: 1.0.0
     2Version: 1.0.1
    33Contributors: uniconsent
    44Tags: content discovery, AI chat, publisher, engagement
     
    66Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.0.0
     8Stable tag: 1.0.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1313== Description ==
    1414
    15 GenDiscover enables AI-powered content discovery, chat, search, and ad monetization on your website. Boost visitor engagement and revenue with intelligent content recommendations and interactive tools.
     15GenDiscover enables AI-powered content discovery and answer engine, AI chat, AI search, and ad monetization on your website. Boost visitor engagement and revenue with intelligent content recommendations and interactive tools.
    1616
    1717**AI-Powered Chat & Search** - Enable visitors to interact with your content through intelligent chat and search.
     
    7676== Screenshots ==
    7777
    78 1. GenDiscover - Settings page.
    79 2. GenDiscover - Support page.
     781. GenDiscover - AI Answer Engine & AI Search
     792. GenDiscover - AI Chat & AI Ask
    8080
    8181== External services ==
     
    9393== Changelog ==
    9494
     95= 1.0.1 =
     96* Fix screenshots and improvements
     97
    9598= 1.0.0 =
    9699* Initial Plugin Release
  • gendiscover/trunk/composer.json

    r3467452 r3467493  
    11{
    22    "name": "transfon/gendiscover",
    3     "version": "1.0.0",
     3    "version": "1.0.1",
    44    "description": "GenDiscover Publisher Analytics & Content Engagement Platform for WordPress.",
    55    "type": "wordpress-plugin",
  • gendiscover/trunk/gendiscover.php

    r3467452 r3467493  
    44* Plugin URI: https://www.gendiscover.com/publisher?utm_source=wp-plugins
    55* Description: GenDiscover AI enables AI-powered content discovery, chat, search, and ad monetization on your website.
    6 * Version: 1.0.0
     6* Version: 1.0.1
    77* Author: GenDiscover Team
    88* Author URI: https://www.gendiscover.com/?utm_source=wp-plugins
     
    1414}
    1515
    16 define( 'GENDISCOVER_VERSION', '1.0.0' );
     16define( 'GENDISCOVER_VERSION', '1.0.1' );
    1717
    1818function gendiscover_activate() {
  • gendiscover/trunk/includes/class-gendiscover.php

    r3467452 r3467493  
    2323            $this->version = GENDISCOVER_VERSION;
    2424        } else {
    25             $this->version = '1.0.0';
     25            $this->version = '1.0.1';
    2626        }
    2727        $this->plugin_name = 'gendiscover';
Note: See TracChangeset for help on using the changeset viewer.