Changeset 2882978
- Timestamp:
- 03/19/2023 06:38:55 PM (3 years ago)
- Location:
- dmimag-faqs/tags/1.2.3
- Files:
-
- 4 edited
-
dmimag-faqs.php (modified) (2 diffs)
-
includes/class-dmimag-faqs-postbox.php (modified) (1 diff)
-
includes/class-dmimag-faqs.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dmimag-faqs/tags/1.2.3/dmimag-faqs.php
r2881006 r2882978 15 15 * Plugin URI: https://faqs.dmimag.site 16 16 * Description: FAQs Plugin. FAQ. Accordion Style, Guide Style 17 * Version: 1.2. 317 * Version: 1.2.4 18 18 * Author: dmimag <support.plugins@dmimag.site> 19 19 * Author URI: https://dmimag.site … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define( 'DMIMAG_FAQS_VERSION', '1.2. 3' );36 define( 'DMIMAG_FAQS_VERSION', '1.2.4' ); 37 37 38 38 /** -
dmimag-faqs/tags/1.2.3/includes/class-dmimag-faqs-postbox.php
r2881006 r2882978 262 262 */ 263 263 public function dmimag_faqs_render_button_add( $post ) { 264 if ( $this->post_type !== $post->post_type ) { 265 return; 266 } 264 267 ?> 265 268 <button type="button" class="button button-primary dmimag-faqs-button-add"><?php _e( '+ Add FAQ', 'dmimag-faqs' ); ?></button> -
dmimag-faqs/tags/1.2.3/includes/class-dmimag-faqs.php
r2881006 r2882978 68 68 $this->version = DMIMAG_FAQS_VERSION; 69 69 } else { 70 $this->version = '1.2. 3';70 $this->version = '1.2.4'; 71 71 } 72 72 -
dmimag-faqs/tags/1.2.3/readme.txt
r2882834 r2882978 6 6 Tested up to: 6.2 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 38 Stable tag: 1.2.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 42 42 == Changelog == 43 43 44 = 1.2.4 = 45 - Fixing a bug with displaying a button "Add new FAQ" 46 44 47 = 1.2.3 = 45 48 - Fixed minor bugs
Note: See TracChangeset
for help on using the changeset viewer.