Changeset 3306802
- Timestamp:
- 06/05/2025 04:18:52 AM (9 months ago)
- Location:
- convertpro
- Files:
-
- 66 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/Finestics (added)
-
tags/1.0.1/Finestics/Client.php (added)
-
tags/1.0.1/Finestics/Insights.php (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/admin.css (added)
-
tags/1.0.1/assets/css/select2.min.css (added)
-
tags/1.0.1/assets/css/style.css (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/frontent-script.js (added)
-
tags/1.0.1/assets/js/select2.min.js (added)
-
tags/1.0.1/assets/js/test-variation.js (added)
-
tags/1.0.1/convert-pro.php (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/Admin.php (added)
-
tags/1.0.1/includes/Assets.php (added)
-
tags/1.0.1/includes/Classes (added)
-
tags/1.0.1/includes/Classes/ElementRedirection.php (added)
-
tags/1.0.1/includes/Classes/Init.php (added)
-
tags/1.0.1/includes/Classes/Redirection.php (added)
-
tags/1.0.1/includes/Classes/Repo.php (added)
-
tags/1.0.1/includes/Classes/Store.php (added)
-
tags/1.0.1/includes/Classes/Storedatabase.php (added)
-
tags/1.0.1/includes/Controller (added)
-
tags/1.0.1/includes/Controller/Controller.php (added)
-
tags/1.0.1/includes/DataBase (added)
-
tags/1.0.1/includes/DataBase/Database.php (added)
-
tags/1.0.1/includes/Template (added)
-
tags/1.0.1/includes/Template/create-view.php (added)
-
tags/1.0.1/includes/Template/edit-view.php (added)
-
tags/1.0.1/includes/Template/form-view.php (added)
-
tags/1.0.1/includes/Template/index-view.php (added)
-
tags/1.0.1/includes/Template/report-view.php (added)
-
tags/1.0.1/includes/function.php (added)
-
tags/1.0.1/includes/hook.php (added)
-
tags/1.0.1/languages (added)
-
tags/1.0.1/languages/.gitkeep (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/vendor (added)
-
tags/1.0.1/vendor/autoload.php (added)
-
tags/1.0.1/vendor/composer (added)
-
tags/1.0.1/vendor/composer/ClassLoader.php (added)
-
tags/1.0.1/vendor/composer/InstalledVersions.php (added)
-
tags/1.0.1/vendor/composer/LICENSE (added)
-
tags/1.0.1/vendor/composer/autoload_classmap.php (added)
-
tags/1.0.1/vendor/composer/autoload_files.php (added)
-
tags/1.0.1/vendor/composer/autoload_namespaces.php (added)
-
tags/1.0.1/vendor/composer/autoload_psr4.php (added)
-
tags/1.0.1/vendor/composer/autoload_real.php (added)
-
tags/1.0.1/vendor/composer/autoload_static.php (added)
-
tags/1.0.1/vendor/composer/installed.json (added)
-
tags/1.0.1/vendor/composer/installed.php (added)
-
tags/1.0.1/vendor/composer/platform_check.php (added)
-
tags/1.0.1/vendor/kub-at (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/CONTRIBUTING.md (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/LICENSE (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/README.md (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/composer.json (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/src (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/src/KubAT (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/src/KubAT/PhpSimple (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/src/KubAT/PhpSimple/HtmlDomParser.php (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/src/KubAT/PhpSimple/lib (added)
-
tags/1.0.1/vendor/kub-at/php-simple-html-dom-parser/src/KubAT/PhpSimple/lib/simple_html_dom.php (added)
-
trunk/convert-pro.php (modified) (2 diffs)
-
trunk/includes/Admin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convertpro/trunk/convert-pro.php
r3263977 r3306802 3 3 4 4 /* 5 * Plugin Name: ConvertPro - Simplify A/B Testing5 * Plugin Name: EasyTest - Simplify A/B Testing (Former ConvertPro) 6 6 * Plugin URI: https://wpgrids.com/ 7 * Description: ConvertProallows you to ab testing.8 * Version: 1.0. 07 * Description: EasyTest allows you to ab testing. 8 * Version: 1.0.1 9 9 * Author: wpgrids 10 10 * Author URI: https://profiles.wordpress.org/wpgrids/ … … 41 41 * @var string 42 42 */ 43 public $version = ' 0.1.0';43 public $version = '1.0.1'; 44 44 45 45 /** -
convertpro/trunk/includes/Admin.php
r3263973 r3306802 30 30 $slug = 'convertpro-settings'; 31 31 32 $hook = add_menu_page(__(' ConvertPro', 'convertpro'), __('ConvertPro', 'convertpro'), $capability, $slug, [$this, 'ab_tester_settings'], 'dashicons-text');32 $hook = add_menu_page(__('EasyTest', 'convertpro'), __('EasyTest', 'convertpro'), $capability, $slug, [$this, 'ab_tester_settings'], 'dashicons-text'); 33 33 // add_submenu_page($slug, __('Settings', 'convertpro'), __('Settings', 'convertpro'), $capability, 'convertpro-settings', [$this, 'ab_tester_settings']); 34 34 // if (current_user_can($capability)) { -
convertpro/trunk/readme.txt
r3263981 r3306802 1 === ConvertPro- Simplify A/B Testing ===1 === EasyTest - Simplify A/B Testing === 2 2 Contributors: wpgrids, ashrafuddin765 3 3 Tags: ab test, split test, compare pages, element ab test 4 4 Requires at least: 5.0 5 Tested up to: 6. 7.16 Stable tag: 1.0. 05 Tested up to: 6.8.1 6 Stable tag: 1.0.1 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 9 9 10 10 == Description == 11 ConvertProallows you to perform A/B testing, split testing, and compare pages with ease.11 EasyTest allows you to perform A/B testing, split testing, and compare pages with ease. 12 12 Enhance your website's performance by testing different variations of your pages and elements to determine what works best. 13 13 … … 21 21 22 22 == Installation == 23 1. Upload the ` convertpro` folder to the `/wp-content/plugins/` directory.23 1. Upload the `EasyTest` folder to the `/wp-content/plugins/` directory. 24 24 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 25 3. Start creating A/B tests from the ConvertProsettings panel.25 3. Start creating A/B tests from the EasyTest settings panel. 26 26 27 27 == Frequently Asked Questions == 28 28 29 = Does ConvertProwork with any WordPress theme? =30 Yes, ConvertProis designed to work with any modern WordPress theme.29 = Does EasyTest work with any WordPress theme? = 30 Yes, EasyTest is designed to work with any modern WordPress theme. 31 31 32 32 = Can I compare entire pages or just elements? = 33 You can do both! ConvertProallows you to test complete pages as well as individual elements within a page.33 You can do both! EasyTest allows you to test complete pages as well as individual elements within a page. 34 34 35 = Is coding knowledge required to use ConvertPro? =36 No, ConvertProis beginner-friendly and does not require any coding skills.35 = Is coding knowledge required to use EasyTest? = 36 No, EasyTest is beginner-friendly and does not require any coding skills. 37 37 38 38 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.