Plugin Directory

Changeset 2915265


Ignore:
Timestamp:
05/20/2023 07:59:19 PM (3 years ago)
Author:
hrs2015
Message:

Changed Version Number

Location:
wp-custom-cursors
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • wp-custom-cursors/trunk/README.txt

    r2912204 r2915265  
    7777
    7878
    79 
    8079== Screenshots ==
    81801. WP Custom Cursor Plugin
     
    9493== Changelog ==
    9594
    96 = 23 Apr 2023 - Ver 3.0.3 =
     95= 19 Oct 2022 - Ver 3.2 =
     96* Added: Multiple Hover Type
    9797* Updated: UI/UX Updated
    9898* Updated: Cursor Maker Updated
    9999* Added: Text Cursor Options
    100100* Added: Video Tutorials added
    101 
    102 = 19 Oct 2022 - Ver 3.0.2 =
    103 * Added: Multiple Hover Type
    104101
    105102= 18 Oct 2022 - Ver 3.0.1 =
  • wp-custom-cursors/trunk/admin/partials/wp-custom-cursors-cursor-maker.php

    r2907690 r2915265  
    723723                        ?>
    724724                        <input type="hidden" name="update_id" value="<?php echo sanitize_text_field( $_GET['edit_row'] ); ?>">
    725                         <input type="submit" name="update_created" class="btn btn-primary" value="<?php echo esc_html__( 'Update Cursor', 'wpcustom-cursors' ) ?>" />
     725                        <input disabled class="btn btn-primary" value="<?php echo esc_html__( 'Update Cursor (Pro)', 'wpcustom-cursors' ) ?>" />
    726726                        <?php
    727727                    }
    728728                    else {
    729729                        ?>
    730                         <input type="submit" name="create" class="btn btn-primary" value="<?php echo esc_html__( 'Save Cursor', 'wpcustom-cursors' ) ?>" />
     730                        <input disabled class="btn btn-primary" value="<?php echo esc_html__( 'Save Cursor (Pro)', 'wpcustom-cursors' ) ?>" />
    731731                        <?php
    732732                    }
Note: See TracChangeset for help on using the changeset viewer.