Changeset 3467493
- Timestamp:
- 02/23/2026 09:52:35 AM (5 weeks ago)
- Location:
- gendiscover
- Files:
-
- 7 added
- 5 edited
- 9 copied
-
.claude (added)
-
.claude/settings.local.json (added)
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
tags/1.0.1 (copied) (copied from gendiscover/trunk)
-
tags/1.0.1/README.txt (copied) (copied from gendiscover/trunk/README.txt) (5 diffs)
-
tags/1.0.1/admin (copied) (copied from gendiscover/trunk/admin)
-
tags/1.0.1/composer.json (copied) (copied from gendiscover/trunk/composer.json) (1 diff)
-
tags/1.0.1/gendiscover.php (copied) (copied from gendiscover/trunk/gendiscover.php) (2 diffs)
-
tags/1.0.1/includes (copied) (copied from gendiscover/trunk/includes)
-
tags/1.0.1/includes/class-gendiscover.php (modified) (1 diff)
-
tags/1.0.1/languages (copied) (copied from gendiscover/trunk/languages)
-
tags/1.0.1/public (copied) (copied from gendiscover/trunk/public)
-
tags/1.0.1/uninstall.php (copied) (copied from gendiscover/trunk/uninstall.php)
-
trunk/README.txt (modified) (5 diffs)
-
trunk/composer.json (modified) (1 diff)
-
trunk/gendiscover.php (modified) (2 diffs)
-
trunk/includes/class-gendiscover.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gendiscover/tags/1.0.1/README.txt
r3467452 r3467493 1 1 === GenDiscover === 2 Version: 1.0. 02 Version: 1.0.1 3 3 Contributors: uniconsent 4 4 Tags: content discovery, AI chat, publisher, engagement … … 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 13 13 == Description == 14 14 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.15 GenDiscover 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. 16 16 17 17 **AI-Powered Chat & Search** - Enable visitors to interact with your content through intelligent chat and search. … … 76 76 == Screenshots == 77 77 78 1. GenDiscover - Settings page.79 2. GenDiscover - Support page.78 1. GenDiscover - AI Answer Engine & AI Search 79 2. GenDiscover - AI Chat & AI Ask 80 80 81 81 == External services == … … 93 93 == Changelog == 94 94 95 = 1.0.1 = 96 * Fix screenshots and improvements 97 95 98 = 1.0.0 = 96 99 * Initial Plugin Release -
gendiscover/tags/1.0.1/composer.json
r3467452 r3467493 1 1 { 2 2 "name": "transfon/gendiscover", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "GenDiscover Publisher Analytics & Content Engagement Platform for WordPress.", 5 5 "type": "wordpress-plugin", -
gendiscover/tags/1.0.1/gendiscover.php
r3467452 r3467493 4 4 * Plugin URI: https://www.gendiscover.com/publisher?utm_source=wp-plugins 5 5 * Description: GenDiscover AI enables AI-powered content discovery, chat, search, and ad monetization on your website. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: GenDiscover Team 8 8 * Author URI: https://www.gendiscover.com/?utm_source=wp-plugins … … 14 14 } 15 15 16 define( 'GENDISCOVER_VERSION', '1.0. 0' );16 define( 'GENDISCOVER_VERSION', '1.0.1' ); 17 17 18 18 function gendiscover_activate() { -
gendiscover/tags/1.0.1/includes/class-gendiscover.php
r3467452 r3467493 23 23 $this->version = GENDISCOVER_VERSION; 24 24 } else { 25 $this->version = '1.0. 0';25 $this->version = '1.0.1'; 26 26 } 27 27 $this->plugin_name = 'gendiscover'; -
gendiscover/trunk/README.txt
r3467452 r3467493 1 1 === GenDiscover === 2 Version: 1.0. 02 Version: 1.0.1 3 3 Contributors: uniconsent 4 4 Tags: content discovery, AI chat, publisher, engagement … … 6 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 08 Stable tag: 1.0.1 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 13 13 == Description == 14 14 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.15 GenDiscover 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. 16 16 17 17 **AI-Powered Chat & Search** - Enable visitors to interact with your content through intelligent chat and search. … … 76 76 == Screenshots == 77 77 78 1. GenDiscover - Settings page.79 2. GenDiscover - Support page.78 1. GenDiscover - AI Answer Engine & AI Search 79 2. GenDiscover - AI Chat & AI Ask 80 80 81 81 == External services == … … 93 93 == Changelog == 94 94 95 = 1.0.1 = 96 * Fix screenshots and improvements 97 95 98 = 1.0.0 = 96 99 * Initial Plugin Release -
gendiscover/trunk/composer.json
r3467452 r3467493 1 1 { 2 2 "name": "transfon/gendiscover", 3 "version": "1.0. 0",3 "version": "1.0.1", 4 4 "description": "GenDiscover Publisher Analytics & Content Engagement Platform for WordPress.", 5 5 "type": "wordpress-plugin", -
gendiscover/trunk/gendiscover.php
r3467452 r3467493 4 4 * Plugin URI: https://www.gendiscover.com/publisher?utm_source=wp-plugins 5 5 * Description: GenDiscover AI enables AI-powered content discovery, chat, search, and ad monetization on your website. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: GenDiscover Team 8 8 * Author URI: https://www.gendiscover.com/?utm_source=wp-plugins … … 14 14 } 15 15 16 define( 'GENDISCOVER_VERSION', '1.0. 0' );16 define( 'GENDISCOVER_VERSION', '1.0.1' ); 17 17 18 18 function gendiscover_activate() { -
gendiscover/trunk/includes/class-gendiscover.php
r3467452 r3467493 23 23 $this->version = GENDISCOVER_VERSION; 24 24 } else { 25 $this->version = '1.0. 0';25 $this->version = '1.0.1'; 26 26 } 27 27 $this->plugin_name = 'gendiscover';
Note: See TracChangeset
for help on using the changeset viewer.