Plugin Directory

Changeset 2882981


Ignore:
Timestamp:
03/19/2023 06:46:41 PM (3 years ago)
Author:
dmimag
Message:

Fix version

Location:
dmimag-faqs/tags/1.2.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dmimag-faqs/tags/1.2.3/dmimag-faqs.php

    r2882978 r2882981  
    1515 * Plugin URI:        https://faqs.dmimag.site
    1616 * Description:       FAQs Plugin. FAQ. Accordion Style, Guide Style
    17  * Version:           1.2.4
     17 * Version:           1.2.3
    1818 * Author:            dmimag <support.plugins@dmimag.site>
    1919 * Author URI:        https://dmimag.site
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'DMIMAG_FAQS_VERSION', '1.2.4' );
     36define( 'DMIMAG_FAQS_VERSION', '1.2.3' );
    3737
    3838/**
  • dmimag-faqs/tags/1.2.3/includes/class-dmimag-faqs.php

    r2882978 r2882981  
    6868      $this->version = DMIMAG_FAQS_VERSION;
    6969    } else {
    70       $this->version = '1.2.4';
     70      $this->version = '1.2.3';
    7171    }
    7272
Note: See TracChangeset for help on using the changeset viewer.