Plugin Directory

Changeset 3306802


Ignore:
Timestamp:
06/05/2025 04:18:52 AM (9 months ago)
Author:
wpgrids
Message:

Release 1.0.1

Location:
convertpro
Files:
66 added
3 edited

Legend:

Unmodified
Added
Removed
  • convertpro/trunk/convert-pro.php

    r3263977 r3306802  
    33
    44/*
    5  * Plugin Name: ConvertPro - Simplify A/B Testing
     5 * Plugin Name: EasyTest - Simplify A/B Testing (Former ConvertPro)
    66 * Plugin URI: https://wpgrids.com/
    7  * Description: ConvertPro allows you to ab testing.
    8  * Version: 1.0.0
     7 * Description: EasyTest allows you to ab testing.
     8 * Version: 1.0.1
    99 * Author: wpgrids
    1010 * Author URI: https://profiles.wordpress.org/wpgrids/
     
    4141     * @var string
    4242     */
    43     public $version = '0.1.0';
     43    public $version = '1.0.1';
    4444
    4545    /**
  • convertpro/trunk/includes/Admin.php

    r3263973 r3306802  
    3030        $slug       = 'convertpro-settings';
    3131
    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');
    3333        // add_submenu_page($slug, __('Settings', 'convertpro'), __('Settings', 'convertpro'), $capability, 'convertpro-settings', [$this, 'ab_tester_settings']);
    3434        // if (current_user_can($capability)) {
  • convertpro/trunk/readme.txt

    r3263981 r3306802  
    1 === ConvertPro - Simplify A/B Testing ===
     1=== EasyTest - Simplify A/B Testing ===
    22Contributors: wpgrids, ashrafuddin765 
    33Tags: ab test, split test, compare pages, element ab test 
    44Requires at least: 5.0 
    5 Tested up to: 6.7.1 
    6 Stable tag: 1.0.0
     5Tested up to: 6.8.1 
     6Stable tag: 1.0.1
    77License: GPL-2.0+ 
    88License URI: http://www.gnu.org/licenses/gpl-2.0.txt 
    99
    1010== Description == 
    11 ConvertPro allows you to perform A/B testing, split testing, and compare pages with ease. 
     11EasyTest allows you to perform A/B testing, split testing, and compare pages with ease. 
    1212Enhance your website's performance by testing different variations of your pages and elements to determine what works best. 
    1313
     
    2121
    2222== Installation == 
    23 1. Upload the `convertpro` folder to the `/wp-content/plugins/` directory. 
     231. Upload the `EasyTest` folder to the `/wp-content/plugins/` directory. 
    24242. Activate the plugin through the ‘Plugins’ menu in WordPress. 
    25 3. Start creating A/B tests from the ConvertPro settings panel. 
     253. Start creating A/B tests from the EasyTest settings panel. 
    2626
    2727== Frequently Asked Questions == 
    2828
    29 = Does ConvertPro work with any WordPress theme? = 
    30 Yes, ConvertPro is designed to work with any modern WordPress theme. 
     29= Does EasyTest work with any WordPress theme? = 
     30Yes, EasyTest is designed to work with any modern WordPress theme. 
    3131
    3232= Can I compare entire pages or just elements? = 
    33 You can do both! ConvertPro allows you to test complete pages as well as individual elements within a page. 
     33You can do both! EasyTest allows you to test complete pages as well as individual elements within a page. 
    3434
    35 = Is coding knowledge required to use ConvertPro? = 
    36 No, ConvertPro is beginner-friendly and does not require any coding skills. 
     35= Is coding knowledge required to use EasyTest? = 
     36No, EasyTest is beginner-friendly and does not require any coding skills. 
    3737
    3838== Screenshots == 
Note: See TracChangeset for help on using the changeset viewer.