Plugin Directory

Changeset 2455984


Ignore:
Timestamp:
01/14/2021 12:59:51 AM (5 years ago)
Author:
fatcatapps
Message:

Pricing Table Blocks 1.0.1

Location:
pricing-table-blocks/trunk
Files:
10 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • pricing-table-blocks/trunk/pricing-table-blocks.php

    r2455266 r2455984  
    22/**
    33* Plugin Name: Pricing Table Blocks
    4 * Author: FatCatApps
     4* Plugin URI: https://fatcatapps.com/easypricingtables/
     5* Author: Fatcat Apps
     6* Author URI: https://fatcatapps.com/
    57* Description: Pricing Table Blocks for Gutenberg
    6 * Version: 1.0.0
     8* License: GPLv2
     9* Text Domain: pricing-table-blocks
     10* Version: 1.0.1
    711*/
    812
     
    1822   define( 'FCA_EPT_PLUGIN_VER', '1.0.' . time() );
    1923} else {
    20    define( 'FCA_EPT_PLUGIN_VER', '1.0.0' );
     24   define( 'FCA_EPT_PLUGIN_VER', '1.0.1' );
    2125}
    2226
    23 // Load assets for wp-admin when editor is active
     27// Load assets for editor
    2428function fca_ept_admin() {
    25     wp_enqueue_script( 'fca-ept-editor', plugins_url( 'block.js', __FILE__ ), array( 'wp-blocks', 'wp-element' ), FCA_EPT_PLUGIN_VER );
    26     wp_enqueue_style( 'fca-ept-layout2', plugins_url( 'block-layout2.css', __FILE__ ), array(), FCA_EPT_PLUGIN_VER );
    27     wp_enqueue_style( 'fca-ept-editor', plugins_url( 'block-editor.css', __FILE__ ), array(), FCA_EPT_PLUGIN_VER );
     29    wp_enqueue_script( 'fca-ept-editor', plugins_url( 'includes/block.js', __FILE__ ), array( 'wp-blocks', 'wp-element' ), FCA_EPT_PLUGIN_VER );
     30    wp_enqueue_style( 'fca-ept-layout2', plugins_url( 'includes/layouts/block-layout2.css', __FILE__ ), array(), FCA_EPT_PLUGIN_VER );
     31    wp_enqueue_style( 'fca-ept-editor', plugins_url( 'includes/block-editor.css', __FILE__ ), array(), FCA_EPT_PLUGIN_VER );
    2832}
    2933
     
    3236// Load assets for frontend
    3337function fca_ept_frontend() {
    34     wp_enqueue_style( 'fca-ept-layout2', plugins_url( 'block-layout2.css', __FILE__ ), array(), FCA_EPT_PLUGIN_VER );
     38    wp_enqueue_style( 'fca-ept-layout2', plugins_url( 'includes/layouts/block-layout2.css', __FILE__ ), array(), FCA_EPT_PLUGIN_VER );
    3539}
    3640add_action( 'wp_enqueue_scripts', 'fca_ept_frontend' );
  • pricing-table-blocks/trunk/readme.txt

    r2455266 r2455984  
    1 === Pricing Table Blocks - by FatCatApps ===
     1=== Pricing Table Blocks - by Fatcat Apps ===
    22Contributors: fatcatapps, davidhme, ryannovotny, flippy101
    33Donate link: https://fatcatapps.com/
     
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
    11 Stable tag: 1.0.0
     11Stable tag: 1.0.1
    1212
    1313Pricing Table Blocks for Gutenberg!
     
    1717Create a Beautiful, Responsive and Highly Converting Pricing Table in Less Than 5 Minutes with Pricing Table Blocks for Gutenberg. No Coding Required.
    1818
     19Pricing Table Blocks by Fatcat Apps is the new and improved version of the best-selling plugin Easy Pricing Tables.
     20
     21This plugin allows you to build beautiful pricing tables directly in the WordPress block editor. Simply install and activate the plugin, select the “Pricing Table” block from within the post editor, and create your pricing table.
     22
     23Edit your plan details, pricing and colors, directly from the post editor. You can add or remove columns, highlight a “featured” or “most popular” column, and add a button URL to your product page or payment gateway.
     24
     25The best thing is, you can do all of this in one place. See exactly how your pricing table looks within your post, as you build it.
     26
     27It has never been easier to build pricing tables for WordPress. No coding required - just point and click.
     28
     29== WordPress Pricing Table Blocks by Fatcat Apps Features ==
     30* No coding required
     31* Native Gutenberg block plugin
     32* Easy-to-use point and click interface
     33* Add or remove columns with a single click
     34* Highlight a featured column
     35* Edit pricing table colors with a simple color picker, or add your own hex code
     36* Add a CSS class to edit tables further, with custom CSS code
     37* Clean, professional design, built for conversions
     38* Responsive pricing tables, designed for desktop and mobile devices
     39
     40The Pricing Table Blocks plugin by Fatcat Apps is the easiest way to add a pricing table to your WordPress site.
     41
     42If you can use the block editor, you can use Pricing Table Blocks. Create your own pricing table in minutes - no fuss, no experience required.
     43
    1944== Screenshots ==
    20451. Pricing Table Blocks
    2146
    2247== Changelog ==
     48= Pricing Table Blocks 1.0.1 =
     49* Add assets (logo / screenshots) for block repo
     50
    2351= Pricing Table Blocks 1.0.0 =
    2452* Initial release
Note: See TracChangeset for help on using the changeset viewer.