Changeset 1586632
- Timestamp:
- 02/01/2017 04:15:48 PM (9 years ago)
- Location:
- gppro-entry-content
- Files:
-
- 6 added
- 2 edited
-
tags/1.0.4 (added)
-
tags/1.0.4/gppro-entry-content.php (added)
-
tags/1.0.4/languages (added)
-
tags/1.0.4/languages/en_US.mo (added)
-
tags/1.0.4/languages/en_US.po (added)
-
tags/1.0.4/readme.txt (added)
-
trunk/gppro-entry-content.php (modified) (9 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gppro-entry-content/trunk/gppro-entry-content.php
r1389775 r1586632 5 5 Description: Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro 6 6 Author: Reaktiv Studios 7 Version: 1.0. 37 Version: 1.0.4 8 8 Requires at least: 4.0 9 Author URI: http ://reaktivstudios.com/9 Author URI: https://reaktivstudios.com/ 10 10 */ 11 11 … … 39 39 // Set our plugin version as a constant. 40 40 if ( ! defined( 'GPECN_VER' ) ) { 41 define( 'GPECN_VER', '1.0. 3' );41 define( 'GPECN_VER', '1.0.4' ); 42 42 } 43 43 … … 1925 1925 'label' => __( 'Background Color', 'gppro-entry-content' ), 1926 1926 'input' => 'color', 1927 'target' => '.entry-content blockquote ',1927 'target' => '.entry-content blockquote p', 1928 1928 'builder' => 'GP_Pro_Builder::hexcolor_css', 1929 1929 'selector' => 'background-color', … … 1932 1932 'label' => __( 'Base Color', 'gppro-entry-content' ), 1933 1933 'input' => 'color', 1934 'target' => '.entry-content blockquote ',1934 'target' => '.entry-content blockquote p', 1935 1935 'builder' => 'GP_Pro_Builder::hexcolor_css', 1936 1936 'selector' => 'color', … … 1940 1940 'sub' => __( 'Base', 'gppro-entry-content' ), 1941 1941 'input' => 'color', 1942 'target' => '.entry-content blockquote a',1942 'target' => '.entry-content blockquote p a', 1943 1943 'builder' => 'GP_Pro_Builder::hexcolor_css', 1944 1944 'selector' => 'color', … … 1948 1948 'sub' => __( 'Hover', 'gppro-entry-content' ), 1949 1949 'input' => 'color', 1950 'target' => array( '.entry-content blockquote a:hover', '.entry-content blockquotea:focus' ),1950 'target' => array( '.entry-content blockquote p a:hover', '.entry-content blockquote p a:focus' ), 1951 1951 'builder' => 'GP_Pro_Builder::hexcolor_css', 1952 1952 'selector' => 'color', … … 1961 1961 'label' => __( 'Font Stack', 'gppro-entry-content' ), 1962 1962 'input' => 'font-stack', 1963 'target' => '.entry-content blockquote ',1963 'target' => '.entry-content blockquote p', 1964 1964 'builder' => 'GP_Pro_Builder::stack_css', 1965 1965 'selector' => 'font-family', … … 1970 1970 'input' => 'font-size', 1971 1971 'scale' => 'text', 1972 'target' => '.entry-content blockquote ',1972 'target' => '.entry-content blockquote p', 1973 1973 'builder' => 'GP_Pro_Builder::px_css', 1974 1974 'selector' => 'font-size', … … 1977 1977 'label' => __( 'Font Weight', 'gppro-entry-content' ), 1978 1978 'input' => 'font-weight', 1979 'target' => '.entry-content blockquote ',1979 'target' => '.entry-content blockquote p', 1980 1980 'builder' => 'GP_Pro_Builder::number_css', 1981 1981 'selector' => 'font-weight', -
gppro-entry-content/trunk/readme.txt
r1389783 r1586632 2 2 Contributors: norcross, jjeaton, reaktivstudios 3 3 Requires at least: 4.0 4 Tested up to: 4. 55 Stable tag: 1.0. 34 Tested up to: 4.7 5 Stable tag: 1.0.4 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro. Edit heading tags, list items, and paragraphs individually to get a completely unique look. 14 14 15 Requires the [Genesis Design Palette Pro](http ://genesisdesignpro.com/ "Genesis Design Palette Pro") plugin.15 Requires the [Genesis Design Palette Pro](https://genesisdesignpro.com/ "Genesis Design Palette Pro") plugin. 16 16 17 17 … … 31 31 == Changelog == 32 32 33 = 1.0.4: 2017-02-01 = 34 35 * Updated blockquote settings to include paragraph tags 36 33 37 = 1.0.3: 2016-04-07 = 34 38 35 39 * Add new settings for blockquotes 36 * Add better settings for links within paragraphs .40 * Add better settings for links within paragraphs 37 41 38 42 = 1.0.2: 2015-06-17 =
Note: See TracChangeset
for help on using the changeset viewer.